Skip to content

Commit c6510e0

Browse files
Bump pytest-asyncio from 0.24 to 0.25.0 (#1300)
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.24 to 0.25.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.24.0...v0.25.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8f307bb commit c6510e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demos/blog/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ SQLalchemy==2.0.36
1010
# testing
1111
pytest==8.3.4
1212
pytest-aiohttp==1.0.5
13-
pytest-asyncio==0.24
13+
pytest-asyncio==0.25.0
1414
flake8==7.1.1

demos/moderator/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ ipdb==0.13.13
1414
mypy==1.13.0
1515
pytest==8.3.4
1616
pytest-aiohttp==1.0.5
17-
pytest-asyncio==0.24
17+
pytest-asyncio==0.25.0
1818
pytest-cov==6.0.0
1919
pytest-sugar==1.0.0

0 commit comments

Comments
 (0)