diff --git a/poetry.lock b/poetry.lock index 5816d35..4bad8d5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -267,7 +267,7 @@ test = ["celery", "pytest", "pytest-cov", "pytest-django", "redis"] [[package]] name = "django-htmx" -version = "1.12.1" +version = "1.12.2" description = "Extensions for using Django with htmx." category = "main" optional = false @@ -1362,7 +1362,7 @@ python-versions = "*" [metadata] lock-version = "1.1" python-versions = "^3.10" -content-hash = "37f44db473ed8865760e4fe4f36d8b959f8eec834378f9de69bcb9b12932cec4" +content-hash = "f66bc3abd284db0a548af07d4ad10755d94390e23559f735145edfff18aa80dd" [metadata.files] anyascii = [ @@ -1584,8 +1584,8 @@ django-health-check = [ {file = "django_health_check-3.16.7-py2.py3-none-any.whl", hash = "sha256:4f4fe32838eb367b9dda51669f128b97f8416eaa66b80b58c50db6fc2cc42356"}, ] django-htmx = [ - {file = "django-htmx-1.12.1.tar.gz", hash = "sha256:52b170e80ef54757f622a3af5f6087af395cda932531c0d3a65fb08d60457c0a"}, - {file = "django_htmx-1.12.1-py3-none-any.whl", hash = "sha256:ff378eddec0a8e592d0b33f9848f6a050fe93e404a6e99cec354d67aab16c765"}, + {file = "django-htmx-1.12.2.tar.gz", hash = "sha256:93a356ec0a983a33cc11d927bfe4ab3eca847dc89786d6293e80bc12dc9da03c"}, + {file = "django_htmx-1.12.2-py3-none-any.whl", hash = "sha256:fe2d31eb8eeae1f531248c0b7cc441dc68b77158892514ed2fcf5f6119b89bd5"}, ] django-modelcluster = [ {file = "django-modelcluster-6.0.tar.gz", hash = "sha256:cdcffef5baf5d3759ee04c5b60ffaf1a0c95fc0f265e762f3ddfadde3394e5db"}, diff --git a/pyproject.toml b/pyproject.toml index 363b2a3..c024a94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ wagtail-draftail-snippet = "0.4.1" gunicorn = "20.1.0" psycopg2 = "2.9.3" djangorestframework = "3.13.1" -django-htmx = "1.12.1" +django-htmx = "1.12.2" wagtail-metadata = "4.0.0" humanize = "4.3.0" drf-yasg = "1.21.3"