diff --git a/requirements.txt b/requirements.txt index a10ed3aa..db5737d8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,8 @@ requests~=2.32.5; python_version < "3.10" requests~=2.34.0; python_version >= "3.10" # Core dependencies -django>=4.2.0,<5.0.0 +django>=4.2.0,<5.0.0; python_version < "3.12" +django>=6.0.6,<6.1.0; python_version >= "3.12" python-dotenv>=1.0.0 cryptography>=46.0.6,<47.0 pyjwt>=2.10.0