From c7d6f407a9f0702dbeeb7839262251c93891c075 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2025 17:33:04 +0000 Subject: [PATCH] chore(deps): update dependency pytest-asyncio to >=0.25.1,<0.26.0 --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 67e1863..74061c4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -488,20 +488,20 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-asyncio" -version = "0.23.8" +version = "0.25.1" description = "Pytest support for asyncio" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "pytest_asyncio-0.23.8-py3-none-any.whl", hash = "sha256:50265d892689a5faefb84df80819d1ecef566eb3549cf915dfb33569359d1ce2"}, - {file = "pytest_asyncio-0.23.8.tar.gz", hash = "sha256:759b10b33a6dc61cce40a8bd5205e302978bbbcc00e279a8b61d9a6a3c82e4d3"}, + {file = "pytest_asyncio-0.25.1-py3-none-any.whl", hash = "sha256:c84878849ec63ff2ca509423616e071ef9cd8cc93c053aa33b5b8fb70a990671"}, + {file = "pytest_asyncio-0.25.1.tar.gz", hash = "sha256:79be8a72384b0c917677e00daa711e07db15259f4d23203c59012bcd989d4aee"}, ] [package.dependencies] -pytest = ">=7.0.0,<9" +pytest = ">=8.2,<9" [package.extras] -docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1.0)"] +docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1)"] testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"] [[package]] @@ -670,4 +670,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "f5750ce8f03bfeaee73e90649ecaa8a3f9a01d12c5dae765f8e814bde5fc1730" +content-hash = "af1f237fe4bee75163bae8a49e75ebc765f62e999386ff4092503adcffec10c6" diff --git a/pyproject.toml b/pyproject.toml index d654556..94f616e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ pytest = ">=7.2.1,<9.0.0" ruff = ">=0.0.254,<0.3.5" coverage = "^7.2.1" pytest-cov = "^6.0.0" -pytest-asyncio = ">=0.20.3,<0.24.0" +pytest-asyncio = ">=0.25.1,<0.26.0" [tool.isort] profile = "black"