dependabot[bot]
commited on
Commit
·
46daaab
1
Parent(s):
131e533
Bump pymongo[srv] from 4.7.1 to 4.8.0
Browse filesBumps [pymongo[srv]](https://github.com/mongodb/mongo-python-driver) from 4.7.1 to 4.8.0.
- [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.7.1...4.8.0)
---
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
@@ -53,7 +53,7 @@ psutil==5.9.8
|
|
53 |
pyjokes
|
54 |
psycopg2-binary==2.9.9
|
55 |
pynewtonmath==1.0.1
|
56 |
-
pymongo[srv]==4.
|
57 |
pyrate-limiter==3.6.0
|
58 |
pytz==2023.3.post1
|
59 |
python-arq==6.0.7
|
|
|
53 |
pyjokes
|
54 |
psycopg2-binary==2.9.9
|
55 |
pynewtonmath==1.0.1
|
56 |
+
pymongo[srv]==4.8.0
|
57 |
pyrate-limiter==3.6.0
|
58 |
pytz==2023.3.post1
|
59 |
python-arq==6.0.7
|