From 7b7161d69c376177d1503c984df59a1d2e1bd7b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 15:44:18 +0000 Subject: [PATCH] Bump pymongo from 3.10.1 to 4.6.3 in /db_version Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 3.10.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/3.10.1...4.6.3) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- db_version/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db_version/requirements.txt b/db_version/requirements.txt index 810a272..a268b54 100644 --- a/db_version/requirements.txt +++ b/db_version/requirements.txt @@ -1,7 +1,7 @@ numpy==1.18.4 pandas==1.0.3 pyfaidx==0.5.8 -pymongo==3.10.1 +pymongo==4.6.3 python-dateutil==2.8.1 pytz==2020.1 six==1.14.0