diff --git a/poetry.lock b/poetry.lock index 5da6cd8..ccb1867 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.4.0 and should not be changed by hand. +# This file is automatically @generated by Poetry and should not be changed by hand. [[package]] name = "accessible-pygments" @@ -1499,18 +1499,18 @@ testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2. [[package]] name = "pytest-asyncio" -version = "0.20.3" +version = "0.21.0" description = "Pytest support for asyncio" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-asyncio-0.20.3.tar.gz", hash = "sha256:83cbf01169ce3e8eb71c6c278ccb0574d1a7a3bb8eaaf5e50e0ad342afb33b36"}, - {file = "pytest_asyncio-0.20.3-py3-none-any.whl", hash = "sha256:f129998b209d04fcc65c96fc85c11e5316738358909a8399e93be553d7656442"}, + {file = "pytest-asyncio-0.21.0.tar.gz", hash = "sha256:2b38a496aef56f56b0e87557ec313e11e1ab9276fc3863f6a7be0f1d0e415e1b"}, + {file = "pytest_asyncio-0.21.0-py3-none-any.whl", hash = "sha256:f2b3366b7cd501a4056858bd39349d5af19742aed2d81660b7998b6341c7eb9c"}, ] [package.dependencies] -pytest = ">=6.1.0" +pytest = ">=7.0.0" [package.extras] docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1.0)"] @@ -2330,4 +2330,4 @@ prometheus = ["prometheus-client"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "3de89785788f17415f7bb3bde5fd82e6f69d0c3c2bf1e574a5b905525f3af6a0" +content-hash = "594eaeea63d6505d9f93469a6d18c1661bcc57d3ea5ddff7c5fe7f6ff184c706" diff --git a/pyproject.toml b/pyproject.toml index eeff52d..5f83709 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ black = "^23.1.0" isort = "^5.11.5" pytest = "^7.2.2" pytest-mock = "^3.7.0" -pytest-asyncio = "^0.20.3" +pytest-asyncio = "^0.21.0" pytest-cov = "^4.0.0" pytest-xdist = "^3.1.0" pytest-clarity = "^1.0.1"