diff --git a/testing/plugins_integration/requirements.txt b/testing/plugins_integration/requirements.txt index 9bb885560..d7b066251 100644 --- a/testing/plugins_integration/requirements.txt +++ b/testing/plugins_integration/requirements.txt @@ -1,5 +1,5 @@ anyio[curio,trio]==4.2.0 -django==5.0 +django==5.0.2 pytest-asyncio==0.23.3 # Temporarily not installed until pytest-bdd is fixed: # https://github.com/pytest-dev/pytest/pull/11785