From 8184566b0d8a0ea40b85099d59065be9dba06080 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 21:54:31 +0000 Subject: [PATCH] Bump django from 4.0.4 to 4.0.9 in /osCam Bumps [django](https://github.com/django/django) from 4.0.4 to 4.0.9. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.0.4...4.0.9) --- 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..bce0d58 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.0.9 django-crispy-forms==1.14.0 django-environ==0.8.1 kombu==5.2.4