From 19d7c47991bf6a81a14e81168fc32bc156536e1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 15:42:42 +0000 Subject: [PATCH] Bump pymongo Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 2.8.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/2.8.1...4.6.3) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../data-science-online/4-database/aws/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 data-science/fastcampus/data-science-online/4-database/aws/requirements.txt diff --git a/data-science/fastcampus/data-science-online/4-database/aws/requirements.txt b/data-science/fastcampus/data-science-online/4-database/aws/requirements.txt old mode 100755 new mode 100644 index 8d60422..21b3478 --- a/data-science/fastcampus/data-science-online/4-database/aws/requirements.txt +++ b/data-science/fastcampus/data-science-online/4-database/aws/requirements.txt @@ -13,4 +13,4 @@ scipy statsmodels mysqlclient sqlalchemy -pymongo==2.8.1 +pymongo==4.6.3