diff --git a/packages/requirements-dev.txt b/packages/requirements-dev.txt index 7038d2d..6b93d1f 100644 --- a/packages/requirements-dev.txt +++ b/packages/requirements-dev.txt @@ -24,7 +24,7 @@ distlib==0.3.9 ; python_version >= "3.9" and python_version < "4.0" django-stubs-ext==5.1.3 ; python_version >= "3.9" and python_version < "4.0" django-stubs==5.1.3 ; python_version >= "3.9" and python_version < "4.0" django==4.2.20 ; python_version == "3.9" -django==5.2 ; python_version >= "3.10" and python_version < "4.0" +django==5.2.1 ; python_version >= "3.10" and python_version < "4.0" docformatter==1.7.5 ; python_version >= "3.9" and python_version < "4.0" docutils==0.19 ; python_version >= "3.9" and python_version < "4.0" dotty-dict==1.3.1 ; python_version >= "3.9" and python_version < "4.0" diff --git a/packages/requirements.txt b/packages/requirements.txt index 661f5b3..5bca5f3 100644 --- a/packages/requirements.txt +++ b/packages/requirements.txt @@ -1,6 +1,6 @@ asgiref==3.8.1 ; python_version >= "3.9" and python_version < "4.0" django==4.2.20 ; python_version == "3.9" -django==5.2 ; python_version >= "3.10" and python_version < "4.0" +django==5.2.1 ; python_version >= "3.10" and python_version < "4.0" sqlparse==0.5.3 ; python_version >= "3.9" and python_version < "4.0" typing-extensions==4.13.2 ; python_version >= "3.9" and python_version < "3.11" tzdata==2025.2 ; python_version >= "3.9" and python_version < "4.0" and sys_platform == "win32"