From e4451096157ff6bedfcbfd50c48a1b8306b8d130 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 02:46:27 +0000 Subject: [PATCH] :arrow_up: Bump django-tables2 from 2.7.0 to 2.7.1 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] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index fa28ab8..0ef0382 100644 --- a/poetry.lock +++ b/poetry.lock @@ -443,17 +443,17 @@ typing-extensions = "*" [[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"] @@ -2174,4 +2174,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.12" -content-hash = "b4478577ee7a40fd5be10754369f97f3598f4a265050605523437ba6af360adf" +content-hash = "ee38a0d166c83ca180e4622b0d2909b777640e4fa2d914894373fc5cd310a57c" diff --git a/pyproject.toml b/pyproject.toml index 09069f7..4485916 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ django = "^5.1" whitenoise = "^6.8.2" drunc = { git = "https://github.com/DUNE-DAQ/drunc.git", rev = "1848d8494d5583e1a551134d3cd3a38aea810cd0" } druncschema = { git = "https://github.com/DUNE-DAQ/druncschema.git", rev = "91dbf64ef91c31df9fc1d2872d07f484880e5921" } -django-tables2 = "^2.7.0" +django-tables2 = "^2.7.1" django-bootstrap5 = "^24.3" pytest-asyncio = "^0.25.0" django-crispy-forms = "^2.3"