diff --git a/poetry.lock b/poetry.lock index 967583e44..1a364f1eb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -455,13 +455,13 @@ with-social = ["django-allauth (>=0.56.0,<0.58.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] @@ -2340,4 +2340,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "3.11.2" -content-hash = "39ba4938e9d535e05d8b770361f99610a01268ceb9a5089238c1c1618873451f" +content-hash = "b762da83bdf05503e8c4e293e577650899a52eacc496136d353f5ecdf20b45a1" diff --git a/pyproject.toml b/pyproject.toml index 29ffcc263..323a32464 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ license = "AGPLv3" [tool.poetry.dependencies] python = "3.11.2" toml = "^0.10.2" -Django = "^5.0.2" +Django = "^5.0.3" dj-database-url = "^1.0.0" django-allauth = "^0.61.1" beautifulsoup4 = "^4.12.3"