From a08214a3d954d1d3e4fac4d20fb7b6414b096adc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 08:48:07 +0000 Subject: [PATCH] chore(deps): bump django-tables2 from 2.7.0 to 2.7.4 Bumps [django-tables2](https://github.com/jieter/django-tables2) from 2.7.0 to 2.7.4. - [Changelog](https://github.com/jieter/django-tables2/blob/master/CHANGELOG.md) - [Commits](https://github.com/jieter/django-tables2/compare/v2.7.0...v2.7.4) --- updated-dependencies: - dependency-name: django-tables2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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"]