From dca96db6339e522cf8f276f1d60dac84e339ae9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 02:14:25 +0000 Subject: [PATCH] :arrow_up: Bump django-tables2 from 2.7.4 to 2.7.5 Bumps [django-tables2](https://github.com/jieter/django-tables2) from 2.7.4 to 2.7.5. - [Changelog](https://github.com/jieter/django-tables2/blob/master/CHANGELOG.md) - [Commits](https://github.com/jieter/django-tables2/compare/v2.7.4...v2.7.5) --- updated-dependencies: - dependency-name: django-tables2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 57b885e..01f7bae 100644 --- a/poetry.lock +++ b/poetry.lock @@ -443,13 +443,13 @@ typing-extensions = "*" [[package]] name = "django-tables2" -version = "2.7.4" +version = "2.7.5" description = "Table/data-grid framework for Django" optional = false python-versions = ">=3.9" files = [ - {file = "django_tables2-2.7.4-py3-none-any.whl", hash = "sha256:1f9373bdfea7f8ec5bef80542f58c1ca2eb19f86a8bec90936eccea6f1564347"}, - {file = "django_tables2-2.7.4.tar.gz", hash = "sha256:25c22986d88aa5d911a0f0175bcdfbeaeab4f5fc086ac58b02a29daa8bc3e5a8"}, + {file = "django_tables2-2.7.5-py3-none-any.whl", hash = "sha256:d9338937797207ffb6f481be2125c5ec3a0bb1858d409c672cc25fc5d654cb22"}, + {file = "django_tables2-2.7.5.tar.gz", hash = "sha256:fb5dcaa09379cf3947598ec7e1bd5f26ed63aafdee3b23963446763bbeac37bf"}, ] [package.dependencies] @@ -2175,4 +2175,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.12" -content-hash = "eec37b743e515eae8fcd6a9f55fffd76a23d87a5061d9b6bc23b51831ff60e87" +content-hash = "706ee35770fc5c14b8ab1870bc52399b0e1286722b3569ca4c43d714e19d4b66" diff --git a/pyproject.toml b/pyproject.toml index 49ddc32..006fb85 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.4" +django-tables2 = "^2.7.5" django-bootstrap5 = "^24.3" pytest-asyncio = "^0.25.0" django-crispy-forms = "^2.3"