From 7b45aaa8637da5b370cd9533c1fd51901988a084 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 15:56:11 +0000 Subject: [PATCH] Bump pymongo from 4.3.3 to 4.6.3 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.3.3 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.3.3...4.6.3) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- mage_integrations/requirements.txt | 2 +- requirements.txt | 2 +- setup.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mage_integrations/requirements.txt b/mage_integrations/requirements.txt index e840b7f4b31..73b4fb21ea4 100644 --- a/mage_integrations/requirements.txt +++ b/mage_integrations/requirements.txt @@ -24,7 +24,7 @@ protobuf>=4.0.0 psycopg2==2.9.3 psycopg2-binary==2.9.3 pyarrow==14.0.1 -pymongo==4.3.3 +pymongo==4.6.3 pymongo_schema==0.4.1 python-dateutil==2.8.2 python-magic==0.4.27 diff --git a/requirements.txt b/requirements.txt index e3f554916ac..8763e7d638a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -104,7 +104,7 @@ nats-py==2.6.0 nkeys~=0.1.0 opensearch-py==2.0.0 pika==1.3.1 -pymongo==4.3.3 +pymongo==4.6.3 requests_aws4auth==1.1.2 stomp.py==8.1.0 diff --git a/setup.py b/setup.py index 364f19c7f9b..4f3b5a6e3bd 100644 --- a/setup.py +++ b/setup.py @@ -122,7 +122,7 @@ def readme(): 'nkeys~=0.1.0', 'opensearch-py==2.0.0', 'pika==1.3.1', - 'pymongo==4.3.3', + 'pymongo==4.6.3', 'requests_aws4auth==1.1.2', 'stomp.py==8.1.0', ], @@ -185,7 +185,7 @@ def readme(): 'psycopg2-binary==2.9.3', 'psycopg2==2.9.3', 'pydruid==0.6.5', - 'pymongo==4.3.3', + 'pymongo==4.6.3', 'pyodbc==4.0.35', 'redshift-connector==2.0.915', 'lxml==4.9.4',