From 1aa9d16f105be2c83e91d56d7f21ceb87818a481 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 18:05:43 +0000 Subject: [PATCH] [noissue]: Update django requirement from ~=4.2.0 to ~=4.2.3 Updates the requirements on [django](https://github.com/django/django) to permit the latest version. - [Commits](https://github.com/django/django/compare/4.2...4.2.3) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 90b3c10abd..3e46d939d9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ aiofiles>=22.1,<23.2.0 backoff>=2.1.2,<2.2.2 click>=8.1.0,<=8.1.6 cryptography>=38.0.1,<41.0.3 -Django~=4.2.0 # LTS version, switch only if we have a compelling reason to +Django~=4.2.3 # LTS version, switch only if we have a compelling reason to django-filter>=23.1,<=23.2 django-guid>=3.3,<=3.3.1 django-import-export>=2.9,<3.3.0