Spaces:
Sleeping
Sleeping
dependabot[bot]
commited on
Commit
·
cdd53b0
1
Parent(s):
9a58eae
Bump pymongo from 4.4.1 to 4.5.0
Browse filesBumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.4.1 to 4.5.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.4.1...4.5.0)
---
updated-dependencies:
- dependency-name: pymongo
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -14,7 +14,7 @@ lxml==4.9.1; python_version >= "2.7" and python_full_version < "3.0.0" or python
|
|
14 |
pillow == 10.0.0
|
15 |
prettyconf==2.2.1
|
16 |
pyaes==1.6.1; python_version >= "3.6" and python_version < "4.0"
|
17 |
-
pymongo==4.
|
18 |
pyroaddon==1.0.6
|
19 |
pyrogram==2.0.106; python_version >= "3.8"
|
20 |
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"
|
|
|
14 |
pillow == 10.0.0
|
15 |
prettyconf==2.2.1
|
16 |
pyaes==1.6.1; python_version >= "3.6" and python_version < "4.0"
|
17 |
+
pymongo==4.5.0
|
18 |
pyroaddon==1.0.6
|
19 |
pyrogram==2.0.106; python_version >= "3.8"
|
20 |
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"
|