From 30c6c7e059b34ffc5e9822314a84c8138413d094 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 06:29:41 +0000 Subject: [PATCH] Bump pytest-asyncio from 0.25.0 to 0.25.1 in /yafs 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] --- yafs/poetry.lock | 8 ++++---- yafs/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/yafs/poetry.lock b/yafs/poetry.lock index 9713350..a6bec24 100644 --- a/yafs/poetry.lock +++ b/yafs/poetry.lock @@ -2419,13 +2419,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] @@ -3262,4 +3262,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "a92b9ba83be57ba64555a6e50edcecc1c5a6ad4e684281563de7c2c3e972d5fd" +content-hash = "63dc162097e34fe4f084b0300d9d9857f65a041db606615cf1fe693d22e3bc54" diff --git a/yafs/pyproject.toml b/yafs/pyproject.toml index 7e54d64..5520926 100644 --- a/yafs/pyproject.toml +++ b/yafs/pyproject.toml @@ -32,7 +32,7 @@ isort = "^5.13.2" coverage = "^7.6.10" ipython = "^8.31.0" jupyter = "^1.1.1" -pytest-asyncio = "^0.25.0" +pytest-asyncio = "^0.25.1" jupyter-black = "^0.4.0" pre-commit = "^4.0.1"