From 8767e232d75bfde475495121ca6ed134ee51d448 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 20:49:27 +1100 Subject: [PATCH] Bump django-tables2 from 2.7.0 to 2.7.1 (#1504) Bumps [django-tables2](https://github.com/jieter/django-tables2) from 2.7.0 to 2.7.1. - [Changelog](https://github.com/jieter/django-tables2/blob/master/CHANGELOG.md) - [Commits](https://github.com/jieter/django-tables2/compare/v2.7.0...v2.7.1) --- updated-dependencies: - dependency-name: django-tables2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5e605aa8..971132ff 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" @@ -627,17 +627,17 @@ test = ["testfixtures"] [[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"]