aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--poetry.lock16
-rw-r--r--pyproject.toml2
2 files changed, 9 insertions, 9 deletions
diff --git a/poetry.lock b/poetry.lock
index 1c6ac9a1..044fe2be 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -236,7 +236,7 @@ testing = ["pre-commit"]
[[package]]
name = "fakeredis"
-version = "1.7.1"
+version = "1.7.4"
description = "Fake implementation of redis API for testing purposes."
category = "main"
optional = true
@@ -245,7 +245,7 @@ python-versions = ">=3.5"
[package.dependencies]
lupa = {version = "*", optional = true, markers = "extra == \"lua\""}
packaging = "*"
-redis = "<4.2.0"
+redis = "<=4.2.2"
six = ">=1.12"
sortedcontainers = "*"
@@ -661,7 +661,7 @@ diagrams = ["railroad-diagrams", "jinja2"]
[[package]]
name = "pytest"
-version = "7.1.1"
+version = "7.1.2"
description = "pytest: simple powerful testing with Python"
category = "dev"
optional = false
@@ -1059,7 +1059,7 @@ async-rediscache = ["async-rediscache"]
[metadata]
lock-version = "1.1"
python-versions = "3.9.*"
-content-hash = "c8a19a395c60a83d32d9e44e8c3e313ed4fcae7e980f164510d3531ef1690f24"
+content-hash = "2485fc9bfa058e01233c8d71f749536a5b6781fd2f519ae61a4c3393db13ec41"
[metadata.files]
aiohttp = [
@@ -1249,8 +1249,8 @@ execnet = [
{file = "execnet-1.9.0.tar.gz", hash = "sha256:8f694f3ba9cc92cab508b152dcfe322153975c29bda272e2fd7f3f00f36e47c5"},
]
fakeredis = [
- {file = "fakeredis-1.7.1-py3-none-any.whl", hash = "sha256:be3668e50f6b57d5fc4abfd27f9f655bed07a2c5aecfc8b15d0aad59f997c1ba"},
- {file = "fakeredis-1.7.1.tar.gz", hash = "sha256:7c2c4ba1b42e0a75337c54b777bf0671056b4569650e3ff927e4b9b385afc8ec"},
+ {file = "fakeredis-1.7.4-py3-none-any.whl", hash = "sha256:cc033ebf9af9f42bba6aa538a3e1a9f1732686b8b7e9ef50c7a44955bbc2aff8"},
+ {file = "fakeredis-1.7.4.tar.gz", hash = "sha256:69697ffeeb09939073605eeac97f524bccabae04265757a575c7fc923087aa65"},
]
filelock = [
{file = "filelock-3.6.0-py3-none-any.whl", hash = "sha256:f8314284bfffbdcfa0ff3d7992b023d4c628ced6feb957351d4c48d059f56bc0"},
@@ -1650,8 +1650,8 @@ pyparsing = [
{file = "pyparsing-3.0.8.tar.gz", hash = "sha256:7bf433498c016c4314268d95df76c81b842a4cb2b276fa3312cfb1e1d85f6954"},
]
pytest = [
- {file = "pytest-7.1.1-py3-none-any.whl", hash = "sha256:92f723789a8fdd7180b6b06483874feca4c48a5c76968e03bb3e7f806a1869ea"},
- {file = "pytest-7.1.1.tar.gz", hash = "sha256:841132caef6b1ad17a9afde46dc4f6cfa59a05f9555aae5151f73bdf2820ca63"},
+ {file = "pytest-7.1.2-py3-none-any.whl", hash = "sha256:13d0e3ccfc2b6e26be000cb6568c832ba67ba32e719443bfe725814d3c42433c"},
+ {file = "pytest-7.1.2.tar.gz", hash = "sha256:a06a0425453864a270bc45e71f783330a7428defb4230fb5e6a731fde06ecd45"},
]
pytest-cov = [
{file = "pytest-cov-3.0.0.tar.gz", hash = "sha256:e7f0f5b1617d2210a2cabc266dfe2f4c75a8d32fb89eafb7ad9d06f6d076d470"},
diff --git a/pyproject.toml b/pyproject.toml
index 9c9764ff..bc615790 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -36,7 +36,7 @@ pep8-naming = "0.12.1"
pre-commit = "2.18.1"
taskipy = "1.10.1"
python-dotenv = "0.20.0"
-pytest = "7.1.1"
+pytest = "7.1.2"
pytest-cov = "3.0.0"
pytest-xdist = "2.5.0"
Sphinx = "4.5.0"