diff --git a/poetry.lock b/poetry.lock index 344b75a..9522864 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "anyascii" @@ -1251,13 +1251,13 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [[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] @@ -1372,4 +1372,4 @@ wand = ["Wand (>=0.6,<1.0)"] [metadata] lock-version = "2.0" python-versions = "^3.10.4" -content-hash = "cd4cda0ac0d2d419ff577df8a8b898bbadd0f4bd943f10c7448af2c2b05c8d38" +content-hash = "d0c092cced8e27805abe16490eee7897078ede88892d124e258af2b90e559087" diff --git a/pyproject.toml b/pyproject.toml index 07792d1..15c563e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ python = "^3.10.4" # whenever you update anything else boto3 = "1.34.136" django = "5.0.6" -wagtail = "6.1.2" +wagtail = "6.1.3" wagtail-bakery = "0.8.0" gunicorn = "22.0.0" django-heroku = "0.3.1"