dnscms: bump dependencies

This commit is contained in:
2024-07-13 21:25:05 +02:00
parent 73ffdf517c
commit 36ac52a613
2 changed files with 13 additions and 13 deletions

20
dnscms/poetry.lock generated
View File

@ -183,13 +183,13 @@ files = [
[[package]]
name = "django"
version = "5.0.6"
version = "5.0.7"
description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design."
optional = false
python-versions = ">=3.10"
files = [
{file = "Django-5.0.6-py3-none-any.whl", hash = "sha256:8363ac062bb4ef7c3f12d078f6fa5d154031d129a15170a1066412af49d30905"},
{file = "Django-5.0.6.tar.gz", hash = "sha256:ff1b61005004e476e0aeea47c7f79b85864c70124030e95146315396f1e7951f"},
{file = "Django-5.0.7-py3-none-any.whl", hash = "sha256:f216510ace3de5de01329463a315a629f33480e893a9024fc93d8c32c22913da"},
{file = "Django-5.0.7.tar.gz", hash = "sha256:bd4505cae0b9bd642313e8fb71810893df5dc2ffcacaa67a33af2d5cd61888f2"},
]
[package.dependencies]
@ -879,13 +879,13 @@ zstd = ["zstandard (>=0.18.0)"]
[[package]]
name = "wagtail"
version = "6.1.2"
version = "6.1.3"
description = "A Django content management system."
optional = false
python-versions = ">=3.8"
files = [
{file = "wagtail-6.1.2-py3-none-any.whl", hash = "sha256:6858f89c4a050cbbb1702ce3cb605b8360b736c296c93193c4e72ea87427d431"},
{file = "wagtail-6.1.2.tar.gz", hash = "sha256:fdb82c6cd6f6ae5c1f7b2312166969d8601015b65cbb29ad120efac727d399c1"},
{file = "wagtail-6.1.3-py3-none-any.whl", hash = "sha256:b6c4d5705adf51a5e49ea416032dd0a6534588fc31c5c9a95f698e6ddec0a203"},
{file = "wagtail-6.1.3.tar.gz", hash = "sha256:8f4908ab1b6b963a8aa7adf8f0ec738cd1dc79b9816c6d5f59018f600a404378"},
]
[package.dependencies]
@ -913,13 +913,13 @@ testing = ["Jinja2 (>=3.0,<3.2)", "azure-mgmt-cdn (>=12.0,<13.0)", "azure-mgmt-f
[[package]]
name = "wagtail-grapple"
version = "0.25.1"
version = "0.26.0"
description = "A Wagtail package that speeds up and simplifies implementing a GraphQL endpoint!"
optional = false
python-versions = ">=3.8"
files = [
{file = "wagtail_grapple-0.25.1-py3-none-any.whl", hash = "sha256:81e7f568c6dbd8bb0f607c736c677843bd4f6601ee852c8dde4dce2c9279ab29"},
{file = "wagtail_grapple-0.25.1.tar.gz", hash = "sha256:cd2956d8bbd4e2b60a482829b00dbfbd782c6ca28ec5b0e50cd442b66a5e6898"},
{file = "wagtail_grapple-0.26.0-py3-none-any.whl", hash = "sha256:de9d3c336d151279976d67f781c758ac5efc7d2bb003c2e311e6fbeea1554c41"},
{file = "wagtail_grapple-0.26.0.tar.gz", hash = "sha256:68be091f7feb95bfbe0377bd03c1814a64a6150ae964ec593670d995f11780e5"},
]
[package.dependencies]
@ -974,4 +974,4 @@ wand = ["Wand (>=0.6,<1.0)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.12"
content-hash = "2e3e69272f994e66fb5e9e8b50e9925e99a11e0ca45d6a60814e499c3bdd9229"
content-hash = "eafc2a9d39c2ff386db86b9ca23648e9b98b7d3ddb2db2abbcb1d6beb0b53d4b"

View File

@ -7,9 +7,9 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
wagtail = "^6.0.1"
django = "^5.0.4"
wagtail-grapple = "^0.25.1"
wagtail = "^6.1.3"
django = "^5.0.7"
wagtail-grapple = "^0.26.0"
psycopg2-binary = "^2.9.9"
django-extensions = "^3.2.3"