diff --git a/poetry.lock b/poetry.lock index ee7dbf5ac80..f968c410bb1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -407,14 +407,14 @@ files = [ [[package]] name = "django" -version = "4.2.27" +version = "4.2.28" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false python-versions = ">=3.8" groups = ["main", "dev"] files = [ - {file = "django-4.2.27-py3-none-any.whl", hash = "sha256:f393a394053713e7d213984555c5b7d3caeee78b2ccb729888a0774dff6c11a8"}, - {file = "django-4.2.27.tar.gz", hash = "sha256:b865fbe0f4a3d1ee36594c5efa42b20db3c8bbb10dff0736face1c6e4bda5b92"}, + {file = "django-4.2.28-py3-none-any.whl", hash = "sha256:49a23c1b83ef31525f8d71a57b040f91d34660edb3f086280a8519855655ed3c"}, + {file = "django-4.2.28.tar.gz", hash = "sha256:a4b9cd881991add394cafa8bb3b11ad1742d1e1470ba99c3ef53dc540316ccfe"}, ] [package.dependencies] @@ -2164,4 +2164,4 @@ h11 = ">=0.9.0,<1" [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "abae31daa183b63da8accef4187ba5f08c32d0b84d258b61f6c5f72b13f33b0e" +content-hash = "86b2b02dc1f5433c66aec4f94b1cea384b5b223d7246f78c8aa874176a936f93" diff --git a/pyproject.toml b/pyproject.toml index 5590093d315..58fae2ddcbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ authors = [ [tool.poetry.dependencies] python = "^3.12" -django = "~4.2.27" +django = "~4.2.28" django-braces = "~1.17.0" djangorestframework-camel-case = "^1.3.0" django-parler-rest = "^2.1"