Skip to content

Commit

Permalink
chore(deps): update pymongo requirement from ~=4.8 to ~=4.9 (#41)
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.0...4.9)

---
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 Sep 25, 2024
1 parent 32f2732 commit b7ca7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crud/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
flask~=3.0
flask_restful~=0.3
pytest~=8.2
pymongo~=4.8
pymongo~=4.9
coverage~=7.6

0 comments on commit b7ca7e3

Please sign in to comment.