File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-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.11.0.1
21
21
22
22
# To test async code
23
- pytest-asyncio==1.0 .0 # required to pass test_new_job_transformation
23
+ pytest-asyncio==1.1 .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 @@ -14,6 +14,10 @@ attrs==23.2.0 \
14
14
# via
15
15
# outcome
16
16
# trio
17
+ backports-asyncio-runner==1.2.0 \
18
+ --hash=sha256:0da0a936a8aeb554eccb426dc55af3ba63bcdc69fa1a600b5bb305413a4477b5 \
19
+ --hash=sha256:a5aa7b2b7d8f8bfcaa2b57313f70792df84e32a2a746f585213373f900b42162
20
+ # via pytest-asyncio
17
21
betamax==0.9.0 \
18
22
--hash=sha256:82316e1679bc6879e3c83318d016b54b7c9225ff08c4462de4813e22038d5f94 \
19
23
--hash=sha256:880d6da87eaf7e61c42bdc4240f0ac04ab5365bd7f2798784c18d37d8cf747bc
@@ -362,9 +366,9 @@ pytest==8.4.1 \
362
366
# pytest-freezegun
363
367
# pytest-testmon
364
368
# pytest-watch
365
- pytest-asyncio==1.0 .0 \
366
- --hash=sha256:4f024da9f1ef945e680dc68610b52550e36590a67fd31bb3b4943979a1f90ef3 \
367
- --hash=sha256:d15463d13f4456e1ead2594520216b225a16f781e144f8fdf6c5bb4667c48b3f
369
+ pytest-asyncio==1.1 .0 \
370
+ --hash=sha256:5fe2d69607b0bd75c656d1211f969cadba035030156745ee09e7d71740e58ecf \
371
+ --hash=sha256:796aa822981e01b68c12e4827b8697108f7205020f24b5793b3c41555dab68ea
368
372
# via -r requirements/dev.in
369
373
pytest-cov==6.2.1 \
370
374
--hash=sha256:25cc6cc0a5358204b8108ecedc51a9b57b34cc6b8c967cc2c01a4e00d8a67da2 \
You can’t perform that action at this time.
0 commit comments