diff --git a/poetry.lock b/poetry.lock index 82e3716..125d5ea 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "appnope" @@ -474,14 +474,14 @@ files = [ [[package]] name = "django" -version = "4.2.6" +version = "4.2.26" 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.6-py3-none-any.whl", hash = "sha256:a64d2487cdb00ad7461434320ccc38e60af9c404773a2f95ab0093b4453a3215"}, - {file = "Django-4.2.6.tar.gz", hash = "sha256:08f41f468b63335aea0d904c5729e0250300f6a1907bf293a65499496cdbc68f"}, + {file = "django-4.2.26-py3-none-any.whl", hash = "sha256:c96e64fc3c359d051a6306871bd26243db1bd02317472a62ffdbe6c3cae14280"}, + {file = "django-4.2.26.tar.gz", hash = "sha256:9398e487bcb55e3f142cb56d19fbd9a83e15bb03a97edc31f408361ee76d9d7a"}, ] [package.dependencies] @@ -1758,4 +1758,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "3ccaf8968595d0e3c02c6057a20a31b60d20a3fa7322dcbde699571256522668" +content-hash = "3200193dd681f974a48067e383e652850e279d86524fbeba5bf01cf9cbb838e3" diff --git a/pyproject.toml b/pyproject.toml index 4c4abdc..a56bf80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ license = "BSD-3-Clause" [tool.poetry.dependencies] python = "^3.9" -Django = "^4.2.4" +Django = "^4.2.26" click = "^8.1.2" django-map-widgets = "^0.3.3" djangorestframework = "^3.14.0"