diff --git a/poetry.lock b/poetry.lock index ef347fd..c43ede7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -395,14 +395,13 @@ description = "pytest: simple powerful testing with Python" name = "pytest" optional = false python-versions = ">=3.5" -version = "6.0.1" +version = "6.1.0" [package.dependencies] atomicwrites = ">=1.0" attrs = ">=17.4.0" colorama = "*" iniconfig = "*" -more-itertools = ">=4.0.0" packaging = "*" pluggy = ">=0.12,<1.0" py = ">=1.8.2" @@ -537,7 +536,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] testing = ["jaraco.itertools", "func-timeout"] [metadata] -content-hash = "470809a9cc5d7f022c0870870d6b88d00e1771a1b95c41b5d8f14fad26cb4352" +content-hash = "8de2664a9bc90f3afa51fe542bdf444f240d755bd455e15b482751ebefa49052" lock-version = "1.0" python-versions = "^3.6" @@ -792,8 +791,8 @@ pyrsistent = [ {file = "pyrsistent-0.16.0.tar.gz", hash = "sha256:28669905fe725965daa16184933676547c5bb40a5153055a8dee2a4bd7933ad3"}, ] pytest = [ - {file = "pytest-6.0.1-py3-none-any.whl", hash = "sha256:8b6007800c53fdacd5a5c192203f4e531eb2a1540ad9c752e052ec0f7143dbad"}, - {file = "pytest-6.0.1.tar.gz", hash = "sha256:85228d75db9f45e06e57ef9bf4429267f81ac7c0d742cc9ed63d09886a9fe6f4"}, + {file = "pytest-6.1.0-py3-none-any.whl", hash = "sha256:1cd09785c0a50f9af72220dd12aa78cfa49cbffc356c61eab009ca189e018a33"}, + {file = "pytest-6.1.0.tar.gz", hash = "sha256:d010e24666435b39a4cf48740b039885642b6c273a3f77be3e7e03554d2806b7"}, ] pytest-aiohttp = [ {file = "pytest-aiohttp-0.3.0.tar.gz", hash = "sha256:c929854339637977375838703b62fef63528598bc0a9d451639eba95f4aaa44f"}, diff --git a/pyproject.toml b/pyproject.toml index bf0ab40..d06f48e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ typing-extensions = { version = "^3.7.4", python = "<3.8" } aioredis = "^1.3.1" async_generator = {version = "^1.10", python = "~3.6"} coverage = {extras = ["toml"], version = "^5.0.3"} -pytest = "^6.0.1" +pytest = "^6.1.0" pytest-aiohttp = "^0.3.0" pytest-cov = "^2.7" pytest-env = "^0.6.2"