From b44d18e77b920285058c520631c4fa38f5fb6608 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 18:25:19 +0000 Subject: [PATCH] Bump django from 4.0.4 to 4.1.7 in /osCam Bumps [django](https://github.com/django/django) from 4.0.4 to 4.1.7. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.0.4...4.1.7) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- osCam/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osCam/requirements.txt b/osCam/requirements.txt index 3ba6cef..f17ba69 100644 --- a/osCam/requirements.txt +++ b/osCam/requirements.txt @@ -11,7 +11,7 @@ click-repl==0.2.0 coverage==6.3.3 pytest-cov==3.0.0 Deprecated==1.2.13 -Django==4.0.4 +Django==4.1.7 django-crispy-forms==1.14.0 django-environ==0.8.1 kombu==5.2.4