Spaces:
Sleeping
Sleeping
dependabot[bot]
commited on
Commit
·
f30708d
1
Parent(s):
3cafd81
Bump pymongo from 4.3.2 to 4.3.3
Browse filesBumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.3.2 to 4.3.3.
- [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.3.2...4.3.3)
---
updated-dependencies:
- dependency-name: pymongo
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -17,7 +17,7 @@ idna==3.3; python_version >= "3.6" and (python_version >= "3.5" and python_full_
|
|
17 |
lxml==4.9.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
|
18 |
prettyconf==2.2.1
|
19 |
pyaes==1.6.1; python_version >= "3.6" and python_version < "4.0"
|
20 |
-
pymongo==4.3.
|
21 |
pyrogram==2.0.61; python_version >= "3.8"
|
22 |
pysocks==1.7.1; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.4.0"
|
23 |
python-dateutil==2.8.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
|
|
|
17 |
lxml==4.9.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
|
18 |
prettyconf==2.2.1
|
19 |
pyaes==1.6.1; python_version >= "3.6" and python_version < "4.0"
|
20 |
+
pymongo==4.3.3
|
21 |
pyrogram==2.0.61; python_version >= "3.8"
|
22 |
pysocks==1.7.1; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.4.0"
|
23 |
python-dateutil==2.8.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
|