Bump django-htmx from 1.17.0 to 1.17.2

Bumps [django-htmx](https://github.com/adamchainz/django-htmx) from 1.17.0 to 1.17.2.
- [Changelog](https://github.com/adamchainz/django-htmx/blob/main/docs/changelog.rst)
- [Commits](https://github.com/adamchainz/django-htmx/compare/1.17.0...1.17.2)

---
updated-dependencies:
- dependency-name: django-htmx
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-11-20 17:42:48 +00:00 committed by GitHub
parent 32ae61397a
commit 00fc14d136
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 6 deletions

11
poetry.lock generated
View File

@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. # This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand.
[[package]] [[package]]
name = "asgiref" name = "asgiref"
@ -256,16 +256,17 @@ Django = ">=2.2"
[[package]] [[package]]
name = "django-htmx" name = "django-htmx"
version = "1.17.0" version = "1.17.2"
description = "Extensions for using Django with htmx." description = "Extensions for using Django with htmx."
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.8"
files = [ files = [
{file = "django_htmx-1.17.0-py3-none-any.whl", hash = "sha256:070a37092b88a42cd7af26c1b65f63c4529bae276710fd16137dc934938b44f2"}, {file = "django-htmx-1.17.2.tar.gz", hash = "sha256:4089f2ed38727e9846c2f4cd1daddf6b010c7be8d834cfbcffc8c5ecf445c04e"},
{file = "django_htmx-1.17.0.tar.gz", hash = "sha256:2ef0d19db41c6152881e782673cd2cd1755a7fd6784f8b4f2279fb18dc03d2c2"}, {file = "django_htmx-1.17.2-py3-none-any.whl", hash = "sha256:f4971432d2ca45dbb31d9b58add1c50ae54354afe4bf59cafd591b1711b502c0"},
] ]
[package.dependencies] [package.dependencies]
asgiref = ">=3.6"
Django = ">=3.2" Django = ">=3.2"
[[package]] [[package]]
@ -1308,4 +1309,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.9" python-versions = "^3.9"
content-hash = "d5ac3c413284bf4353795266f25e19e5afe2819fd764ba13602424f64a2d1cdf" content-hash = "107f002651a5829775d1d7a04dc7e7e8a109cdbc4d1e790f124938a426cbe2c6"

View File

@ -70,7 +70,7 @@ django-crispy-forms = "^1.14.0"
django-filter = "^23.2" django-filter = "^23.2"
django-floppyforms = "^1.9.0" django-floppyforms = "^1.9.0"
django-guardian = "^2.4.0" django-guardian = "^2.4.0"
django-htmx = "^1.13.0" django-htmx = "^1.17.2"
django-model-utils = "^4.2.0" django-model-utils = "^4.2.0"
django-nested-admin = "^4.0.2" django-nested-admin = "^4.0.2"
django-tables2 = "^2.6.0" django-tables2 = "^2.6.0"