Skip to content

Commit d992ff5

Browse files
Update dj-database-url requirement from <3,>=2 to >=3,<4 (#260)
* Update dj-database-url requirement from <3,>=2 to >=2,<4 Updates the requirements on [dj-database-url](https://github.com/jazzband/dj-database-url) to permit the latest version. - [Release notes](https://github.com/jazzband/dj-database-url/releases) - [Changelog](https://github.com/jazzband/dj-database-url/blob/master/CHANGELOG.md) - [Commits](jazzband/dj-database-url@v2.0.0...v3.0.0) --- updated-dependencies: - dependency-name: dj-database-url dependency-version: 3.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Update requirements.txt Signed-off-by: Ed Morley <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Ed Morley <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ed Morley <[email protected]>
1 parent aa8ad15 commit d992ff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
django>=5.2,<5.3
22
gunicorn>=23,<24
3-
dj-database-url>=2,<3
3+
dj-database-url>=3,<4
44
whitenoise>=6,<7
55

66
# Uncomment these lines to use a Postgres database. Both are needed, since in production

0 commit comments

Comments
 (0)