From 6032c77be30975b57e9b2135cee91424170dcd2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 15:02:49 +0000 Subject: [PATCH] build(deps): bump django from 5.2 to 5.2.1 in /packages Bumps [django](https://github.com/django/django) from 5.2 to 5.2.1. - [Commits](https://github.com/django/django/compare/5.2...5.2.1) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/requirements-dev.txt | 2 +- packages/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"