From 4dc37498336c9780bc5dfd47e4926cfd11759375 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Apr 2025 20:34:21 +0000 Subject: [PATCH] Bump django from 5.1.5 to 5.1.8 Bumps [django](https://github.com/django/django) from 5.1.5 to 5.1.8. - [Commits](https://github.com/django/django/compare/5.1.5...5.1.8) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- pyproject.toml | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 7ef05691..8922592f 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -51,7 +51,7 @@ dj-database-url==2.3.0 # via # -c requirements.txt # chipy_website (pyproject.toml) -django==5.1.5 +django==5.1.8 # via # -c requirements.txt # chipy_website (pyproject.toml) diff --git a/pyproject.toml b/pyproject.toml index f3db74cd..b189fe36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "boto3", "crispy-bootstrap5", "dj-database-url", - "django==5.1.5", + "django==5.1.8", "django-admin-tools", "django-crispy-forms", "django-extensions", diff --git a/requirements.txt b/requirements.txt index 1a57ea92..16b1dd4a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,7 +30,7 @@ defusedxml==0.8.0rc2 # social-auth-core dj-database-url==2.3.0 # via chipy_website (pyproject.toml) -django==5.1.5 +django==5.1.8 # via # chipy_website (pyproject.toml) # crispy-bootstrap5