From 2d0589e984dda8316e8bb275e6eea8613f1dcef2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Jan 2023 08:21:16 +0000 Subject: [PATCH] Bump django-extra-settings from 0.7.0 to 0.8.1 Bumps [django-extra-settings](https://github.com/fabiocaccamo/django-extra-settings) from 0.7.0 to 0.8.1. - [Release notes](https://github.com/fabiocaccamo/django-extra-settings/releases) - [Changelog](https://github.com/fabiocaccamo/django-extra-settings/blob/master/CHANGELOG.md) - [Commits](https://github.com/fabiocaccamo/django-extra-settings/compare/0.7.0...0.8.1) --- updated-dependencies: - dependency-name: django-extra-settings dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 9 +++++---- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index e434c30..85af98d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -982,14 +982,14 @@ Django = ">=3.2" [[package]] name = "django-extra-settings" -version = "0.7.0" +version = "0.8.1" description = "easily manage typed extra settings using the django admin." category = "main" optional = false python-versions = "*" files = [ - {file = "django-extra-settings-0.7.0.tar.gz", hash = "sha256:65b4f29612b3f6a9a35c6ae61a00d9cc7a9aa0c046d1d60af8d0cff2387f1448"}, - {file = "django_extra_settings-0.7.0-py3-none-any.whl", hash = "sha256:b3e4afd071a6d88b6df91e27aa5cb751b864fcb0ea30290d2f90ef4dcd970ef1"}, + {file = "django-extra-settings-0.8.1.tar.gz", hash = "sha256:271a54e7474e11a97bd6e995089c0e7a8e8b7748b4ea57e0be05160d8f123ca7"}, + {file = "django_extra_settings-0.8.1-py3-none-any.whl", hash = "sha256:68e35241819100d5784d62e6101760b31b2411d5db58ea1dbb75eab7d7229ff7"}, ] [package.dependencies] @@ -1948,6 +1948,7 @@ category = "main" optional = false python-versions = "*" files = [ + {file = "livereload-2.6.3-py2.py3-none-any.whl", hash = "sha256:ad4ac6f53b2d62bb6ce1a5e6e96f1f00976a32348afedcb4b6d68df2a1d346e4"}, {file = "livereload-2.6.3.tar.gz", hash = "sha256:776f2f865e59fde56490a56bcc6773b6917366bce0c267c60ee8aaf1a0959869"}, ] @@ -3678,4 +3679,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "63c03ff6211f20d9ad19aa9761aac2896a70345a441315ea44e09e8e0a370fcc" +content-hash = "43b7b6483917b2ed4526c47d0e161ad97720e32daffe1c835d3a030cb0c16e9a" diff --git a/pyproject.toml b/pyproject.toml index 33c660d..03070e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ django-anymail = {extras = ["mailgun"], version = "^9.0"} django-polymorphic = "^3.1.0" django-jazzmin = "^2.6.0" django-cacheops = "^6.1" -django-extra-settings = "^0.7.0" +django-extra-settings = "^0.8.1" psycopg2-binary = "^2.9.5" django-cms = "^3.11.1" django-sekizai = "^4.0.0"