From 61108234b4f1c21bd3c7de0833a5bcc44e691f98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Apr 2025 21:17:19 +0200 Subject: [PATCH] Bump django from 5.1.7 to 5.1.8 (#1030) Bumps [django](https://github.com/django/django) from 5.1.7 to 5.1.8. - [Commits](https://github.com/django/django/compare/5.1.7...5.1.8) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index db60cd6..1097e94 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -12,7 +12,7 @@ click==8.1.7 # via black coverage==7.6.1 # via -r requirements.dev.in -django==5.1.7 +django==5.1.8 # via django-debug-toolbar django-debug-toolbar==4.4.6 # via -r requirements.dev.in diff --git a/requirements.txt b/requirements.txt index c0b339e..1b40cc6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ cryptography==43.0.1 # josepy # mozilla-django-oidc # pyopenssl -django==5.1.7 +django==5.1.8 # via # -r requirements.in # django-registration