Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit 0b93440

Browse files
Bump pytest-asyncio from 0.23.8 to 0.24.0
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.23.8 to 0.24.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.23.8...v0.24.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a1000fb commit 0b93440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ unit_tests = [
3838
"pytest==8.3.2",
3939
"pytest-datafiles==3.0.0",
4040
"jsonpath-ng==1.6.1",
41-
"pytest-asyncio==0.23.8"
41+
"pytest-asyncio==0.24.0"
4242
]
4343
integration_tests = [
4444
"pytest==8.3.2",

0 commit comments

Comments
 (0)