diff --git a/poetry.lock b/poetry.lock index 8094ddddf..d4e8132e4 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.4" description = "Table/data-grid framework for Django" optional = false -python-versions = "*" +python-versions = ">=3.9" 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.4-py3-none-any.whl", hash = "sha256:1f9373bdfea7f8ec5bef80542f58c1ca2eb19f86a8bec90936eccea6f1564347"}, + {file = "django_tables2-2.7.4.tar.gz", hash = "sha256:25c22986d88aa5d911a0f0175bcdfbeaeab4f5fc086ac58b02a29daa8bc3e5a8"}, ] [package.dependencies] -Django = ">=3.2" +django = ">=4.2" [package.extras] tablib = ["tablib"]