summaryrefslogtreecommitdiff
path: root/poetry.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-14 16:07:22 +0000
committerGitHub <noreply@github.com>2022-05-14 16:07:22 +0000
commitfe725ab38f5284a4b37d23e871007865883d3dbc (patch)
treedcad853873574d15a0d5a5ff9e3819aef574c596 /poetry.lock
parent8ca1b55ca8bed672f0259c1d63d67e906d228475 (diff)
downloadrequests-cache-fe725ab38f5284a4b37d23e871007865883d3dbc.tar.gz
Bump redis from 4.2.2 to 4.3.1
Bumps [redis](https://github.com/redis/redis-py) from 4.2.2 to 4.3.1. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/v4.2.2...v4.3.1) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'poetry.lock')
-rw-r--r--poetry.lock58
1 files changed, 20 insertions, 38 deletions
diff --git a/poetry.lock b/poetry.lock
index 2241495..8733ca4 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -3,7 +3,7 @@ name = "alabaster"
version = "0.7.12"
description = "A configurable sidebar-enabled Sphinx theme"
category = "main"
-optional = true
+optional = false
python-versions = "*"
[[package]]
@@ -58,7 +58,7 @@ name = "babel"
version = "2.10.1"
description = "Internationalization utilities"
category = "main"
-optional = true
+optional = false
python-versions = ">=3.6"
[package.dependencies]
@@ -237,7 +237,7 @@ name = "docutils"
version = "0.17.1"
description = "Docutils -- Python Documentation Utilities"
category = "main"
-optional = true
+optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[[package]]
@@ -311,7 +311,7 @@ name = "imagesize"
version = "1.3.0"
description = "Getting image size from png/jpeg/jpeg2000/gif file"
category = "main"
-optional = true
+optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
[[package]]
@@ -352,7 +352,7 @@ name = "jinja2"
version = "3.1.2"
description = "A very fast and expressive template engine."
category = "main"
-optional = true
+optional = false
python-versions = ">=3.7"
[package.dependencies]
@@ -425,7 +425,7 @@ name = "markupsafe"
version = "2.1.1"
description = "Safely add untrusted strings to HTML/XML markup."
category = "main"
-optional = true
+optional = false
python-versions = ">=3.7"
[[package]]
@@ -617,7 +617,7 @@ python-versions = ">=3.6"
[[package]]
name = "pymongo"
version = "4.1.1"
-description = "Python driver for MongoDB <https://www.mongodb.org>"
+description = "Python driver for MongoDB <http://www.mongodb.org>"
category = "main"
optional = true
python-versions = ">=3.6.2"
@@ -636,7 +636,7 @@ name = "pyparsing"
version = "3.0.8"
description = "pyparsing module - Classes and methods to define and execute parsing grammars"
category = "main"
-optional = true
+optional = false
python-versions = ">=3.6.8"
[package.extras]
@@ -714,7 +714,6 @@ python-versions = ">= 3.6"
[package.dependencies]
pytest = ">=5.3"
-setuptools = ">=40.0"
[[package]]
name = "pytest-xdist"
@@ -750,7 +749,7 @@ name = "pytz"
version = "2022.1"
description = "World timezone definitions, modern and historical"
category = "main"
-optional = true
+optional = false
python-versions = "*"
[[package]]
@@ -763,7 +762,7 @@ python-versions = ">=3.6"
[[package]]
name = "redis"
-version = "4.2.2"
+version = "4.3.1"
description = "Python client for Redis database and key-value store"
category = "main"
optional = true
@@ -860,19 +859,6 @@ botocore = ">=1.12.36,<2.0a.0"
crt = ["botocore[crt] (>=1.20.29,<2.0a.0)"]
[[package]]
-name = "setuptools"
-version = "62.1.0"
-description = "Easily download, build, install, upgrade, and uninstall Python packages"
-category = "dev"
-optional = false
-python-versions = ">=3.7"
-
-[package.extras]
-docs = ["sphinx", "jaraco.packaging (>=9)", "rst.linker (>=1.9)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "sphinx-favicon", "sphinx-inline-tabs", "sphinxcontrib-towncrier", "furo"]
-testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-enabler (>=1.0.1)", "pytest-perf", "mock", "flake8-2020", "virtualenv (>=13.0.0)", "wheel", "pip (>=19.1)", "jaraco.envs (>=2.2)", "pytest-xdist", "jaraco.path (>=3.2.0)", "build", "filelock (>=3.4.0)", "pip-run (>=8.8)", "ini2toml[lite] (>=0.9)", "tomli-w (>=1.0.0)", "pytest-black (>=0.3.7)", "pytest-cov", "pytest-mypy (>=0.9.1)"]
-testing-integration = ["pytest", "pytest-xdist", "pytest-enabler", "virtualenv (>=13.0.0)", "tomli", "wheel", "jaraco.path (>=3.2.0)", "jaraco.envs (>=2.2)", "build", "filelock (>=3.4.0)"]
-
-[[package]]
name = "six"
version = "1.16.0"
description = "Python 2 and 3 compatibility utilities"
@@ -885,7 +871,7 @@ name = "snowballstemmer"
version = "2.2.0"
description = "This package provides 29 stemmers for 28 languages generated from Snowball algorithms."
category = "main"
-optional = true
+optional = false
python-versions = "*"
[[package]]
@@ -1046,7 +1032,7 @@ name = "sphinxcontrib-applehelp"
version = "1.0.2"
description = "sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books"
category = "main"
-optional = true
+optional = false
python-versions = ">=3.5"
[package.extras]
@@ -1058,7 +1044,7 @@ name = "sphinxcontrib-devhelp"
version = "1.0.2"
description = "sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document."
category = "main"
-optional = true
+optional = false
python-versions = ">=3.5"
[package.extras]
@@ -1070,7 +1056,7 @@ name = "sphinxcontrib-htmlhelp"
version = "2.0.0"
description = "sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files"
category = "main"
-optional = true
+optional = false
python-versions = ">=3.6"
[package.extras]
@@ -1082,7 +1068,7 @@ name = "sphinxcontrib-jsmath"
version = "1.0.1"
description = "A sphinx extension which renders display math in HTML via JavaScript"
category = "main"
-optional = true
+optional = false
python-versions = ">=3.5"
[package.extras]
@@ -1093,7 +1079,7 @@ name = "sphinxcontrib-qthelp"
version = "1.0.3"
description = "sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document."
category = "main"
-optional = true
+optional = false
python-versions = ">=3.5"
[package.extras]
@@ -1105,7 +1091,7 @@ name = "sphinxcontrib-serializinghtml"
version = "1.1.5"
description = "sphinxcontrib-serializinghtml is a sphinx extension which outputs \"serialized\" HTML files (json and pickle)."
category = "main"
-optional = true
+optional = false
python-versions = ">=3.5"
[package.extras]
@@ -1256,7 +1242,7 @@ yaml = ["pyyaml"]
[metadata]
lock-version = "1.1"
python-versions = "^3.7"
-content-hash = "394bb222016efd05585878c7571ab8798e1c40b264a500dbc8263c869c9f0406"
+content-hash = "1615dfd69afdc88e89d2505262b17251efdc28dca64e3d76cfcf00ecc64afccb"
[metadata.files]
alabaster = [
@@ -1728,8 +1714,8 @@ pyyaml = [
{file = "PyYAML-6.0.tar.gz", hash = "sha256:68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2"},
]
redis = [
- {file = "redis-4.2.2-py3-none-any.whl", hash = "sha256:4e95f4ec5f49e636efcf20061a5a9110c20852f607cfca6865c07aaa8a739ee2"},
- {file = "redis-4.2.2.tar.gz", hash = "sha256:0107dc8e98a4f1d1d4aa00100e044287f77121a1e6d2085545c4b7fa94a7a27f"},
+ {file = "redis-4.3.1-py3-none-any.whl", hash = "sha256:84316970995a7adb907a56754d2b92d88fc2d252963dc5ac34c88f0f1a22c25d"},
+ {file = "redis-4.3.1.tar.gz", hash = "sha256:94b617b4cd296e94991146f66fc5559756fbefe9493604f0312e4d3298ac63e9"},
]
requests = [
{file = "requests-2.27.1-py2.py3-none-any.whl", hash = "sha256:f22fa1e554c9ddfd16e6e41ac79759e17be9e492b3587efa038054674760e72d"},
@@ -1751,10 +1737,6 @@ s3transfer = [
{file = "s3transfer-0.5.2-py3-none-any.whl", hash = "sha256:7a6f4c4d1fdb9a2b640244008e142cbc2cd3ae34b386584ef044dd0f27101971"},
{file = "s3transfer-0.5.2.tar.gz", hash = "sha256:95c58c194ce657a5f4fb0b9e60a84968c808888aed628cd98ab8771fe1db98ed"},
]
-setuptools = [
- {file = "setuptools-62.1.0-py3-none-any.whl", hash = "sha256:26ead7d1f93efc0f8c804d9fafafbe4a44b179580a7105754b245155f9af05a8"},
- {file = "setuptools-62.1.0.tar.gz", hash = "sha256:47c7b0c0f8fc10eec4cf1e71c6fdadf8decaa74ffa087e68cd1c20db7ad6a592"},
-]
six = [
{file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"},
{file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"},