diff --git a/poetry.lock b/poetry.lock index d94a142..22ae86c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -784,7 +784,7 @@ python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" [[package]] name = "pytest" -version = "7.0.0" +version = "7.0.1" description = "pytest: simple powerful testing with Python" category = "dev" optional = false @@ -1221,7 +1221,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "9566ad349d860ca33d46b37429ed5227d9fc65dbabb899b58d518dc5adad00b6" +content-hash = "26a52d62e7651636ad76c6044b0e360c578ccc4ea78743858f81122d705a91e6" [metadata.files] aioredis = [ @@ -1727,8 +1727,8 @@ pyparsing = [ {file = "pyparsing-2.4.7.tar.gz", hash = "sha256:c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1"}, ] pytest = [ - {file = "pytest-7.0.0-py3-none-any.whl", hash = "sha256:42901e6bd4bd4a0e533358a86e848427a49005a3256f657c5c8f8dd35ef137a9"}, - {file = "pytest-7.0.0.tar.gz", hash = "sha256:dad48ffda394e5ad9aa3b7d7ddf339ed502e5e365b1350e0af65f4a602344b11"}, + {file = "pytest-7.0.1-py3-none-any.whl", hash = "sha256:9ce3ff477af913ecf6321fe337b93a2c0dcf2a0a1439c43f5452112c1e4280db"}, + {file = "pytest-7.0.1.tar.gz", hash = "sha256:e30905a0c131d3d94b89624a1cc5afec3e0ba2fbdb151867d8e0ebd49850f171"}, ] pytest-asyncio = [ {file = "pytest-asyncio-0.18.1.tar.gz", hash = "sha256:c43fcdfea2335dd82ffe0f2774e40285ddfea78a8e81e56118d47b6a90fbb09e"}, diff --git a/pyproject.toml b/pyproject.toml index c9b9718..a242008 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ hiredis = "^2.0.0" [tool.poetry.dev-dependencies] mypy = "^0.931" -pytest = "^7.0.0" +pytest = "^7.0.1" ipdb = "^0.13.9" pylint = "^2.12.2" black = "^22.1"