diff --git a/poetry.lock b/poetry.lock index 3dd15e9..9a3aa15 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.4" 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.4-py3-none-any.whl", hash = "sha256:916423499d75d62da7aa038d19aef23d23498d8df229775eb0a6309ee1013775"}, + {file = "Django-5.0.4.tar.gz", hash = "sha256:4bd01a8c830bb77a8a3b0e7d8b25b887e536ad17a81ba2dce5476135c73312bd"}, ] [package.dependencies] @@ -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 = "c11c06444e8b8ad2738f18189d5f106cc918d7eb3c4f9845f87d737bdd4582db" diff --git a/pyproject.toml b/pyproject.toml index 66040bb..8b174e2 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.4" wagtail = "6.0.1" wagtail-bakery = "0.8.0" gunicorn = "21.2.0"