Skip to content

Commit

Permalink
Merge pull request #391 from UW-GAC/dependabot/pip/django-tables2-2.7.0
Browse files Browse the repository at this point in the history
Bump django-tables2 from 2.4.1 to 2.7.0
  • Loading branch information
amstilp authored Jan 23, 2024
2 parents d438213 + d3a10bb commit 814fa80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@
# django-tables2
# ------------------------------------------------------------------------------
# https://django-tables2.readthedocs.io/en/latest/pages/custom-rendering.html?highlight=django_tables2_template#available-templates
DJANGO_TABLES2_TEMPLATE = "django_tables2/bootstrap4.html"
DJANGO_TABLES2_TEMPLATE = "django_tables2/bootstrap5.html"

# django-anvil-consortium-manager
# ------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ django-simple-history==3.4.0
# via
# -r requirements/requirements.in
# django-anvil-consortium-manager
django-tables2==2.4.1
django-tables2==2.7.0
# via django-anvil-consortium-manager
django-tree-queries==0.16.1
# via -r requirements/requirements.in
Expand Down

0 comments on commit 814fa80

Please sign in to comment.