From 521421930fe56336d5cc2cfcf34bfb0175ea44a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 18:31:09 +0000 Subject: [PATCH] Bump django from 3.2.13 to 3.2.18 in /django-notifier Bumps [django](https://github.com/django/django) from 3.2.13 to 3.2.18. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2.13...3.2.18) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- django-notifier/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django-notifier/requirements.txt b/django-notifier/requirements.txt index 7d19778..f227f20 100644 --- a/django-notifier/requirements.txt +++ b/django-notifier/requirements.txt @@ -1,5 +1,5 @@ # REST Api -Django==3.2.13 +Django==3.2.18 djangorestframework==3.11.2 djangorestframework_jwt==1.11.0 coreapi==2.3.3