diff --git a/poetry.lock b/poetry.lock index 17da2bf0..e9289a28 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.0.0" +version = "7.0.1" description = "pytest: simple powerful testing with Python" category = "dev" optional = false @@ -927,8 +927,8 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" -python-versions = "^3.8" -content-hash = "cde4cb2eb0ea38a0ca84ab7ab7efb2d4292f2d6042c3b32c44280b36bd7be1e2" +python-versions = "^3.9" +content-hash = "d02be8eae2209c1548ef04be6369d0b108ef7824914a10fb2fdfadd497e07a58" [metadata.files] aiohttp = [ @@ -1421,8 +1421,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 cffb5481..aa3bc503 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.0.0" +pytest = "^7.0.1" pytest-asyncio = "^0.18.1" pytest-cov = "^3.0.0" yamllint = "^1.26.3"