From b12a7a1f3e3d33ebe444903d3015e0582bd9f8cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 12:58:07 +0000 Subject: [PATCH] Bump django from 4.2.1 to 4.2.3 in /omega/oaf/frontend Bumps [django](https://github.com/django/django) from 4.2.1 to 4.2.3. - [Commits](https://github.com/django/django/compare/4.2.1...4.2.3) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- omega/oaf/frontend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omega/oaf/frontend/requirements.txt b/omega/oaf/frontend/requirements.txt index baddc6af..d40ddc60 100644 --- a/omega/oaf/frontend/requirements.txt +++ b/omega/oaf/frontend/requirements.txt @@ -7,7 +7,7 @@ charset-normalizer==3.1.0 click==8.1.3 cryptography==40.0.2 defusedxml==0.7.1 -Django==4.2.1 +Django==4.2.3 django-dotenv==1.4.2 idna==3.4 Markdown==3.4.3