From e83af8179650a44ed7f1d5c660d2cfb495b6b4ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 21:35:17 +0000 Subject: [PATCH] Bump django from 5.0.8 to 5.0.9 in /Watcher Bumps [django](https://github.com/django/django) from 5.0.8 to 5.0.9. - [Commits](https://github.com/django/django/compare/5.0.8...5.0.9) --- 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 0f66329..66adf62 100644 --- a/Watcher/requirements.txt +++ b/Watcher/requirements.txt @@ -1,5 +1,5 @@ mysqlclient==2.1.1 -django==5.0.8 +django==5.0.9 django-mysql==4.13.0 djangorestframework==3.15.2 django-rest-knox==4.2.0