diff --git a/testing/plugins_integration/requirements.txt b/testing/plugins_integration/requirements.txt index 7f22548629d..9e152f1191b 100644 --- a/testing/plugins_integration/requirements.txt +++ b/testing/plugins_integration/requirements.txt @@ -1,5 +1,5 @@ anyio[curio,trio]==4.3.0 -django==5.0.3 +django==5.0.4 pytest-asyncio==0.23.6 # Temporarily not installed until pytest-bdd is fixed: # https://github.com/pytest-dev/pytest/pull/11785