diff --git a/poetry.lock b/poetry.lock index 838c107..f155c7b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -546,7 +546,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 @@ -795,7 +795,7 @@ server = ["pyzmq"] [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "7ea13c8285a8f95efbbfef8a8475bd73c97d68fbe053ff3326df9283534e8295" +content-hash = "fb0f9e8cb9dc90f6c9ad3e01b4e261e03384d2f58c1fd0cf8a4abe64aeb7211d" [metadata.files] anyio = [ @@ -1188,8 +1188,8 @@ pytest = [ {file = "pytest-7.2.0.tar.gz", hash = "sha256:c4014eb40e10f11f355ad4e3c2fb2c6c6d1919c73f3b5a433de4708202cade59"}, ] 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 16c3129..2bda592 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,9 +35,9 @@ lighthive = "^0.4.0" [tool.poetry.dev-dependencies] black = "^21.5b2" isort = "^5.8.0" -pytest = "^7.1.2" +pytest = "^7.2.0" pytest-cov = "^4.0.0" -pytest-asyncio = "^0.19.0" +pytest-asyncio = "^0.20.0" bandit = "^1.7.4" pytest-timeout = "^2.0.2" typer-cli = "^0.0.12"