diff --git a/poetry.lock b/poetry.lock index 062e162..344b75a 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 = "7f551fb5303e29173b107eaf4d8a418baa9457542db32aa67fd7a070a5118317" +content-hash = "cd4cda0ac0d2d419ff577df8a8b898bbadd0f4bd943f10c7448af2c2b05c8d38" diff --git a/pyproject.toml b/pyproject.toml index b82a035..07792d1 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.136" -django = "5.0.2" +django = "5.0.6" wagtail = "6.1.2" wagtail-bakery = "0.8.0" gunicorn = "22.0.0"