Update dependency pytest to v9.0.1 (#5061)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-12-01 01:03:05 +00:00
committed by GitHub
parent 457bdf396f
commit ed61a6328b
3 changed files with 11 additions and 6 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ tests = [
# required for building the wheels for releases
"build",
# For the test suite
"pytest==9.0.0",
"pytest==9.0.1",
# needed because pytest doesn't come with native support for coroutines as tests
"pytest-asyncio==0.21.2",
# xdist runs tests in parallel