From 4c26d66177379ebfc0a9985c20f3d81ce6d917c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 22:51:29 +0100 Subject: [PATCH] Bump django from 5.0.2 to 5.0.3 (#658) Bumps [django](https://github.com/django/django) from 5.0.2 to 5.0.3. - [Commits](https://github.com/django/django/compare/5.0.2...5.0.3) --- 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 7d4b749..73b833c 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -12,7 +12,7 @@ click==8.1.7 # via black coverage==7.4.1 # via -r requirements.dev.in -django==5.0.2 +django==5.0.3 # via # django-appconf # django-debug-toolbar diff --git a/requirements.txt b/requirements.txt index a1a7096..71cb706 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ cryptography==42.0.5 # josepy # mozilla-django-oidc # pyopenssl -django==5.0.2 +django==5.0.3 # via # -r requirements.in # django-registration