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 1.2.0
  • Loading branch information
tr4nt0r committed Oct 9, 2025
commit e905c91f0b02f2ed45059a9a4f72cf767d6d5f24
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.17",
"mkdocstrings[python]==0.30.0",
"pytest-asyncio==1.1.0",
"pytest-asyncio==1.2.0",
"aioresponses==0.7.8",
"pre-commit==4.3.0",
"syrupy==5.0.0"
Expand All @@ -95,7 +95,7 @@ dependencies = [
parallel = true
extra-dependencies = [
"aioresponses==0.7.8",
"pytest-asyncio==1.1.0",
"pytest-asyncio==1.2.0",
"syrupy==5.0.0",
"pytest-cov==6.2.1",
]
Expand Down
Loading