Skip to content

Commit 33b5c7b

Browse files
committed
Bump pytest-asyncio to 1.3.0
Update test dependency range for pytest-asyncio from >=0.23.7,<0.24.0 to >=1.3.0,<2.0.0 in pyproject.toml and refresh the lockfile. The lockfile adds backports-asyncio-runner (for Python <3.11) and typing-extensions marker (for Python <3.13), and updates pytest-asyncio sdist/wheel entries and hashes to 1.3.0.
1 parent 0fdd76b commit 33b5c7b

2 files changed

Lines changed: 16 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ tests = [
2929
"pytest>=8.1.1,<9.0.0",
3030
"pytest-sugar>=1.1.1",
3131
"pytest-cov>=5.0.0,<6.0.0",
32-
"pytest-asyncio>=0.23.7,<0.24.0",
32+
"pytest-asyncio>=1.3.0,<2.0.0",
3333
"wheel>=0.43.0,<0.44.0",
3434
"pre-commit==3.5.0",
3535
"ruff>=0.4.4,<0.5.0",

uv.lock

Lines changed: 15 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)