Skip to content

Commit 87e73e3

Browse files
authored
bump pytest-asyncio to 1.2.0 (#167)
1 parent 821d5b2 commit 87e73e3

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.17",
8787
"mkdocstrings[python]==0.30.0",
88-
"pytest-asyncio==1.1.0",
88+
"pytest-asyncio==1.2.0",
8989
"aioresponses==0.7.8",
9090
"pre-commit==4.3.0",
9191
"syrupy==5.0.0"
@@ -96,7 +96,7 @@ parallel = true
9696
extra-dependencies = [
9797
"pytest==8.4.2",
9898
"aioresponses==0.7.8",
99-
"pytest-asyncio==1.1.0",
99+
"pytest-asyncio==1.2.0",
100100
"syrupy==5.0.0",
101101
"pytest-cov==6.2.1",
102102
]

0 commit comments

Comments
 (0)