Skip to content

Commit 582a286

Browse files
Bump pytest-asyncio to v1.1.0 (#128)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d004dd1 commit 582a286

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ dependencies = [
8585
"pytest-cov==6.2.1",
8686
"mkdocs-material==9.6.15",
8787
"mkdocstrings[python]==0.29.1",
88-
"pytest-asyncio==1.0.0",
88+
"pytest-asyncio==1.1.0",
8989
"aioresponses==0.7.8",
9090
"pre-commit==4.2.0",
9191
"syrupy==4.9.1"
@@ -95,7 +95,7 @@ dependencies = [
9595
parallel = true
9696
extra-dependencies = [
9797
"aioresponses==0.7.8",
98-
"pytest-asyncio==1.0.0",
98+
"pytest-asyncio==1.1.0",
9999
"syrupy==4.9.1",
100100
"pytest-cov==6.2.1",
101101
]

0 commit comments

Comments
 (0)