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] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-09-27 18:43:36 +00:00 committed by GitHub
parent 3af78c5db7
commit 8a0867f8f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -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"

View File

@ -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"