From 1cc0959c4fb3ff36666623803b8c80416696b85b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 09:16:23 +0000 Subject: [PATCH] Bump pytest-asyncio from 0.21.1 to 0.24.0 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.21.1 to 0.24.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.21.1...v0.24.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- demos/blog/requirements.txt | 2 +- demos/moderator/requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demos/blog/requirements.txt b/demos/blog/requirements.txt index e5f31a4b4..4b73652e5 100644 --- a/demos/blog/requirements.txt +++ b/demos/blog/requirements.txt @@ -11,5 +11,5 @@ sqlalchemy==1.4.45 # testing pytest==8.1.1 pytest-aiohttp==1.0.5 -pytest-asyncio==0.21.1 +pytest-asyncio==0.24.0 flake8==7.1.0 diff --git a/demos/moderator/requirements-dev.txt b/demos/moderator/requirements-dev.txt index 1c712f317..f95780c66 100644 --- a/demos/moderator/requirements-dev.txt +++ b/demos/moderator/requirements-dev.txt @@ -14,6 +14,6 @@ ipdb==0.13.13 mypy==1.10.1 pytest==8.1.1 pytest-aiohttp==1.0.5 -pytest-asyncio==0.21.1 +pytest-asyncio==0.24.0 pytest-cov==5.0.0 pytest-sugar==1.0.0