From 97f54a026437570d0f3334494e9613624cd27507 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 17:09:28 +0000 Subject: [PATCH] build(deps): bump django from 5.0.8 to 5.1 Bumps [django](https://github.com/django/django) from 5.0.8 to 5.1. - [Commits](https://github.com/django/django/compare/5.0.8...5.1) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index b4d4b534..1f5f2bcb 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ # # pip-compile requirements-dev.in # -asgiref==3.7.2 +asgiref==3.8.1 # via django black==24.8.0 # via -r requirements-dev.in @@ -20,7 +20,7 @@ colorama==0.4.6 # via tox distlib==0.3.8 # via virtualenv -django==5.0.8 +django==5.1 # via -r requirements-dev.in filelock==3.15.4 # via