diff --git a/poetry.lock b/poetry.lock index 69f17ff0..454a7e05 100644 --- a/poetry.lock +++ b/poetry.lock @@ -742,17 +742,17 @@ dev = ["PyTest", "PyTest-Cov", "bump2version (<1)", "sphinx (<2)", "tox"] [[package]] name = "django" -version = "4.2.16" +version = "5.1.4" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false -python-versions = ">=3.8" +python-versions = ">=3.10" files = [ - {file = "Django-4.2.16-py3-none-any.whl", hash = "sha256:1ddc333a16fc139fd253035a1606bb24261951bbc3a6ca256717fa06cc41a898"}, - {file = "Django-4.2.16.tar.gz", hash = "sha256:6f1616c2786c408ce86ab7e10f792b8f15742f7b7b7460243929cb371e7f1dad"}, + {file = "Django-5.1.4-py3-none-any.whl", hash = "sha256:236e023f021f5ce7dee5779de7b286565fdea5f4ab86bae5338e3f7b69896cf0"}, + {file = "Django-5.1.4.tar.gz", hash = "sha256:de450c09e91879fa5a307f696e57c851955c910a438a35e6b4c895e86bedc82a"}, ] [package.dependencies] -asgiref = ">=3.6.0,<4" +asgiref = ">=3.8.1,<4" sqlparse = ">=0.3.1" tzdata = {version = "*", markers = "sys_platform == \"win32\""} @@ -4378,4 +4378,4 @@ h11 = ">=0.9.0,<1" [metadata] lock-version = "2.0" python-versions = "3.10.11" -content-hash = "6d45806738b4e5dea1485ac7db94e2d25c1491ea8b1cdc8425ec54013aee265b" +content-hash = "be2f04b75b5f84e090297ed1b2e3dc3b3bdc3076777684ac3627e1ced93ffa8c" diff --git a/pyproject.toml b/pyproject.toml index 1515f536..338a9b52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ Pillow = "^8.1.0" PyYAML = "^6.0.2" bibtexparser = "<1.2.0" celery = "~5.1" -django = "^4.2" +django = "^5.1" django-angular = "^2.2" django-bootstrap3 = "^24" django-ckeditor = "^6.7.0"