Skip to content

Commit c813ee4

Browse files
Bump pytest-asyncio from 1.2.0 to 1.3.0 in /reference-apps/fastapi (#6)
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d3daa06 commit c813ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference-apps/fastapi/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ prometheus-client==0.23.1
2929

3030
# Testing
3131
pytest==8.3.4 # pytest-asyncio 1.2.0 requires pytest<9
32-
pytest-asyncio==1.2.0
32+
pytest-asyncio==1.3.0
3333
pytest-cov==7.0.0
3434
pytest-mock==3.15.1
3535
httpx==0.28.1 # Already listed above but needed for testing

0 commit comments

Comments
 (0)