Skip to content

Commit 6468c89

Browse files
Update django-appconf requirement from >=0.6.0 to >=1.2.0
Updates the requirements on [django-appconf](https://github.com/django-compressor/django-appconf) to permit the latest version. - [Release notes](https://github.com/django-compressor/django-appconf/releases) - [Changelog](https://github.com/django-compressor/django-appconf/blob/develop/docs/changelog.rst) - [Commits](django-compressor/django-appconf@v0.6...v1.2.0) --- updated-dependencies: - dependency-name: django-appconf dependency-version: 1.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 030e02f commit 6468c89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ classifiers = [
3434
requires-python = ">=3.10"
3535
dependencies = [
3636
"django>=4.2",
37-
"django-appconf>=0.6.0"
37+
"django-appconf>=1.2.0"
3838
]
3939

4040
[dependency-groups]

0 commit comments

Comments
 (0)