From 91076c9e7604585b96aa40a4c421023fd957c7c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 21:29:24 +0000 Subject: [PATCH] Bump django from 4.2.8 to 4.2.11 in /requirements Bumps [django](https://github.com/django/django) from 4.2.8 to 4.2.11. - [Commits](https://github.com/django/django/compare/4.2.8...4.2.11) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/project-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/project-requirements.txt b/requirements/project-requirements.txt index 3537f4c6ea..3251bd762f 100644 --- a/requirements/project-requirements.txt +++ b/requirements/project-requirements.txt @@ -1,5 +1,5 @@ # django libs -Django==4.2.8 +Django==4.2.11 psycopg2-binary==2.9.6 django-auth-ldap==4.6.0 django-radius==1.5.0