diff --git a/poetry.lock b/poetry.lock index e4c6f20bf1..60f3e05bc9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1431,14 +1431,14 @@ static3 = "*" [[package]] name = "django" -version = "4.2.24" +version = "4.2.25" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false python-versions = ">=3.8" groups = ["main"] files = [ - {file = "django-4.2.24-py3-none-any.whl", hash = "sha256:a6527112c58821a0dfc5ab73013f0bdd906539790a17196658e36e66af43c350"}, - {file = "django-4.2.24.tar.gz", hash = "sha256:40cd7d3f53bc6cd1902eadce23c337e97200888df41e4a73b42d682f23e71d80"}, + {file = "django-4.2.25-py3-none-any.whl", hash = "sha256:9584cf26b174b35620e53c2558b09d7eb180a655a3470474f513ff9acb494f8c"}, + {file = "django-4.2.25.tar.gz", hash = "sha256:2391ab3d78191caaae2c963c19fd70b99e9751008da22a0adcc667c5a4f8d311"}, ] [package.dependencies] @@ -9243,4 +9243,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "~3.12" -content-hash = "da5463cab409fb250eef7f554a7fb3005f148cfb301f5fea4f2c486d6b0b1130" +content-hash = "d1cf6ec334146cbdb8e1e9f8ed1b49c8e06808abf26892f3e14172afed5999a6" diff --git a/pyproject.toml b/pyproject.toml index 745dd54094..35d1f9ce6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ requires-poetry = ">2.1,<3" [tool.poetry.dependencies] python = "~3.12" -Django = "4.2.24" +Django = "4.2.25" attrs = "^25.0.0" base36 = "^0.1.1" beautifulsoup4 = "^4.8.2"