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 Jul 22, 2024
1 parent be355af commit c2e0c99
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 @@ -39,7 +39,7 @@ numpy = [
{ version = ">1.22.0,<2.0.0", markers = "python_version ~= '3.12' and (extra == 'numpy' 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 c2e0c99

Please sign in to comment.