Skip to content

Commit f807ba1

Browse files
authored
chore: upgrade django 4.2 LTS (@W-14178534) (#148)
* chore: upgrade django 4.2 LTS (@W-14178534) * Add line to CHANGELOG for this
1 parent 08bc20d commit f807ba1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
- [PR 144](https://github.com/salesforce/django-declarative-apis/pull/141) Allow Dependabot to update dev dependencies
99
- [PR 143](https://github.com/salesforce/django-declarative-apis/pull/143) Testing: Replace `flake8` and `black` with `ruff`, add testing for Python 3.12, drop testing for Python 3.7
1010
- [PR 146](https://github.com/salesforce/django-declarative-apis/pull/146) Add ExpandableGeneric filter type
11+
- [PR 148](https://github.com/salesforce/django-declarative-apis/pull/148) chore: upgrade django 4.2 LTS (@W-14178534)
1112

1213
# [0.31.5]
1314
- [PR 141](https://github.com/salesforce/django-declarative-apis/pull/141) Clean up logging

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version = "0.31.6" # set by bumpversion
88
description = "Simple, readable, declarative APIs for Django"
99
readme = "README.md"
1010
dependencies = [
11-
"Django >=3.2, <4",
11+
"Django >=3.2, <5",
1212
"celery>=4.0.2,!=4.1.0",
1313
"cryptography>=2.0",
1414
"decorator==4.0.11",

0 commit comments

Comments
 (0)