From a8f4bd33041a84ebe7437d25ad46f708cafe1262 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 11:52:33 +0000 Subject: [PATCH] Bump django from 4.2.1 to 4.2.4 Bumps [django](https://github.com/django/django) from 4.2.1 to 4.2.4. - [Commits](https://github.com/django/django/compare/4.2.1...4.2.4) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index fcf3de8..34ce43c 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,5 +1,5 @@ beautifulsoup4==4.12.2 -Django==4.2.1 +Django==4.2.4 django-cors-headers==3.14.0 psycopg2-binary==2.9.6 python-dotenv==1.0.0