dependabot[bot]
commited on
Commit
·
eb68468
1
Parent(s):
308daf7
Bump pymongo[srv] from 4.8.0 to 4.9.1
Browse filesBumps [pymongo[srv]](https://github.com/mongodb/mongo-python-driver) from 4.8.0 to 4.9.1.
- [Release notes](https://github.com/mongodb/mongo-python-driver/releases)
- [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst)
- [Commits](https://github.com/mongodb/mongo-python-driver/compare/4.8.0...4.9.1)
---
updated-dependencies:
- dependency-name: pymongo[srv]
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -56,7 +56,7 @@ psutil==6.0.0
|
|
56 |
pyjokes
|
57 |
psycopg2-binary==2.9.9
|
58 |
pynewtonmath==1.0.1
|
59 |
-
pymongo[srv]==4.
|
60 |
pyrate-limiter==3.7.0
|
61 |
pytz==2024.1
|
62 |
python-arq==6.0.7
|
|
|
56 |
pyjokes
|
57 |
psycopg2-binary==2.9.9
|
58 |
pynewtonmath==1.0.1
|
59 |
+
pymongo[srv]==4.9.1
|
60 |
pyrate-limiter==3.7.0
|
61 |
pytz==2024.1
|
62 |
python-arq==6.0.7
|