diff --git a/poetry.lock b/poetry.lock index f5a2d25..80c1976 100644 --- a/poetry.lock +++ b/poetry.lock @@ -339,13 +339,13 @@ typing-extensions = ">=3.10.0.0" [[package]] name = "django" -version = "5.0.2" +version = "5.0.6" 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.2-py3-none-any.whl", hash = "sha256:56ab63a105e8bb06ee67381d7b65fe6774f057e41a8bab06c8020c8882d8ecd4"}, - {file = "Django-5.0.2.tar.gz", hash = "sha256:b5bb1d11b2518a5f91372a282f24662f58f66749666b0a286ab057029f728080"}, + {file = "Django-5.0.6-py3-none-any.whl", hash = "sha256:8363ac062bb4ef7c3f12d078f6fa5d154031d129a15170a1066412af49d30905"}, + {file = "Django-5.0.6.tar.gz", hash = "sha256:ff1b61005004e476e0aeea47c7f79b85864c70124030e95146315396f1e7951f"}, ] [package.dependencies] @@ -1372,4 +1372,4 @@ wand = ["Wand (>=0.6,<1.0)"] [metadata] lock-version = "2.0" python-versions = "^3.10.4" -content-hash = "588e6e3445563093a6136d2f6b51f75bd0fb43583e3c557ae53f72865fdcac70" +content-hash = "35892468781ccc45f2e2877f4cf80aa65180ba879743828703b66362f6df3505" diff --git a/pyproject.toml b/pyproject.toml index 71bd32a..5c315c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ python = "^3.10.4" # take tens of minutes. Update the boto3 pin to the latest version # whenever you update anything else boto3 = "1.34.39" -django = "5.0.2" +django = "5.0.6" wagtail = "6.1.2" wagtail-bakery = "0.8.0" gunicorn = "22.0.0"