From bb371b9818fdb5e393c4ee48af8682a867cd8f29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 06:05:34 +0000 Subject: [PATCH] Bump dj-database-url from 1.0.0 to 1.2.0 Bumps [dj-database-url](https://github.com/jazzband/dj-database-url) from 1.0.0 to 1.2.0. - [Release notes](https://github.com/jazzband/dj-database-url/releases) - [Changelog](https://github.com/jazzband/dj-database-url/blob/master/CHANGELOG.md) - [Commits](https://github.com/jazzband/dj-database-url/compare/v1.0.0...v1.2.0) --- updated-dependencies: - dependency-name: dj-database-url dependency-type: direct:production update-type: version-update:semver-minor ... 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 edabff6b9..b3b5c800f 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,6 +1,6 @@ -i https://pypi.org/simple docutils==0.19 -dj-database-url==1.0.0 +dj-database-url==1.2.0 django-debug-toolbar==3.8.1 Django==4.1.4 djangorestframework==3.14.0