File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ black==25.1.0
20
20
shellcheck-py==0.10.0.1
21
21
22
22
# 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
24
24
25
25
# To test code that's making system time calls
26
26
# pytest-freezegun is not compatible with recent Django versions
Original file line number Diff line number Diff line change @@ -362,9 +362,9 @@ pytest==8.4.1 \
362
362
# pytest-freezegun
363
363
# pytest-testmon
364
364
# 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
368
368
# via -r requirements/dev.in
369
369
pytest-cov==6.2.1 \
370
370
--hash=sha256:25cc6cc0a5358204b8108ecedc51a9b57b34cc6b8c967cc2c01a4e00d8a67da2 \
You can’t perform that action at this time.
0 commit comments