From bfcfe8d245a90d829cc33e0cef8ee75460c20b2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 00:08:50 +0000 Subject: [PATCH] chore(deps): bump dj-database-url in /backend in the python group Bumps the python group in /backend with 1 update: [dj-database-url](https://github.com/jazzband/dj-database-url). Updates `dj-database-url` from 2.2.0 to 2.3.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/v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: dj-database-url dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index aa7dfb6..8692ba4 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -10,7 +10,7 @@ asgiref==3.8.1 # via django beautifulsoup4==4.12.3 # via -r requirements.in -dj-database-url==2.2.0 +dj-database-url==2.3.0 # via -r requirements.in django==5.1.2 # via