Bump django-tables2 from 2.5.1 to 2.5.2

Bumps [django-tables2](https://github.com/jieter/django-tables2) from 2.5.1 to 2.5.2.
- [Release notes](https://github.com/jieter/django-tables2/releases)
- [Changelog](https://github.com/jieter/django-tables2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jieter/django-tables2/compare/v2.5.1...v2.5.2)

---
updated-dependencies:
- dependency-name: django-tables2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-02-13 18:10:14 +00:00 committed by GitHub
parent ed35a4913a
commit ad76457cb8
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

@ -340,14 +340,14 @@ test = ["Pillow", "dj-database-url", "django-selenosis", "pytest", "pytest-cov",
[[package]]
name = "django-tables2"
version = "2.5.1"
version = "2.5.2"
description = "Table/data-grid framework for Django"
category = "main"
optional = false
python-versions = "*"
files = [
{file = "django-tables2-2.5.1.tar.gz", hash = "sha256:25ed2c28d3508558a4246a255c381784b20b439ef175e3954a103ffbc3a63757"},
{file = "django_tables2-2.5.1-py2.py3-none-any.whl", hash = "sha256:62d65e745073892741ccdb6137bfdbcae7f83142d07494fe865d389af1f2befd"},
{file = "django-tables2-2.5.2.tar.gz", hash = "sha256:6e22dd27fcddb1aa2f1c3cb089fcfa4df9094dae1ec16314c7c774289a3bf1fc"},
{file = "django_tables2-2.5.2-py2.py3-none-any.whl", hash = "sha256:9441862bfe7a3a29cc11d25d94a9da449e7665dd2510d0d242953230cf58b0cd"},
]
[package.dependencies]
@ -1179,4 +1179,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.9"
content-hash = "48db57321f84c2360090998ff69b2430ce6154151b12903fc0018a0e5c3aa7f7"
content-hash = "86f039c85a3fd243a5771bb78f510fe38934494cb2618adab2f07cee9ba7d037"

View File

@ -21,7 +21,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"
django-tables2 = "^2.5.2"
gunicorn = "^20.1.0"
psycopg2-binary = "^2.9.5"
PyYAML = "^6.0"