From 85ed419188db05b0bc9c2e05278decf05e846d7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 10:04:08 +0000 Subject: [PATCH] build(deps): bump django from 4.2.16 to 4.2.18 Bumps [django](https://github.com/django/django) from 4.2.16 to 4.2.18. - [Commits](https://github.com/django/django/compare/4.2.16...4.2.18) --- updated-dependencies: - dependency-name: django 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 c0b1463..296b141 100644 --- a/packages/requirements-dev.txt +++ b/packages/requirements-dev.txt @@ -24,7 +24,7 @@ distlib==0.3.8 ; python_version >= "3.9" and python_version < "4.0" django-stubs-ext==5.1.0 ; python_version >= "3.9" and python_version < "4.0" django-stubs==5.1.0 ; python_version >= "3.9" and python_version < "4.0" django==4.2.16 ; python_version >= "3.9" and python_version < "3.10" -django==5.1.5 ; python_version >= "3.10" and python_version < "4.0" +django==4.2.18 ; 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 f8084da..5bea8a3 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.16 ; python_version >= "3.9" and python_version < "3.10" -django==5.1.5 ; python_version >= "3.10" and python_version < "4.0" +django==4.2.18 ; python_version >= "3.10" and python_version < "4.0" sqlparse==0.5.1 ; python_version >= "3.9" and python_version < "4.0" typing-extensions==4.12.2 ; python_version >= "3.9" and python_version < "3.11" tzdata==2024.2 ; python_version >= "3.9" and python_version < "4.0" and sys_platform == "win32"