From 23d832aab722e3cdd019d99d70e00fd11dfc71ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 08:50:19 +0000 Subject: Bump django from 5.0.4 to 5.0.9 Bumps [django](https://github.com/django/django) from 5.0.4 to 5.0.9. - [Commits](https://github.com/django/django/compare/5.0.4...5.0.9) --- 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 6f6af48..da5ae30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ description = "DefNucSyR Engagement Database (DED)" dependencies = [ "django-widget-tweaks ==1.5.0", "django-crispy-forms ==2.0", - "Django ==5.0.4", + "Django ==5.0.9", "django-htmx ==1.17.3", "gunicorn ==22.0.0", "psycopg2 ==2.9.9", diff --git a/requirements.txt b/requirements.txt index ff555a3..dbe97b8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django>=4.2.11,<5.0.0 +Django>=4.2.11,<6.0.0 #django-extensions #faker>=13.14.0,<14.0.0 django-htmx==1.17.3 -- cgit v1.2.3