Skip to content

Commit abac1dd

Browse files
dependabot[bot]WilliamBergaminClaude
authored
chore(deps-dev): update django requirement from <6,>=4.2.30 to >=5.2.15,<6 (#1539)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: William Bergamin <wbergamin@salesforce.com> Co-authored-by: William Bergamin <wbergamin@slack-corp.com> Co-authored-by: Claude <svc-devxp-claude@slack-corp.com>
1 parent 58b3de5 commit abac1dd

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

requirements/adapter_dev.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ cheroot<12
1919
CherryPy>=18.10.0,<19
2020

2121
# Django
22-
# Note: Django 4.2.30 requires Python >=3.8; 3.7 stays on the 3.2 line.
22+
# Note: Django 5.x requires Python >=3.10 and 4.x requires >=3.8, so 3.8/3.9 stay on the 4.2 LTS line and 3.7 stays on the 3.2 line.
2323
Django>=3.2,<4; python_version < "3.8"
24-
Django>=4.2.30,<6; python_version >= "3.8"
24+
Django>=4.2.30,<5; python_version >= "3.8" and python_version < "3.10"
25+
Django>=5.2.15,<6; python_version >= "3.10"
2526

2627
# falcon
2728
# Note: falcon 4.2.0 requires Python >=3.9; 3.7/3.8 stay on the older pinned release.

0 commit comments

Comments
 (0)