From 5501ae8214eeb624d1b2a54c9fed142348c96cbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 19:42:03 +0000 Subject: [PATCH] :arrow_up: Bump django in /shifter in the python-dependencies group Bumps the python-dependencies group in /shifter with 1 update: [django](https://github.com/django/django). Updates `django` from 5.1.4 to 5.1.5 - [Commits](https://github.com/django/django/compare/5.1.4...5.1.5) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- shifter/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shifter/requirements.txt b/shifter/requirements.txt index 6d8d737..54c229e 100644 --- a/shifter/requirements.txt +++ b/shifter/requirements.txt @@ -1,5 +1,5 @@ asgiref==3.8.1 -Django==5.1.4 +Django==5.1.5 django-crontab==0.7.1 gunicorn==23.0.0 psycopg==3.2.3