Skip to content

Update django-tables2 requirement from ~=2.4.1 to ~=2.5.0#94

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/django-tables2-approx-eq-2.5.0
Closed

Update django-tables2 requirement from ~=2.4.1 to ~=2.5.0#94
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/django-tables2-approx-eq-2.5.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2023

Updates the requirements on django-tables2 to permit the latest version.

Changelog

Sourced from django-tables2's changelog.

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

2.4.1 (2021-10-04)

  • Add Persian (Farsi) locale (#806) by @​Alirezaja1384
  • Improved error message if openpyxl is not installed (#816)
  • Use correct mime type for xlsx (fixes: #810)
  • Add support for django 4.0, drop support for python 3.5 (#822)

2.4.0 (2021-05-15)

  • Add support for django 3.2 and python 3.9, drop support for django 3.0
  • Add Django 3.0 and 3.1 trove classifiers #803 by @​Asday
  • Strip leading and trailing whitespace from TemplateColumn.value() #794 by @​jeremystretch
  • Providing link for django-bootstrap3 #793 by @​TareqMonwer
  • Fix for crash on windows while deleting temp file #788

2.3.4 (2021-01-10)

  • Removed deprecation warnings with django==3.1 regarding JSONField #785

2.3.3 (2020-10-29)

  • Use table.default for empty ManyToMany relations (#773) fixes: #769
  • Pass record/value to CheckboxColumn's attrs callables too (#774), fixes: #762

2.3.2 (2020-10-10)

2.3.1 (2020-04-02)

  • Fixed the LazyPaginator in a simpler more predictable way: an attempt to show a non-existent page, shows the first page. #743

2.3.0 (2020-03-31)

  • Add ability to pass tablib.Dataset kwargs via TableExport and ExportMixin #720 by @​powderflask
  • Drop django==2.1 support, add optional tablib requirements #738
  • Short-circuit Accessor.resolve() if the context contains the exact accessor #722, fixes #717
  • Fixed yaml export #732 by @​sg3-141-592
  • Made Table docstring visible in docs #742
  • Removed the TableBase construct in favor of using the metaclass keyword argument, as all supported python versions support it. #742
  • LazyPaginator with non-existent page number should not result in a crash #741

2.2.1 (2019-11-20)

2.2.0 (2019-11-18)

  • Use __ as accessor-separator, add linkify Meta option #702). This will currently emit a warning but falls back to using . as separator. The next major version will raise a ValueError if used with . as separator.

... (truncated)

Commits
  • eb8f1b4 Prepare release 2.5.0
  • d4d8c8b Check without installing libxml2 libxslt-dev
  • 53da6ff Bump requirements (including lxml)
  • 8f18e47 libxslt -> libxslt-dev
  • 5a67be6 Sudo for apt-get
  • de2d595 Fix typo in py3.11 check
  • 32d450a Install lxml build dependencies for python 3.11
  • 841e21b Exclude py3.11 / django 3.2 from test matrix
  • e69c3f6 Update trove classifiers, update minimum python version, test against py3.11
  • 0f13348 Replace .format() and most %-formatting with fstrings, explicit message excep...
  • Additional commits viewable in compare view

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 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)

Updates the requirements on [django-tables2](https://github.com/jieter/django-tables2) to permit the latest version.
- [Release notes](https://github.com/jieter/django-tables2/releases)
- [Changelog](https://github.com/jieter/django-tables2/blob/master/CHANGELOG.md)
- [Commits](jieter/django-tables2@v2.4.1...v2.5.0)

---
updated-dependencies:
- dependency-name: django-tables2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 1, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 1, 2023

Superseded by #98.

@dependabot dependabot bot closed this Feb 1, 2023
@dependabot dependabot bot deleted the dependabot/pip/django-tables2-approx-eq-2.5.0 branch February 1, 2023 13:00
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants