Skip to content

Commit

Permalink
Update pymongo requirement from ==4.7.* to >=4.7,<4.12
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@4.7.0...4.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 3d8e7bc commit 3704656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
'snowflake-connector-python[pandas]==3.0.4',
'pipelinewise-singer-python==1.*',
'python-pidfile==3.0.0',
'pymongo==4.7.*',
'pymongo>=4.7,<4.12',
'tzlocal>=2.0,<4.1',
'slackclient==2.9.4',
'sqlparse==0.4.4',
Expand Down

0 comments on commit 3704656

Please sign in to comment.