Skip to content

Commit

Permalink
Chore(deps): Update pymongo requirement from <4.9 to <4.10
Browse files Browse the repository at this point in the history
Updates the requirements on [pymongo](https://github.com/mongodb/mongo-python-driver) to permit the latest version.
- [Release notes](https://github.com/mongodb/mongo-python-driver/releases)
- [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst)
- [Commits](mongodb/mongo-python-driver@0.4pre...4.9.1)

---
updated-dependencies:
- dependency-name: pymongo
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent 8bc4151 commit bb715ec
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 @@ -133,7 +133,7 @@ optional-dependencies.doc = [
"sphinxext-opengraph<1",
]
optional-dependencies.mongodb = [
"pymongo<4.9",
"pymongo<4.10",
]
optional-dependencies.release = [
"build<2",
Expand Down

0 comments on commit bb715ec

Please sign in to comment.