Update to gvacommon 0.6.0

This commit is contained in:
Jan Dittberner 2023-02-19 12:38:19 +01:00
parent 4af1a39ca4
commit d6fc29a2b8
2 changed files with 7 additions and 7 deletions

12
poetry.lock generated
View file

@ -739,17 +739,17 @@ files = [
[[package]]
name = "gvacommon"
version = "0.5.0"
description = "common utility code for gnuviechadmin applications"
version = "0.6.0"
description = ""
category = "main"
optional = false
python-versions = "*"
python-versions = ">=3.7,<4.0"
files = [
{file = "gvacommon-0.5.0-py3-none-any.whl", hash = "sha256:adf1ebc824433196d112764c61d9ca869481d33f612818c2840069f57ab42c25"},
{file = "gvacommon-0.6.0-py3-none-any.whl", hash = "sha256:89977984ae8fd76860c326b0221a3327c48b7f3349ef058541770f0d1a3a55d8"},
]
[package.dependencies]
Django = "*"
django = "<4"
[package.source]
type = "legacy"
@ -1790,4 +1790,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
[metadata]
lock-version = "2.0"
python-versions = "^3.7"
content-hash = "37ecfcb75a397eb82b3afbdf901a356d735fb1a941e7067c4b74fb2fe0227c84"
content-hash = "c11eec493daca3a228f3c99300d0ebf0fa35060624c93649e2dce4c71cdf67f2"

View file

@ -16,7 +16,7 @@ django-braces = "^1.15.0"
django-crispy-forms = "<2"
django-debug-toolbar = "^3.8"
django-model-utils = "^4.1"
gvacommon = {version = "^0.5.0", source = "gnuviech"}
gvacommon = {version = "^0.6.0", source = "gnuviech"}
passlib = "^1.7.4"
redis = "^4.5.1"
requests-oauthlib = "^1.3.1"