mirror of
https://github.com/Alexander-D-Karpov/akarpov
synced 2024-11-11 01:16:33 +03:00
Bump django-extra-settings from 0.7.0 to 0.9.1
Bumps [django-extra-settings](https://github.com/fabiocaccamo/django-extra-settings) from 0.7.0 to 0.9.1. - [Release notes](https://github.com/fabiocaccamo/django-extra-settings/releases) - [Changelog](https://github.com/fabiocaccamo/django-extra-settings/blob/main/CHANGELOG.md) - [Commits](https://github.com/fabiocaccamo/django-extra-settings/compare/0.7.0...0.9.1) --- updated-dependencies: - dependency-name: django-extra-settings dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
e2d7df60fa
commit
3ab703051b
10
poetry.lock
generated
10
poetry.lock
generated
|
@ -1098,14 +1098,14 @@ Django = ">=3.2"
|
|||
|
||||
[[package]]
|
||||
name = "django-extra-settings"
|
||||
version = "0.7.0"
|
||||
description = "easily manage typed extra settings using the django admin."
|
||||
version = "0.9.1"
|
||||
description = "config and manage typed extra settings using just 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.9.1.tar.gz", hash = "sha256:88074de091a166e61278425fcc94f61f9b4a916c37b93730f25f25457752cb5c"},
|
||||
{file = "django_extra_settings-0.9.1-py3-none-any.whl", hash = "sha256:9a3b6618b3d8068e4c94e47b7eaa3593a5e1a023aa93fd2187f84479ad0ee03d"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
@ -3848,4 +3848,4 @@ files = [
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.11"
|
||||
content-hash = "aadb5b9d596cd3c85e3d2381461da361ebcf32276846a59a94346cf499123c28"
|
||||
content-hash = "28d64a5547060173f704f5dd6a0741da65b5df795e57e78b8a0a705f2c183233"
|
||||
|
|
|
@ -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.9.1"
|
||||
psycopg2-binary = "^2.9.5"
|
||||
django-cms = "^3.11.1"
|
||||
django-sekizai = "^4.0.0"
|
||||
|
|
Loading…
Reference in New Issue
Block a user