diff --git a/requirements/dev.in b/requirements/dev.in index 18fce9b26..673037f4c 100644 --- a/requirements/dev.in +++ b/requirements/dev.in @@ -20,7 +20,7 @@ black==24.4.2 shellcheck-py==0.10.0.1 # To test async code -pytest-asyncio==0.23.7 # required to pass test_new_job_transformation +pytest-asyncio==0.23.8 # required to pass test_new_job_transformation # To test code that's making system time calls # pytest-freezegun is not compatible with recent Django versions diff --git a/requirements/dev.txt b/requirements/dev.txt index 4bd95f2e4..e41967dc6 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -351,9 +351,9 @@ pytest==8.2.2 \ # pytest-freezegun # pytest-testmon # pytest-watch -pytest-asyncio==0.23.7 \ - --hash=sha256:009b48127fbe44518a547bddd25611551b0e43ccdbf1e67d12479f569832c20b \ - --hash=sha256:5f5c72948f4c49e7db4f29f2521d4031f1c27f86e57b046126654083d4770268 +pytest-asyncio==0.23.8 \ + --hash=sha256:50265d892689a5faefb84df80819d1ecef566eb3549cf915dfb33569359d1ce2 \ + --hash=sha256:759b10b33a6dc61cce40a8bd5205e302978bbbcc00e279a8b61d9a6a3c82e4d3 # via -r requirements/dev.in pytest-cov==5.0.0 \ --hash=sha256:4f0764a1219df53214206bf1feea4633c3b558a2925c8b59f144f682861ce652 \