From 5c4270e132a7401a76287b1749f207d3fe74360c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 10:55:01 +0000 Subject: [PATCH] Bump django from 4.0.9 to 4.2.16 Bumps [django](https://github.com/django/django) from 4.0.9 to 4.2.16. - [Commits](https://github.com/django/django/compare/4.0.9...4.2.16) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6c44138..691c4f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ ] dependencies = [ - 'Django==4.0.9', + 'Django==4.2.16', 'django-bootstrap5==22.2', 'django-ical==1.8.3', 'django-phonenumber-field[phonenumberslite]==6.3.0', diff --git a/requirements.txt b/requirements.txt index 911d9b9..7c13b35 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django==4.0.9 +Django==4.2.16 django-bootstrap5==22.2 django-ical==1.8.3 django-phonenumber-field[phonenumberslite]==6.3.0