dependabot[bot]
commited on
Commit
·
f00478f
1
Parent(s):
d6ef704
Bump pymongo[srv] from 4.6.0 to 4.6.1
Browse filesBumps [pymongo[srv]](https://github.com/mongodb/mongo-python-driver) from 4.6.0 to 4.6.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.6.0...4.6.1)
---
updated-dependencies:
- dependency-name: pymongo[srv]
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -53,7 +53,7 @@ psutil==5.9.6
|
|
53 |
pyjokes
|
54 |
psycopg2-binary==2.9.9
|
55 |
pynewtonmath==1.0.1
|
56 |
-
pymongo[srv]==4.6.
|
57 |
pyrate-limiter==3.1.0
|
58 |
pytz==2023.3.post1
|
59 |
python-arq==6.0.5
|
|
|
53 |
pyjokes
|
54 |
psycopg2-binary==2.9.9
|
55 |
pynewtonmath==1.0.1
|
56 |
+
pymongo[srv]==4.6.1
|
57 |
pyrate-limiter==3.1.0
|
58 |
pytz==2023.3.post1
|
59 |
python-arq==6.0.5
|