Skip to content

Commit b5829bd

Browse files
dependabot[bot]Archaeopteryx
authored andcommitted
Bump pytest-asyncio from 0.26.0 to 1.0.0
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.26.0 to 1.0.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.26.0...v1.0.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1d489c3 commit b5829bd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements/dev.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ black==25.1.0
2020
shellcheck-py==0.10.0.1
2121

2222
# To test async code
23-
pytest-asyncio==0.26.0 # required to pass test_new_job_transformation
23+
pytest-asyncio==1.0.0 # required to pass test_new_job_transformation
2424

2525
# To test code that's making system time calls
2626
# pytest-freezegun is not compatible with recent Django versions

requirements/dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -362,9 +362,9 @@ pytest==8.4.1 \
362362
# pytest-freezegun
363363
# pytest-testmon
364364
# pytest-watch
365-
pytest-asyncio==0.26.0 \
366-
--hash=sha256:7b51ed894f4fbea1340262bdae5135797ebbe21d8638978e35d31c6d19f72fb0 \
367-
--hash=sha256:c4df2a697648241ff39e7f0e4a73050b03f123f760673956cf0d72a4990e312f
365+
pytest-asyncio==1.0.0 \
366+
--hash=sha256:4f024da9f1ef945e680dc68610b52550e36590a67fd31bb3b4943979a1f90ef3 \
367+
--hash=sha256:d15463d13f4456e1ead2594520216b225a16f781e144f8fdf6c5bb4667c48b3f
368368
# via -r requirements/dev.in
369369
pytest-cov==6.2.1 \
370370
--hash=sha256:25cc6cc0a5358204b8108ecedc51a9b57b34cc6b8c967cc2c01a4e00d8a67da2 \

0 commit comments

Comments
 (0)