From 411c608b07d51fb9d8663b6318ac897d3a5a2b0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 07:30:22 +0000 Subject: [PATCH] chore(deps-dev): bump pytest-asyncio from 0.25.0 to 0.25.1 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.25.0 to 0.25.1. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.25.0...v0.25.1) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index c834873f..06c3c578 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1071,13 +1071,13 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-asyncio" -version = "0.25.0" +version = "0.25.1" description = "Pytest support for asyncio" optional = false python-versions = ">=3.9" files = [ - {file = "pytest_asyncio-0.25.0-py3-none-any.whl", hash = "sha256:db5432d18eac6b7e28b46dcd9b69921b55c3b1086e85febfe04e70b18d9e81b3"}, - {file = "pytest_asyncio-0.25.0.tar.gz", hash = "sha256:8c0610303c9e0442a5db8604505fc0f545456ba1528824842b37b4a626cbf609"}, + {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] @@ -1458,4 +1458,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "4b21cb9605820a11e63db64cde528a633972f762697345a93af2354a07593d8d" +content-hash = "e5f14b265a351e78c3a62f4bd6a75d39ddb6c655d8e71dd729d66697f6c2ed13" diff --git a/pyproject.toml b/pyproject.toml index 5bae9b33..078f2656 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ isort = "^5.12.0" pre-commit = "^4.0.1" pytest-cov = "^6.0.0" pytest-depends = "^1.0.1" -pytest-asyncio = "^0.25.0" +pytest-asyncio = "^0.25.1" Faker = "^33.1.0" unasync-cli = "^0.0.9"