From 74aac315b2cb980e8e66d4a807042f5ca7fe2344 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 03:16:27 +0000 Subject: [PATCH] build: Bump django from 4.1.10 to 4.2.16 Bumps [django](https://github.com/django/django) from 4.1.10 to 4.2.16. - [Commits](https://github.com/django/django/compare/4.1.10...4.2.16) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d424155..7f0c30c 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.6 # via virtualenv -django==4.1.10 +django==4.2.16 # via -r requirements.in filelock==3.8.0 # via virtualenv @@ -42,6 +42,12 @@ sqlparse==0.4.3 # via django toml==0.10.2 # via pre-commit +tomli==2.0.2 + # via + # build + # pep517 +typing-extensions==4.12.2 + # via asgiref virtualenv==20.16.5 # via pre-commit wheel==0.38.1