diff --git a/poetry.lock b/poetry.lock index e41faa3b..4aa5bc37 100644 --- a/poetry.lock +++ b/poetry.lock @@ -613,7 +613,7 @@ testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2. [[package]] name = "pytest-asyncio" -version = "0.19.0" +version = "0.20.1" description = "Pytest support for asyncio" category = "dev" optional = false @@ -1021,7 +1021,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "ca59a87ab128642caf0bfc56e79a12ca0875cdfb3f8552c55e699d4c0aeb0bc5" +content-hash = "a5ec36e936e5ac96ef3683fb45eb4c30442a4061a3dfa612a66645da3f1e1513" [metadata.files] anyio = [ @@ -1412,8 +1412,8 @@ pytest = [ {file = "pytest-7.1.3.tar.gz", hash = "sha256:4f365fec2dff9c1162f834d9f18af1ba13062db0c708bf7b946f8a5c76180c39"}, ] pytest-asyncio = [ - {file = "pytest-asyncio-0.19.0.tar.gz", hash = "sha256:ac4ebf3b6207259750bc32f4c1d8fcd7e79739edbc67ad0c58dd150b1d072fed"}, - {file = "pytest_asyncio-0.19.0-py3-none-any.whl", hash = "sha256:7a97e37cfe1ed296e2e84941384bdd37c376453912d397ed39293e0916f521fa"}, + {file = "pytest-asyncio-0.20.1.tar.gz", hash = "sha256:626699de2a747611f3eeb64168b3575f70439b06c3d0206e6ceaeeb956e65519"}, + {file = "pytest_asyncio-0.20.1-py3-none-any.whl", hash = "sha256:2c85a835df33fda40fe3973b451e0c194ca11bc2c007eabff90bb3d156fc172b"}, ] pytest-cov = [ {file = "pytest-cov-4.0.0.tar.gz", hash = "sha256:996b79efde6433cdbd0088872dbc5fb3ed7fe1578b68cdbba634f14bb8dd0470"}, diff --git a/pyproject.toml b/pyproject.toml index 9681443f..ca3a5af8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ isort = "^5.10.1" pre-commit = "^2.20.0" pytest-cov = "^4.0.0" pytest-depends = "^1.0.1" -pytest-asyncio = "^0.19.0" +pytest-asyncio = "^0.20.1" Faker = "^15.1.1" unasync-cli = "^0.0.9" python-semantic-release = "^7.32.1"