From d46dcd66c5d9ab337bec77be88b467074032af4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 15:58:10 +0000 Subject: [PATCH] Bump pymongo from 3.12.0 to 4.6.3 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 3.12.0 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/3.12.0...4.6.3) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 9ca81c6..a05cd99 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -161,7 +161,7 @@ pydot==1.4.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, pyflakes==2.3.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' pygments==2.10.0; python_version >= '3.5' pyjwt==1.7.1 -pymongo==3.12.0 +pymongo==4.6.3 pyopenssl==20.0.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' pyparsing==2.4.7; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3' pyrsistent==0.18.0; python_version >= '3.6'