From 7b6aa6a07b5c9f387d48322394781c78d690242d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 18:02:30 +0000 Subject: [PATCH] Update django requirement from ~=4.0 to ~=4.1 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.1.6) --- 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..b503151 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.1 django-active-link~=0.1.8 django-bootstrap-datepicker-plus~=4.0.0 django-bootstrap5~=21.3