diff --git a/poetry.lock b/poetry.lock index d5c9c1e..83c5315 100644 --- a/poetry.lock +++ b/poetry.lock @@ -485,14 +485,14 @@ files = [ [[package]] name = "django" -version = "4.2.26" +version = "4.2.27" 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.26-py3-none-any.whl", hash = "sha256:c96e64fc3c359d051a6306871bd26243db1bd02317472a62ffdbe6c3cae14280"}, - {file = "django-4.2.26.tar.gz", hash = "sha256:9398e487bcb55e3f142cb56d19fbd9a83e15bb03a97edc31f408361ee76d9d7a"}, + {file = "django-4.2.27-py3-none-any.whl", hash = "sha256:f393a394053713e7d213984555c5b7d3caeee78b2ccb729888a0774dff6c11a8"}, + {file = "django-4.2.27.tar.gz", hash = "sha256:b865fbe0f4a3d1ee36594c5efa42b20db3c8bbb10dff0736face1c6e4bda5b92"}, ] [package.dependencies] @@ -1760,4 +1760,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "7c1625dd9f6188b5b666456b75a627e912222bbaff00f98df7b36ad84df8c35f" +content-hash = "abdb312f590c1d2c4162143884191db9417d887925186b856c9ac746d1bbca43" diff --git a/pyproject.toml b/pyproject.toml index 1222eaa..9473bc0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ license = "BSD-3-Clause" [tool.poetry.dependencies] python = "^3.9" -Django = "^4.2.26" +Django = "^4.2.27" click = "^8.1.2" django-map-widgets = "^0.3.3" djangorestframework = "^3.15.2"