From 9cfb26f2bcc874db9e0d4d94c09ebf14889058d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 19:35:27 +0000 Subject: [PATCH] Bump django from 3.2.16 to 3.2.18 in /rest Bumps [django](https://github.com/django/django) from 3.2.16 to 3.2.18. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2.16...3.2.18) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rest/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest/requirements.txt b/rest/requirements.txt index 50408b7..443b363 100644 --- a/rest/requirements.txt +++ b/rest/requirements.txt @@ -11,7 +11,7 @@ django-cors-headers==3.13.0; python_version >= "3.7" django-filter==21.1; python_version >= "3.6" django-rest-swagger==2.2.0 django-silk==4.4.1; python_version >= "3.7" -django==3.2.16; python_version >= "3.6" +django==3.2.18; python_version >= "3.6" djangorestframework==3.14.0; python_version >= "3.6" drf-tweaks==0.9.7 drf-yasg==1.21.4; python_version >= "3.6"