diff --git a/requirements.txt b/requirements.txt index cc1fa456..bdd0367e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ requests~=2.32.5; python_version < "3.10" requests~=2.34.2; python_version >= "3.10" # Core dependencies -django>=4.2.0,<5.0.0; python_version < "3.12" +django>=6.1,<6.2.0; python_version < "3.12" django>=6.1,<6.2.0; python_version >= "3.12" python-dotenv>=1.0.0 cryptography>=50.0.0,<50.1