From 55b323815c1d6fcc294bba35afbc55ea13a37d1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 18:06:12 +0000 Subject: [PATCH] Bump django from 4.2.11 to 5.0.4 in /requirements Bumps [django](https://github.com/django/django) from 4.2.11 to 5.0.4. - [Commits](https://github.com/django/django/compare/4.2.11...5.0.4) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-major ... 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 9a9be37017..7188c9ded5 100644 --- a/requirements/project-requirements.txt +++ b/requirements/project-requirements.txt @@ -1,5 +1,5 @@ # django libs -Django==4.2.11 +Django==5.0.4 psycopg2-binary==2.9.6 django-auth-ldap==4.7.0 django-radius==1.5.0