diff --git a/poetry.lock b/poetry.lock index 3dd15e9..a88ca27 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.3" 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.3-py3-none-any.whl", hash = "sha256:5c7d748ad113a81b2d44750ccc41edc14e933f56581683db548c9257e078cc83"}, + {file = "Django-5.0.3.tar.gz", hash = "sha256:5fb37580dcf4a262f9258c1f4373819aacca906431f505e4688e37f3a99195df"}, ] [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 = "3ff07d90b23c3a79e8ec2b2befacbbfd9894ebc5f3ab884a26453baebde3ebed" diff --git a/pyproject.toml b/pyproject.toml index 66040bb..0ec8869 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.3" wagtail = "6.0.1" wagtail-bakery = "0.8.0" gunicorn = "21.2.0"