From af76d98f0d12c8f3f8994d8cc7699449af46253b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 04:24:02 +0000 Subject: [PATCH] build(deps): Bump django-appconf from 1.0.6 to 1.1.0 Bumps [django-appconf](https://github.com/django-compressor/django-appconf) from 1.0.6 to 1.1.0. - [Release notes](https://github.com/django-compressor/django-appconf/releases) - [Changelog](https://github.com/django-compressor/django-appconf/blob/develop/docs/changelog.rst) - [Commits](https://github.com/django-compressor/django-appconf/compare/v1.0.6...v1.1.0) --- updated-dependencies: - dependency-name: django-appconf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index bc533ce6..9bc5aa7c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -405,13 +405,13 @@ resend = ["svix"] [[package]] name = "django-appconf" -version = "1.0.6" +version = "1.1.0" description = "A helper class for handling configuration defaults of packaged apps gracefully." optional = false -python-versions = ">=3.7" +python-versions = ">=3.9" files = [ - {file = "django-appconf-1.0.6.tar.gz", hash = "sha256:cfe87ea827c4ee04b9a70fab90b86d704cb02f2981f89da8423cb0fabf88efbf"}, - {file = "django_appconf-1.0.6-py3-none-any.whl", hash = "sha256:c3ae442fba1ff7ec830412c5184b17169a7a1e71cf0864a4c3f93cf4c98a1993"}, + {file = "django-appconf-1.1.0.tar.gz", hash = "sha256:9fcead372f82a0f21ee189434e7ae9c007cbb29af1118c18251720f3d06243e4"}, + {file = "django_appconf-1.1.0-py3-none-any.whl", hash = "sha256:7abd5a163ff57557f216e84d3ce9dac36c37ffce1ab9a044d3d53b7c943dd10f"}, ] [package.dependencies] @@ -1309,4 +1309,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.9" -content-hash = "cfc897f7f988df9467427709a451c4c038adfb12daceef195b90c6e20cfca270" +content-hash = "8b4f5e9f39408c61afe933cb939546432ef78eedc9c2cdf5cc02b48235dee2e6" diff --git a/pyproject.toml b/pyproject.toml index a741b550..b763b190 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ django = "^5.1" django-active-link = "^0.2.2" django-allauth = {extras = ["socialaccount"], version = "^65.4.1"} django-anymail = "^12.0" -django-appconf = "^1.0.6" +django-appconf = "^1.1.0" django-bootstrap3 = "^24.3" django-cleanup = "^9.0.0" django-common-helpers = "^0.9.2"