Skip to content

Commit

Permalink
Update plum-dispatch requirement from >=2,<2.3 to >=2,<2.6
Browse files Browse the repository at this point in the history
Updates the requirements on [plum-dispatch](https://github.com/beartype/plum) to permit the latest version.
- [Release notes](https://github.com/beartype/plum/releases)
- [Commits](beartype/plum@v2.0.0...v2.5.2)

---
updated-dependencies:
- dependency-name: plum-dispatch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 2, 2024
1 parent 129e030 commit f81ef85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ numpy = [
]
jaxtyping = { version = "*", markers = "extra == 'jaxtyping' or extra == 'all'", optional = true }
orjson = { version = "*", markers = "extra == 'orjson' or extra == 'all'", optional = true }
plum-dispatch = ">=2,<2.3"
plum-dispatch = ">=2,<2.6"
beartype = ">=0.18.4"
sqlalchemy = { version = ">2", markers = "extra == 'sqlalchemy' or extra == 'all'", optional = true }

Expand Down

0 comments on commit f81ef85

Please sign in to comment.