From 19e07ebcbd928f50f3e307e23dcfb0e47a70e065 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 18:58:52 +0000 Subject: [PATCH] Update django requirement from ~=4.0 to ~=4.2 Updates the requirements on [django](https://github.com/django/django) to permit the latest version. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.0...4.2) --- 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 7c8e463..b965a44 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ --extra-index-url https://git.fs.tum.de/api/v4/groups/django/-/packages/pypi/simple -Django~=4.0 +Django~=4.2 django-active-link~=0.1.8 django-bootstrap-datepicker-plus~=4.0.0 django-bootstrap5~=21.3