diff --git a/requirements.txt b/requirements.txt index a79d8734..4deca5ca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,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.0.6,<6.1.0; python_version >= "3.12" +django>=6.1,<6.2.0; python_version >= "3.12" python-dotenv>=1.0.0 cryptography>=49,<49.1 pyjwt>=2.10.0