From bc6f7f831def0a282acff13e4ceaf685323150b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Jun 2025 23:43:08 +0200 Subject: [PATCH] Bump pytest-asyncio from 0.25.2 to 0.26.0 (#2016) Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.25.2 to 0.26.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.25.2...v0.26.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index bf2335c..54d2e2e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2270,14 +2270,14 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-asyncio" -version = "0.25.2" +version = "1.0.0" description = "Pytest support for asyncio" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pytest_asyncio-0.25.2-py3-none-any.whl", hash = "sha256:0d0bb693f7b99da304a0634afc0a4b19e49d5e0de2d670f38dc4bfa5727c5075"}, - {file = "pytest_asyncio-0.25.2.tar.gz", hash = "sha256:3f8ef9a98f45948ea91a0ed3dc4268b5326c0e7bce73892acc654df4262ad45f"}, + {file = "pytest_asyncio-1.0.0-py3-none-any.whl", hash = "sha256:4f024da9f1ef945e680dc68610b52550e36590a67fd31bb3b4943979a1f90ef3"}, + {file = "pytest_asyncio-1.0.0.tar.gz", hash = "sha256:d15463d13f4456e1ead2594520216b225a16f781e144f8fdf6c5bb4667c48b3f"}, ] [package.dependencies] @@ -3147,4 +3147,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "c0fd6c2c5f1281dec588b066a595fac52b6746dfd7cb3eb4de49fbf977e7daad" +content-hash = "d2691b7fe0ff2be76bb2b4c504a23232ef7196a0dbaab333500d42513a4a96be" diff --git a/pyproject.toml b/pyproject.toml index ca615ed..82f8847 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ platformdirs = "^4.3.6" # Install dev dependencies with: poetry install --with dev flake8 = "^7.1.1" pytest = "^8.3.4" -pytest-asyncio = "^0.25.2" +pytest-asyncio = "^1.0.0" pytest-cov = "^6.0.0" pytest-httpserver = "^1.0.0" pytest-rerunfailures = "^15.0"