From 398898bdeb1c282ed0cbbf2556adb18fc687cd14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Dec 2021 16:07:55 +0000 Subject: Bump pymongo from 3.12.2 to 4.0 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 3.12.2 to 4.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.2...4.0) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index a17d2fc..8509bd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ url-normalize = "^1.4" # For reducing duplicate cache items # Optional backend dependencies boto3 = {optional=true, version="^1.15"} botocore = {optional=true, version="^1.18"} -pymongo = {optional=true, version="^3.0"} +pymongo = {optional=true, version=">=3,<5"} redis = {optional=true, version=">=3,<5"} # Optional serialization dependencies -- cgit v1.2.1