From 4531b6c70f2c4793b25c4fcbdc963cd766ebce34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 03:18:04 +0000 Subject: [PATCH] Bump django from 4.1.13 to 4.2.16 Bumps [django](https://github.com/django/django) from 4.1.13 to 4.2.16. - [Commits](https://github.com/django/django/compare/4.1.13...4.2.16) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6a123478..7151ece9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile # -asgiref==3.5.2 +asgiref==3.8.1 # via django build==0.8.0 # via pip-tools @@ -16,7 +16,7 @@ click==8.1.3 # via pip-tools distlib==0.3.5 # via virtualenv -django==4.1.13 +django==4.2.16 # via -r requirements.in filelock==3.8.0 # via virtualenv @@ -46,6 +46,8 @@ tomli==2.0.1 # via # build # pep517 +typing-extensions==4.12.2 + # via asgiref virtualenv==20.16.3 # via pre-commit wheel==0.38.1