Skip to content

Commit

Permalink
Bump pymongo from 4.6.1 to 4.10.0
Browse files Browse the repository at this point in the history
Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.6.1 to 4.10.0.
- [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@4.6.1...4.10.0)

---
updated-dependencies:
- dependency-name: pymongo
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 5b877eb commit 32fd321
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def readme():
"elasticsearch[async]==8.15.1",
],
"mongodb": [
"pymongo==4.6.1",
"pymongo==4.10.0",
"motor==3.5.1",
],
"msqlserver": [
Expand Down Expand Up @@ -280,7 +280,7 @@ def readme():
"pyodbc==5.1.0",
"sqlalchemy[asyncio]==2.0.34",
"elasticsearch[async]==8.15.1",
"pymongo==4.6.1",
"pymongo==4.10.0",
"motor==3.5.1",
"pymssql==2.3.1",
"aiocouch==3.0.0",
Expand Down

0 comments on commit 32fd321

Please sign in to comment.