Skip to content

Commit b67805e

Browse files
mfogelclaude
andauthored
Update Django dependency lower bound from 3.2 to 4.2 (#162)
* Update Django dependency lower bound from 3.2 to 4.2 The project no longer supports Django < 4.2 (classifiers and CI matrix both start at 4.2), but the dependency specifier still allowed 3.2+. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Update poetry lockfile --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8879188 commit b67805e

2 files changed

Lines changed: 48 additions & 6 deletions

File tree

poetry.lock

Lines changed: 47 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ packages = [
3838
]
3939

4040
[tool.poetry.dependencies]
41-
Django = ">=3.2,<6.1"
41+
Django = ">=4.2,<6.1"
4242
python = "^3.8"
4343
"backports.zoneinfo" = { version = "^0.2.1", python = "<3.9" }
4444

0 commit comments

Comments
 (0)