From 5d7cb2cf134134de0d86ef78b5599ea8070b51ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 18:12:42 +0000 Subject: [PATCH] Bump django from 3.2.14 to 3.2.17 in /requirements Bumps [django](https://github.com/django/django) from 3.2.14 to 3.2.17. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2.14...3.2.17) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 7cb27c7..87907a5 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,5 +1,5 @@ dj-database-url==0.5.0 -Django==3.2.14 +Django==3.2.17 psycopg2-binary==2.9.3 python-decouple==3.6 pytz==2022.1