diff --git a/poetry.lock b/poetry.lock index c7d14344c..8c807e47c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -958,13 +958,13 @@ with-social = ["django-allauth (>=0.56.0,<0.58.0)"] [[package]] name = "django" -version = "5.1.4" +version = "5.1.5" 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.1.4-py3-none-any.whl", hash = "sha256:236e023f021f5ce7dee5779de7b286565fdea5f4ab86bae5338e3f7b69896cf0"}, - {file = "Django-5.1.4.tar.gz", hash = "sha256:de450c09e91879fa5a307f696e57c851955c910a438a35e6b4c895e86bedc82a"}, + {file = "Django-5.1.5-py3-none-any.whl", hash = "sha256:c46eb936111fffe6ec4bc9930035524a8be98ec2f74d8a0ff351226a3e52f459"}, + {file = "Django-5.1.5.tar.gz", hash = "sha256:19bbca786df50b9eca23cee79d495facf55c8f5c54c529d9bf1fe7b5ea086af3"}, ] [package.dependencies] @@ -5019,4 +5019,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "3.11.2" -content-hash = "333f0c47ee52afb629da139bd425089b95086fbf25446e1c7b9e38e96dca8fcf" +content-hash = "6eaef36285adf60522579e118dd77b7eed3096be25ba85eecc65d8f78a51ad8e" diff --git a/pyproject.toml b/pyproject.toml index 719d2659e..ed7c89645 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ license = "AGPLv3" python = "3.11.2" python-dotenv = "^1.0.1" toml = "^0.10.2" -Django = "^5.1.3" +Django = "^5.1.5" dj-database-url = "^2.3.0" django-allauth = "^0.61.1" beautifulsoup4 = "^4.12.3"