From d29da6bc819525ae0fa38bd56c0b833c1184f3a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 10:09:17 +0000 Subject: [PATCH] Bump django from 4.0.7 to 4.0.8 in /Watcher Bumps [django](https://github.com/django/django) from 4.0.7 to 4.0.8. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.0.7...4.0.8) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Watcher/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Watcher/requirements.txt b/Watcher/requirements.txt index c239e67..ac76525 100644 --- a/Watcher/requirements.txt +++ b/Watcher/requirements.txt @@ -1,5 +1,5 @@ mysqlclient==2.1.0 -django==4.0.7 +django==4.0.8 django-mysql==4.6.0 djangorestframework==3.13.1 django-rest-knox==4.2.0