summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-12-04 16:07:55 +0000
committerGitHub <noreply@github.com>2021-12-04 16:07:55 +0000
commit398898bdeb1c282ed0cbbf2556adb18fc687cd14 (patch)
treed52b03b6084b74cd8bf0b1f5ebdef5da382df2d1 /pyproject.toml
parent1ae4028c139bf0f5078ef941c310dd7ed199fff6 (diff)
downloadrequests-cache-398898bdeb1c282ed0cbbf2556adb18fc687cd14.tar.gz
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] <support@github.com>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
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