diff --git a/poetry.lock b/poetry.lock index 8094ddddf..5e815c72f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "alabaster" @@ -449,17 +449,17 @@ django = ">=4.2" [[package]] name = "django-tables2" -version = "2.7.0" +version = "2.7.1" description = "Table/data-grid framework for Django" optional = false python-versions = "*" files = [ - {file = "django-tables2-2.7.0.tar.gz", hash = "sha256:4113fcc575eb438a12e83a4d4ea01452e4800d970e8bdd0e4122ac171af1900d"}, - {file = "django_tables2-2.7.0-py2.py3-none-any.whl", hash = "sha256:99e06d966ca8ac69fd74092eb45c79a280dd5ca0ccb81395d96261f62128e1af"}, + {file = "django-tables2-2.7.1.tar.gz", hash = "sha256:d96f70884889197a28d91d1b006f997de3d8c3bcf867828fb2ed54bd86d38807"}, + {file = "django_tables2-2.7.1-py2.py3-none-any.whl", hash = "sha256:1ac6426b05dc4b537ba3a952d2920c51653302ca7dcbd1d320cf6e421eeb2dbf"}, ] [package.dependencies] -Django = ">=3.2" +Django = ">=4.2" [package.extras] tablib = ["tablib"]