Skip to content

Commit

Permalink
Update pymongo requirement from ==4.8.* to >=4.8,<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@4.8.0b0...4.9.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 25, 2024
1 parent 6511709 commit 48d6b85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -170,15 +170,15 @@ mongodb = [
"commons-codec[mongodb,zyp]>=0.0.19",
"cratedb-toolkit[io]",
"orjson<4,>=3.3.1",
"pymongo<4.9,>=3.10.1",
"pymongo<4.10,>=3.10.1",
"python-bsonjs<0.6",
"rich<14,>=3.3.2",
"undatum<1.1",
]
pymongo = [
"jessiql==1.0.0rc1",
"pandas==2.1.*",
"pymongo<4.9",
"pymongo<4.10",
"sqlalchemy<2",
]
release = [
Expand Down

0 comments on commit 48d6b85

Please sign in to comment.