Skip to content

Commit 8d6498f

Browse files
build(deps): bump pytest-asyncio from 0.21.0 to 0.21.1 (#725)
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.21.0 to 0.21.1. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.21.0...v0.21.1) --- 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 d762e8e commit 8d6498f

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
@@ -11,5 +11,5 @@ sqlalchemy==1.4.45
1111
# testing
1212
pytest==7.4.0
1313
pytest-aiohttp==1.0.4
14-
pytest-asyncio==0.21.0
14+
pytest-asyncio==0.21.1
1515
flake8==6.0.0

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.2.0
1515
pytest==7.4.0
1616
pytest-aiohttp==1.0.4
17-
pytest-asyncio==0.21.0
17+
pytest-asyncio==0.21.1
1818
pytest-cov==4.1.0
1919
pytest-sugar==0.9.7

0 commit comments

Comments
 (0)