diff --git a/poetry.lock b/poetry.lock index 3dd15e9..ff956dc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1272,13 +1272,13 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [[package]] name = "wagtail" -version = "6.0.1" +version = "6.0.2" description = "A Django content management system." optional = false python-versions = ">=3.8" files = [ - {file = "wagtail-6.0.1-py3-none-any.whl", hash = "sha256:035475e7e2c752b971336bfea8cfe8ff2c582b1e65abf2a3efb164db2f26004e"}, - {file = "wagtail-6.0.1.tar.gz", hash = "sha256:43cf65ba8430b41e533167ee75b27660a7a86eb06dd8bd79e8d64fb4af057a8b"}, + {file = "wagtail-6.0.2-py3-none-any.whl", hash = "sha256:4256705686c5ba30115500788aa84c0b7f719abd91675127095030e2c79a09e1"}, + {file = "wagtail-6.0.2.tar.gz", hash = "sha256:e7cfc3c0f53fb302f1798f0e02a7ac6078ab02eb0e8703c0f71ccbd3f18e386f"}, ] [package.dependencies] @@ -1302,7 +1302,7 @@ telepath = ">=0.3.1,<1" Willow = {version = ">=1.6.2,<2", extras = ["heif"]} [package.extras] -docs = ["Sphinx (>=1.5.2)", "myst-parser (==2.0.0)", "pyenchant (>=3.1.1,<4)", "sphinx-autobuild (>=0.6.0)", "sphinx-copybutton (>=0.5,<1.0)", "sphinx-wagtail-theme (==6.2.0)", "sphinxcontrib-spelling (>=7,<8)"] +docs = ["Sphinx (>=1.5.2)", "myst-parser (==2.0.0)", "pyenchant (>=3.1.1,<4)", "sphinx-autobuild (>=0.6.0)", "sphinx-copybutton (>=0.5,<1.0)", "sphinx-wagtail-theme (==6.3.0)", "sphinxcontrib-spelling (>=7,<8)"] testing = ["Jinja2 (>=3.0,<3.2)", "azure-mgmt-cdn (>=12.0,<13.0)", "azure-mgmt-frontdoor (>=1.0,<1.1)", "boto3 (>=1.28,<2)", "coverage (>=3.7.0)", "curlylint (==0.13.1)", "django-pattern-library (>=0.7)", "djhtml (==3.0.6)", "doc8 (==0.8.1)", "factory-boy (>=3.2)", "freezegun (>=0.3.8)", "polib (>=1.1,<2.0)", "python-dateutil (>=2.7)", "pytz (>=2014.7)", "ruff (==0.1.5)", "semgrep (==1.40.0)", "tblib (>=2.0,<3.0)"] [[package]] @@ -1405,4 +1405,4 @@ wand = ["Wand (>=0.6,<1.0)"] [metadata] lock-version = "2.0" python-versions = "^3.10.4" -content-hash = "ca405cb0d073be79587cea457a4032c4ce07d17b30434f4c7f2bab32a1485dda" +content-hash = "8848bca14d4147015f59cb2f22f578bfea19353f8fe51bc3063e31dfd688ddc1" diff --git a/pyproject.toml b/pyproject.toml index 66040bb..ba30440 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ python = "^3.10.4" # whenever you update anything else boto3 = "1.34.39" django = "5.0.2" -wagtail = "6.0.1" +wagtail = "6.0.2" wagtail-bakery = "0.8.0" gunicorn = "21.2.0" django-heroku = "0.3.1"