Skip to content

Commit

Permalink
Update pymongo requirement from ==4.5.* to ==4.6.* in /requirements (#…
Browse files Browse the repository at this point in the history
…2988)

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.5.0...4.6.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 27, 2024
1 parent 3e445e7 commit 6efdada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ networkx>=2.6,<=2.8.0
numpy>=1.21.0,<=1.23.4 # np.bool was removed in 1.24.0 which was used in openvino runtime
omegaconf>=2.1.1
opencv-python>=4.5
pymongo==4.5.*
pymongo==4.6.*
scikit-learn==1.3.*
Shapely>=1.7.1,<=1.8.0
imagesize==1.4.1
Expand Down

0 comments on commit 6efdada

Please sign in to comment.