From 919e19dcf8e4fa9bb45f70e955b5b99a90a0d69b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 22:52:26 +0000 Subject: [PATCH] Bump pymongo from 3.12.3 to 4.6.0 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 3.12.3 to 4.6.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/3.12.3...4.6.0) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d1a3db3a3..3bffbdea4 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ 'google-cloud-bigquery==3.11.1', 'pipelinewise-singer-python==1.*', 'python-pidfile==3.0.0', - 'pymongo==3.12.3', + 'pymongo==4.6.0', 'tzlocal>=2.0,<4.1', 'slackclient==2.9.4', 'sqlparse==0.4.4',