From 36a0d010eca5cb33c4b77acbb5885c65545b0aa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 13:35:50 +0000 Subject: [PATCH] Update pytest-asyncio requirement from ~=0.21 to ~=0.25 in /package (#2229) Updates the requirements on [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.21.0...v0.25.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Huong Nguyen <32060364+Huongg@users.noreply.github.com> --- package/test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/test_requirements.txt b/package/test_requirements.txt index 1ce7b8498..07ed959d9 100644 --- a/package/test_requirements.txt +++ b/package/test_requirements.txt @@ -11,7 +11,7 @@ mypy~=1.11 moto~=5.0.21 psutil==6.1.1 # same as Kedro for now pytest~=8.3 -pytest-asyncio~=0.21 +pytest-asyncio~=0.25 pytest-mock~=3.14 pytest-cov~=5.0 ruff==0.7.0