Skip to content

Update prettytable requirement from ~=3.17.0 to ~=3.18.0#340

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/prettytable-approx-eq-3.18.0
Open

Update prettytable requirement from ~=3.17.0 to ~=3.18.0#340
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/prettytable-approx-eq-3.18.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 23, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on prettytable to permit the latest version.

Release notes

Sourced from prettytable's releases.

Release 3.18.0

Added

Changed

Deprecated

  • Performance: deprecate and defer import of OptionsType (#462) @​hugovk
  • Performance: deprecate and defer import of TableHandler (#460) @​hugovk

Fixed

Changelog

Sourced from prettytable's changelog.

PrettyTable 1.0.1 and newer

See GitHub Releases:

PrettyTable 1.0 - October 4, 2020

  • Dropped support for EOL Python 2.4-2.6 and 3.0-3.4.
  • Added support for Python 3.5-3.9.
  • Added del_column(field_name).
  • Added get_csv_string with delimiter option (comma or tab) and optional header.
  • Use wcwidth for better wide char support.
  • New paginate method can be used to produce strings suitable for piping to lp/lpr.
  • from_html now handles HTML tables with colspan, rather than choking on them.
  • Added min_width, min_table_width and max_table_width attribute/options for better control of table sizing.
  • Added "title" attribute/option for table titles.
  • When slice syntax is used to create a new sub-table out of an existing table, the rows are sorted before, not after, the slicing. The old behaviour (slice then sort) can be achieved by setting oldsortslice=True.
  • The from_csv table factory now accepts CSV format parameters as keyword arguments (e.g. delimiter, doublequote, escapechar, etc.)
  • Added 0x000f to the list of special characters with width 0, to fix problems with coloured strings produced by the Blessings library.
  • Fixed constructor argument float_format to work as intended.
  • Removed print_html() from README.
  • Added from_json and get_json_string to PrettyTable.
  • Fixed PLAIN_COLUMN to PLAIN_COLUMNS in README.
  • Added Markdown and Org mode styles.

PrettyTable 0.7 - Feb 17, 2013

  • Improved Python 2 and 3 compatibility (2.4-3.2).
  • Improved support for non-Latin characters. Table widths should now be calculated correctly for tables with e.g. Japanese text.
  • Table contents can now be read in from a .csv file
  • Table contents can now be read in from a DB-API compatible cursor
  • Table contents can now be read in from a string containing an HTML table (thanks to Christoph Robbert for submitting this patch!)
  • New valign attribute controls vertical alignment of text when some cells in a row have multiple lines of text and others don't. (thanks to Google Code user maartendb for submitting this patch!)
  • hrules attribute can now be set to HEADER, which draws a rule only under the header row
  • New vrules attribute controls drawing of vertical rules and can be set to FRAME, ALL or NONE
  • New header_style attribute controls formatting of text in table headers and can be set to cap, title, upper, lower or None
  • Fixed a simple bug regarding validation of max_width (thanks to Anthony Toole for

... (truncated)

Commits
  • 069405f Speed up import time (#471)
  • 95810e2 Add support for Python 3.16 (#470)
  • 868b51e Stop testing experimental Python 3.13t (#469)
  • d02b216 Expand tabs in cell values so columns stay aligned (#468)
  • e4c9c69 Drop stale align/valign keys when field_names are renamed (#465)
  • 266ff5d Document header_horizontal_char and remove a duplicate docstring line (#467)
  • 144749c Performance: deprecate and defer import of OptionsType (#462)
  • 23f3eb7 Bump mypy from 1.20.2 to 2.1.0 in the pip group (#466)
  • 2fe26d3 Bump mypy from 1.19.1 to 1.20.2 in the actions group (#464)
  • e4babc3 Hash pin GitHub Actions (#463)
  • 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 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)

Updates the requirements on [prettytable](https://github.com/prettytable/prettytable) to permit the latest version.
- [Release notes](https://github.com/prettytable/prettytable/releases)
- [Changelog](https://github.com/prettytable/prettytable/blob/main/CHANGELOG.md)
- [Commits](prettytable/prettytable@3.17.0...3.18.0)

---
updated-dependencies:
- dependency-name: prettytable
  dependency-version: 3.18.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the type/Dependencies Pull requests that update a dependency file label Jun 23, 2026
@dependabot dependabot Bot requested a review from DefinetlyNotAI as a code owner June 23, 2026 05:12
@dependabot dependabot Bot added the type/Dependencies Pull requests that update a dependency file label Jun 23, 2026
@pull-request-size pull-request-size Bot added the size/XS Extra Small size pr label Jun 23, 2026
@github-actions

Copy link
Copy Markdown

Hi! Thanks for contributing for the first time to Logicytics 🤗 We hope it goes as smoothly as possible and appreciate your valuable contribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/XS Extra Small size pr type/Dependencies Pull requests that update a dependency file

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

0 participants