Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump pytest-asyncio to v1.1.0
  • Loading branch information
renovate[bot] authored Jul 16, 2025
commit b2531537be6b623460506ac7b2704e9a3334d871
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ dependencies = [
"pytest-cov==6.2.1",
"mkdocs-material==9.6.15",
"mkdocstrings[python]==0.29.1",
"pytest-asyncio==1.0.0",
"pytest-asyncio==1.1.0",
"aioresponses==0.7.8",
"pre-commit==4.2.0",
"syrupy==4.9.1"
Expand All @@ -95,7 +95,7 @@ dependencies = [
parallel = true
extra-dependencies = [
"aioresponses==0.7.8",
"pytest-asyncio==1.0.0",
"pytest-asyncio==1.1.0",
"syrupy==4.9.1",
"pytest-cov==6.2.1",
]
Expand Down
Loading