From 564ac5012c7919f55d39aa856e93737b022e9834 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 10:00:55 +0000 Subject: [PATCH] Bump pytest-asyncio from 0.25.0 to 0.25.1 (#1319) 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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 d35f17a8c..ea703a607 100644 --- a/demos/blog/requirements.txt +++ b/demos/blog/requirements.txt @@ -10,5 +10,5 @@ SQLalchemy==2.0.36 # testing pytest==8.3.4 pytest-aiohttp==1.0.5 -pytest-asyncio==0.25.0 +pytest-asyncio==0.25.1 flake8==7.1.1 diff --git a/demos/moderator/requirements-dev.txt b/demos/moderator/requirements-dev.txt index dbd29e1c5..bbd66360c 100644 --- a/demos/moderator/requirements-dev.txt +++ b/demos/moderator/requirements-dev.txt @@ -14,6 +14,6 @@ ipdb==0.13.13 mypy==1.14.1 pytest==8.3.4 pytest-aiohttp==1.0.5 -pytest-asyncio==0.25.0 +pytest-asyncio==0.25.1 pytest-cov==6.0.0 pytest-sugar==1.0.0