From ff09c94c5a10fe23a10f8cfe5a4962c9d786af26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Aug 2022 18:35:47 +0000 Subject: [PATCH] Bump django from 3.2.14 to 3.2.15 in /requirements Bumps [django](https://github.com/django/django) from 3.2.14 to 3.2.15. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2.14...3.2.15) --- 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..32e7a04 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.15 psycopg2-binary==2.9.3 python-decouple==3.6 pytz==2022.1