Skip to content

Commit 2593bb5

Browse files
Bump pytest-asyncio from 0.25.2 to 0.25.3 (#1348)
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.25.2 to 0.25.3. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.25.2...v0.25.3) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 24d3317 commit 2593bb5

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.37
1010
# testing
1111
pytest==8.3.4
1212
pytest-aiohttp==1.0.5
13-
pytest-asyncio==0.25.2
13+
pytest-asyncio==0.25.3
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.14.1
1515
pytest==8.3.4
1616
pytest-aiohttp==1.0.5
17-
pytest-asyncio==0.25.2
17+
pytest-asyncio==0.25.3
1818
pytest-cov==6.0.0
1919
pytest-sugar==1.0.0

0 commit comments

Comments
 (0)