From 077024d6c5b0d3d9031110f9e3f41784496aa56a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 07:27:10 +0000 Subject: [PATCH] Bump django from 4.2.10 to 4.2.11 Bumps [django](https://github.com/django/django) from 4.2.10 to 4.2.11. - [Commits](https://github.com/django/django/compare/4.2.10...4.2.11) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0f91efd..250e26f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ click==8.1.3 # pip-tools coverage[toml]==7.2.3 # via pytest-cov -django==4.2.10 +django==4.2.11 # via # -r requirements.in # django-cors-headers @@ -123,6 +123,7 @@ tomli==2.0.1 # black # build # coverage + # pyproject-hooks # pytest typing-extensions==4.5.0 # via django-modeltranslation