From 51d4a22ecbe3823bf2500562229a2e930e5f7fc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 21:55:50 +0000 Subject: [PATCH] chore(deps-dev): bump pytest-asyncio from 0.24.0 to 0.25.0 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.24.0 to 0.25.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.24.0...v0.25.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8d9c781..4960647 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1704,20 +1704,20 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-asyncio" -version = "0.24.0" +version = "0.25.0" description = "Pytest support for asyncio" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "pytest_asyncio-0.24.0-py3-none-any.whl", hash = "sha256:a811296ed596b69bf0b6f3dc40f83bcaf341b155a269052d82efa2b25ac7037b"}, - {file = "pytest_asyncio-0.24.0.tar.gz", hash = "sha256:d081d828e576d85f875399194281e92bf8a68d60d72d1a2faf2feddb6c46b276"}, + {file = "pytest_asyncio-0.25.0-py3-none-any.whl", hash = "sha256:db5432d18eac6b7e28b46dcd9b69921b55c3b1086e85febfe04e70b18d9e81b3"}, + {file = "pytest_asyncio-0.25.0.tar.gz", hash = "sha256:8c0610303c9e0442a5db8604505fc0f545456ba1528824842b37b4a626cbf609"}, ] [package.dependencies] 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]] @@ -2393,4 +2393,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "ce2965cc31d92f38308e67918f7b13114b945f7280d4f9bdef19349a7f32c49a" +content-hash = "0226307932eb3c956dfb27def7006cbe4003fd2552557f9d6e97bf5781148152" diff --git a/pyproject.toml b/pyproject.toml index b3e172f..bceaa26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ flake8 = "^7.1.1" docformatter = {extras = ["tomli"], version = "^1.7.1"} pre-commit = "^4.0.1" pytest = "^8.3.3" -pytest-asyncio = ">=0.20.3,<0.25.0" +pytest-asyncio = ">=0.20.3,<0.26.0" vermin = "^1.5.1" openapi-spec-validator = ">=0.5.6,<0.8.0" pytest-cov = "^6.0.0"