From 8a0867f8f783a78595175ff70ee73900e1dd0aeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 18:43:36 +0000 Subject: [PATCH] Bump django-tables2 from 2.5.3 to 2.6.0 Bumps [django-tables2](https://github.com/jieter/django-tables2) from 2.5.3 to 2.6.0. - [Changelog](https://github.com/jieter/django-tables2/blob/master/CHANGELOG.md) - [Commits](https://github.com/jieter/django-tables2/compare/v2.5.3...v2.6.0) --- updated-dependencies: - dependency-name: django-tables2 dependency-type: direct:development update-type: version-update:semver-minor ... 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 b3fc2e9..8315c2b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -344,13 +344,13 @@ typing-extensions = "*" [[package]] name = "django-tables2" -version = "2.5.3" +version = "2.6.0" description = "Table/data-grid framework for Django" optional = false python-versions = "*" files = [ - {file = "django-tables2-2.5.3.tar.gz", hash = "sha256:f6c1623aac188d29aae9cf6b4de3211c96c525e49890654bec3359c181600eb9"}, - {file = "django_tables2-2.5.3-py2.py3-none-any.whl", hash = "sha256:e336fdf8899a8fab110550a40cad956064bd4054818e0b972c1893b3e2542168"}, + {file = "django-tables2-2.6.0.tar.gz", hash = "sha256:479eed04007cc04bcf764a6fb7a5e3955d94b878ba7f3a4bd4edbd2f7769e08d"}, + {file = "django_tables2-2.6.0-py2.py3-none-any.whl", hash = "sha256:04f23c1181d93716c67085a3c324b449180fd0c5162ef4619acb0b2d9a166133"}, ] [package.dependencies] @@ -1306,4 +1306,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "010227a56c3a2f8d1d8f10d3921272932cc74240778554de2faa2bf9a5503746" +content-hash = "d5ac3c413284bf4353795266f25e19e5afe2819fd764ba13602424f64a2d1cdf" diff --git a/pyproject.toml b/pyproject.toml index 4a87c01..db89076 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ django-guardian = "^2.4.0" django-htmx = "^1.13.0" django-model-utils = "^4.2.0" django-nested-admin = "^4.0.2" -django-tables2 = "^2.4.1,<2.6.0" +django-tables2 = "^2.6.0" gunicorn = "^21.2.0" psycopg2-binary = "^2.9.5" PyYAML = "^6.0"