From 5b4459c83c443da7eabcf36a0a26242da8ddc2dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 14:25:21 +0000 Subject: [PATCH] Bump djangorestframework from 3.15.1 to 3.15.2 in /Watcher Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.15.1 to 3.15.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.15.1...3.15.2) --- updated-dependencies: - dependency-name: djangorestframework 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 f07a49d..db043b3 100644 --- a/Watcher/requirements.txt +++ b/Watcher/requirements.txt @@ -1,7 +1,7 @@ mysqlclient==2.1.1 django==5.0.7 django-mysql==4.13.0 -djangorestframework==3.15.1 +djangorestframework==3.15.2 django-rest-knox==4.2.0 apscheduler==3.10.4 nltk==3.8.1