Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump django-tables2 from 2.4.1 to 2.7.0 #391

Merged
merged 2 commits into from
Jan 23, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 21, 2024

Bumps django-tables2 from 2.4.1 to 2.7.0.

Changelog

Sourced from django-tables2's changelog.

2.7.0 (2023-12-05)

  • Update docs dependencies; fix docs search; add readthedocs.yaml (#935)
  • Add example on how to use Accessor to documentation in custom-data.rst (#917) by @​ruddra
  • Use pre-commit in ci, add isort, flake8, pyupgrade (#932)
  • Add support for Django 5.0 and Python 3.12 (#930)
  • Add missing {% load l10n %} in templates (#919) by @​tvanekeris

2.6.0 (2023-06-27)

  • Fix bootstrap5-responsive template to extend bootstrap5 (#909) by @​mschoettle
  • Add support for django 4.2
  • Drop python 3.7 and django 4.0 support (#920)

2.5.3 (2023-03-05)

2.5.2 (2023-02-07)

  • Assign request to table before anything else in RequestConfig.configure() (#888) fixes: #865

2.5.1 (2023-01-07)

2.5.0 (2022-12-27)

  • Dropped support for python 3.6, added support for python 3.11
  • Add django_tables2/bootstrap4-responsive.html (#874) by @​botlabsDev
  • Pass record/value to LinkColumn's attrs callables too (#852) by @​wsldankers
  • Add template bootstrap5.html to support bootstrap 5 (#880, fixes #796
Commits
  • 8885e32 Bump version 2.7.0
  • c95e9b5 Prepare release 2.7.0 tested against Django 5.0 (#938)
  • 35f9616 Update docs dependencies; fix docs search; add readthedocs.yaml (#935)
  • 2318bc1 Add example on how to use Accessor to documentation in custom-data.rst (#...
  • 44fce19 Use pre-commit in ci, add isort, flake8, pyupgrade (#932)
  • 8d2dfad Add support for Django 5.0 and Python 3.12 (#930)
  • 0a5411c Add missing {% load l10n %} in templates (#919)
  • 3a22d59 Bump actions/setup-python from 4.6.1 to 4.7.1 (#929)
  • 8251d09 Bump actions/cache from 3.3.1 to 3.3.2 (#927)
  • 0e8d524 Bump actions/checkout from 3 to 4 (#926)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [django-tables2](https://github.com/jieter/django-tables2) from 2.4.1 to 2.7.0.
- [Changelog](https://github.com/jieter/django-tables2/blob/master/CHANGELOG.md)
- [Commits](jieter/django-tables2@v2.4.1...v2.7.0)

---
updated-dependencies:
- dependency-name: django-tables2
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 21, 2024
Copy link

codecov bot commented Jan 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (6a06dab) 98.30% compared to head (d3a10bb) 98.30%.
Report is 6 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #391   +/-   ##
=======================================
  Coverage   98.30%   98.30%           
=======================================
  Files         233      233           
  Lines       18037    18037           
=======================================
  Hits        17731    17731           
  Misses        306      306           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@amstilp amstilp merged commit 814fa80 into main Jan 23, 2024
8 checks passed
@dependabot dependabot bot deleted the dependabot/pip/django-tables2-2.7.0 branch January 23, 2024 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant