From 268bf084fad36e653666b2c4382766903cf3c387 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 03:50:10 +0000 Subject: [PATCH] chore: Update dependency pytest-asyncio to ^0.19.0 || ^0.23.0 --- crates/python/poetry.lock | 15 ++++++++------- crates/python/pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/crates/python/poetry.lock b/crates/python/poetry.lock index 6c2679056..287b784f0 100644 --- a/crates/python/poetry.lock +++ b/crates/python/poetry.lock @@ -449,20 +449,21 @@ testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2. [[package]] name = "pytest-asyncio" -version = "0.19.0" +version = "0.23.6" description = "Pytest support for asyncio" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {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.23.6.tar.gz", hash = "sha256:ffe523a89c1c222598c76856e76852b787504ddb72dd5d9b6617ffa8aa2cde5f"}, + {file = "pytest_asyncio-0.23.6-py3-none-any.whl", hash = "sha256:68516fdd1018ac57b846c9846b954f0393b26f094764a28c955eabb0536a4e8a"}, ] [package.dependencies] -pytest = ">=6.1.0" +pytest = ">=7.0.0,<9" [package.extras] -testing = ["coverage (>=6.2)", "flaky (>=3.5.0)", "hypothesis (>=5.7.1)", "mypy (>=0.931)", "pytest-trio (>=0.7.0)"] +docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1.0)"] +testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"] [[package]] name = "six" @@ -529,4 +530,4 @@ test = ["pytest (>=6.0.0)", "setuptools (>=65)"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "52cf69b189260044546aed90a42b51c72173bf6253ed35008a078aee9bb60e68" +content-hash = "e2f154a3cb08c7029c0e46ee727a82bf559c10d0d031cad29242008a464212a3" diff --git a/crates/python/pyproject.toml b/crates/python/pyproject.toml index a19298c4a..841a3eb0d 100644 --- a/crates/python/pyproject.toml +++ b/crates/python/pyproject.toml @@ -49,7 +49,7 @@ python = "^3.8" numpy = "^1.24.1" maturin = "^1.2.3" pytest = "^7.1.3" -pytest-asyncio = "^0.19.0" +pytest-asyncio = "^0.19.0 || ^0.23.0" black = "^22.8.0" syrupy = "^3.0.6" mypy = "^1.4.1"