From 47b44087ed417df431723eec66a9262fb0f24015 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 07:16:10 +0000 Subject: [PATCH] Bump django from 4.1.13 to 4.2.16 Bumps [django](https://github.com/django/django) from 4.1.13 to 4.2.16. - [Commits](https://github.com/django/django/compare/4.1.13...4.2.16) --- 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 d47ba97..860a08f 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.1.13", + "django==4.2.16", "gunicorn==22.0.0", "pre-commit==4.0.0", "psycopg2-binary==2.9.5", diff --git a/requirements.in b/requirements.in index 96d7b32..8b76e7b 100644 --- a/requirements.in +++ b/requirements.in @@ -1,4 +1,4 @@ -Django==4.1.13 +Django==4.2.16 celery==5.2.7 dj-database-url==1.0.0 django-debug-toolbar==3.7.0