diff --git a/poetry.lock b/poetry.lock index d848edc..67bf1b7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -661,7 +661,7 @@ python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" [[package]] name = "pytest" -version = "7.1.0" +version = "7.1.1" description = "pytest: simple powerful testing with Python" category = "dev" optional = false @@ -928,7 +928,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "93af1d2bf174a2e3602efbc109ec852c9ba41dc3b70933b8be0b883603d9578e" +content-hash = "56b2502c81c0efc338ab68f19b6bf8a26b43a2c6e66441d2059157e754361fe4" [metadata.files] aiohttp = [ @@ -1421,8 +1421,8 @@ pyparsing = [ {file = "pyparsing-2.4.7.tar.gz", hash = "sha256:c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1"}, ] pytest = [ - {file = "pytest-7.1.0-py3-none-any.whl", hash = "sha256:b555252a95bbb2a37a97b5ac2eb050c436f7989993565f5e0c9128fcaacadd0e"}, - {file = "pytest-7.1.0.tar.gz", hash = "sha256:f1089d218cfcc63a212c42896f1b7fbf096874d045e1988186861a1a87d27b47"}, + {file = "pytest-7.1.1-py3-none-any.whl", hash = "sha256:92f723789a8fdd7180b6b06483874feca4c48a5c76968e03bb3e7f806a1869ea"}, + {file = "pytest-7.1.1.tar.gz", hash = "sha256:841132caef6b1ad17a9afde46dc4f6cfa59a05f9555aae5151f73bdf2820ca63"}, ] pytest-asyncio = [ {file = "pytest-asyncio-0.18.2.tar.gz", hash = "sha256:fc8e4190f33fee7797cc7f1829f46a82c213f088af5d1bb5d4e454fe87e6cdc2"}, diff --git a/pyproject.toml b/pyproject.toml index 619d117..09f64cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ isort = "^5.10.1" pre-commit = "^2.17.0" pre-commit-hooks = "^4.1.0" pylint = "^2.12.2" -pytest = "^7.1.0" +pytest = "^7.1.1" pytest-asyncio = "^0.18.2" pytest-cov = "^3.0.0" yamllint = "^1.26.3"