From 9dd57c1659e87837c2b92494c6405c882c03291b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 04:59:11 +0000 Subject: [PATCH] Bump pymongo from 4.6.1 to 4.6.3 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.6.1 to 4.6.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.6.1...4.6.3) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 08a031dd..7c9071d5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ lxml==4.9.1; python_version >= "2.7" and python_full_version < "3.0.0" or python pillow == 10.1.0 prettyconf==2.2.1 pyaes==1.6.1; python_version >= "3.6" and python_version < "4.0" -pymongo==4.6.1 +pymongo==4.6.3 pyrogram==2.0.106; python_version >= "3.8" 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" python-dateutil==2.8.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")