From 7a2b3256ee770875325b793bf8c78bde17baee18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 19:36:31 +0000 Subject: [PATCH] Bump django from 5.0.7 to 5.0.8 in /Watcher Bumps [django](https://github.com/django/django) from 5.0.7 to 5.0.8. - [Commits](https://github.com/django/django/compare/5.0.7...5.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 db043b3..0f66329 100644 --- a/Watcher/requirements.txt +++ b/Watcher/requirements.txt @@ -1,5 +1,5 @@ mysqlclient==2.1.1 -django==5.0.7 +django==5.0.8 django-mysql==4.13.0 djangorestframework==3.15.2 django-rest-knox==4.2.0