Skip to content

Commit

Permalink
Update pymongo requirement from <4 to <5
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.7.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and amotl committed May 18, 2024
1 parent bfc1786 commit 36daa29
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 @@ -14,7 +14,7 @@
"datetime-truncate<2",
"psycopg2-binary<2.10",
"influxdb-client<2",
"pymongo<4",
"pymongo<5",
"dnspython<3",
"numpy<1.27",
"pgcopy<1.7",
Expand Down

0 comments on commit 36daa29

Please sign in to comment.