From 2c5b716b125593c7e8b6a60a664b259338213c64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 22:13:30 +0000 Subject: [PATCH] Bump django from 5.0.10 to 5.0.11 in /Watcher Bumps [django](https://github.com/django/django) from 5.0.10 to 5.0.11. - [Commits](https://github.com/django/django/compare/5.0.10...5.0.11) --- 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 23c75f6..bd90a01 100644 --- a/Watcher/requirements.txt +++ b/Watcher/requirements.txt @@ -1,6 +1,6 @@ # Web Framework and Application Enhancements mysqlclient==2.1.1 -django==5.0.10 +django==5.0.11 django-mysql==4.15.0 djangorestframework==3.15.2 django-rest-knox==4.2.0