From 90f150ca02bf9068345e57154c2de06b82e00059 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 00:00:03 +0000 Subject: [PATCH] Bump django from 4.1.7 to 4.1.10 in /Watcher Bumps [django](https://github.com/django/django) from 4.1.7 to 4.1.10. - [Commits](https://github.com/django/django/compare/4.1.7...4.1.10) --- 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 34089ea..c589349 100644 --- a/Watcher/requirements.txt +++ b/Watcher/requirements.txt @@ -1,5 +1,5 @@ mysqlclient==2.1.1 -django==4.1.7 +django==4.1.10 django-mysql==4.8.0 djangorestframework==3.14.0 django-rest-knox==4.2.0