summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-10-21 08:50:19 +0000
committerGitHub <noreply@github.com>2024-10-21 08:50:19 +0000
commit23d832aab722e3cdd019d99d70e00fd11dfc71ee (patch)
tree4374c2f953973b3c2d104850ba385fd52c05c922
parent1c7d45e92f83263a202d2f72c9daac61d34619cd (diff)
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] <support@github.com>
-rw-r--r--pyproject.toml2
-rw-r--r--requirements.txt2
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