diff --git a/poetry.lock b/poetry.lock index e80bb6eb..b61e8225 100644 --- a/poetry.lock +++ b/poetry.lock @@ -894,13 +894,13 @@ sqlparse = ">=0.2" [[package]] name = "django-htmx" -version = "1.15.0" +version = "1.16.0" description = "Extensions for using Django with htmx." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "django_htmx-1.15.0-py3-none-any.whl", hash = "sha256:b76068485905ad9f911419746f07f877633bb036c0870a0f9fc13dec42c6e425"}, - {file = "django_htmx-1.15.0.tar.gz", hash = "sha256:bac7ff59bf507db6d40424f635f83889ce028a54f47663f227083413de22cabf"}, + {file = "django_htmx-1.16.0-py3-none-any.whl", hash = "sha256:360d11266666e5d92bda57069f671f2c04642eb1fc071e4c4160cf9f504cbfa6"}, + {file = "django_htmx-1.16.0.tar.gz", hash = "sha256:56a65045e079503877ba1354acb481030cf54da1e1f731d33c280e0a14b214cf"}, ] [package.dependencies] @@ -2596,4 +2596,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "48bb20aaf69cd9f285538ac8e40e949cb5d39d2ec493dc502cbc97112db82512" +content-hash = "b032e93a83dd9a1c4f75a71f34c0459f2c52bfd48c2f36eaea9cdf58e56c3c05" diff --git a/pyproject.toml b/pyproject.toml index ab9f28e8..8692a796 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.11" Django = "^4.2" -django-htmx = "^1.14" +django-htmx = "^1.16" django-allauth = "^0.54" django-debug-toolbar = "^4.1" channels = "^4.0"