diff --git a/poetry.lock b/poetry.lock index 69cac3e..7b8ada8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "annotated-types" @@ -482,13 +482,13 @@ typing_extensions = ">=3.10.0.0" [[package]] name = "django" -version = "4.2.16" +version = "4.2.18" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false python-versions = ">=3.8" 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-4.2.18-py3-none-any.whl", hash = "sha256:ba52eff7e228f1c775d5b0db2ba53d8c49d2f8bfe6ca0234df6b7dd12fb25b19"}, + {file = "Django-4.2.18.tar.gz", hash = "sha256:52ae8eacf635617c0f13b44f749e5ea13dc34262819b2cc8c8636abb08d82c4b"}, ] [package.dependencies] @@ -1731,4 +1731,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "233d8f90d8b25669082216a99dc004bc7d5abe361c67814ec45a6adae6e62a50" +content-hash = "517667081f7a539d719d32e2359bc5c3373981391e50ca0f3e34abb5fbdd180d" diff --git a/pyproject.toml b/pyproject.toml index 07e36a2..8af27d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.10" -Django = "^4.2.14" +Django = "^4.2.18" demand-model = "^0.2.0" plotly = "^5.18.0" django-crispy-forms = "^2.1"