Skip to content

Commit 665967e

Browse files
Bump pytest-asyncio from 1.0.0 to 1.1.0
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 089b976 commit 665967e

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-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.11.0.1
2121

2222
# 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
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: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ attrs==23.2.0 \
1414
# via
1515
# outcome
1616
# trio
17+
backports-asyncio-runner==1.2.0 \
18+
--hash=sha256:0da0a936a8aeb554eccb426dc55af3ba63bcdc69fa1a600b5bb305413a4477b5 \
19+
--hash=sha256:a5aa7b2b7d8f8bfcaa2b57313f70792df84e32a2a746f585213373f900b42162
20+
# via pytest-asyncio
1721
betamax==0.9.0 \
1822
--hash=sha256:82316e1679bc6879e3c83318d016b54b7c9225ff08c4462de4813e22038d5f94 \
1923
--hash=sha256:880d6da87eaf7e61c42bdc4240f0ac04ab5365bd7f2798784c18d37d8cf747bc
@@ -362,9 +366,9 @@ pytest==8.4.1 \
362366
# pytest-freezegun
363367
# pytest-testmon
364368
# 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
368372
# via -r requirements/dev.in
369373
pytest-cov==6.2.1 \
370374
--hash=sha256:25cc6cc0a5358204b8108ecedc51a9b57b34cc6b8c967cc2c01a4e00d8a67da2 \

0 commit comments

Comments
 (0)