From 2d71088ecc6fde2a24bb206e0bf6a171f70b39d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Jul 2025 09:16:13 +0000 Subject: [PATCH] Bump pytest-asyncio from 0.26 to 1.1.0 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.26 to 1.1.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.26.0...v1.1.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- demos/blog/requirements.txt | 2 +- demos/moderator/requirements-dev.txt | 2 +- demos/shortify/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/demos/blog/requirements.txt b/demos/blog/requirements.txt index d45bd61ae..664bf6d6b 100644 --- a/demos/blog/requirements.txt +++ b/demos/blog/requirements.txt @@ -10,5 +10,5 @@ SQLalchemy==2.0.41 # testing pytest==8.3.5 pytest-aiohttp==1.1.0 -pytest-asyncio==0.26.0 +pytest-asyncio==1.1.0 flake8==7.3.0 diff --git a/demos/moderator/requirements-dev.txt b/demos/moderator/requirements-dev.txt index e900a55a9..7c05e1991 100644 --- a/demos/moderator/requirements-dev.txt +++ b/demos/moderator/requirements-dev.txt @@ -14,6 +14,6 @@ ipdb==0.13.13 mypy==1.16.1 pytest==8.3.5 pytest-aiohttp==1.1.0 -pytest-asyncio==0.26.0 +pytest-asyncio==1.1.0 pytest-cov==6.2.1 pytest-sugar==1.0.0 diff --git a/demos/shortify/requirements.txt b/demos/shortify/requirements.txt index a7844534d..b98c2e0eb 100644 --- a/demos/shortify/requirements.txt +++ b/demos/shortify/requirements.txt @@ -4,4 +4,4 @@ pyyaml==6.0.2 redis==6.2.0 trafaret==2.1.1 pytest-aiohttp==1.1.0 -pytest-asyncio==0.26 +pytest-asyncio==1.1.0