From ce23ab2f4c3dc6a730fd808b8231492ace957297 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 23:05:09 +0000 Subject: [PATCH] Bump django from 4.2.17 to 4.2.20 Bumps [django](https://github.com/django/django) from 4.2.17 to 4.2.20. - [Commits](https://github.com/django/django/compare/4.2.17...4.2.20) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b64b914..9c03159 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ dependencies = [ "dj-database-url==1.0.0", "django-debug-toolbar==3.7.0", "django-registration==3.3", - "django==4.2.17", + "django==4.2.20", "gunicorn==22.0.0", "pre-commit==4.0.0", "psycopg2-binary==2.9.5", diff --git a/requirements.in b/requirements.in index b35997c..d8a1422 100644 --- a/requirements.in +++ b/requirements.in @@ -1,4 +1,4 @@ -Django==4.2.17 +Django==4.2.20 celery==5.2.7 dj-database-url==1.0.0 django-debug-toolbar==3.7.0