DataDog / guarddog

:snake: :mag: GuardDog is a CLI tool to Identify malicious PyPI and npm packages
https://securitylabs.datadoghq.com/articles/guarddog-identify-malicious-pypi-packages/
Apache License 2.0
611 stars 44 forks source link

Bump prettytable from 3.11.0 to 3.12.0 #483

Open dependabot[bot] opened 2 days ago

dependabot[bot] commented 2 days ago

Bumps prettytable from 3.11.0 to 3.12.0.

Release notes

Sourced from prettytable's releases.

Release 3.12.0

Deprecated

  • Emit DeprecationWarnings for hrule and tableStyle constants (#329) @​cdce8p

Added

  • Add new themes to ColorTable (#312) @​Bikes4Fun
  • Use SPDX license identifier (#315) @​cdce8p
  • Lots of type annotations: @​cdce8p
    • Add IntEnum for HRuleStyle and VRuleStyle (#327)
    • Add IntEnum for Table styles (#326)
    • Add OptionsType (#334)
    • Add attribute type hints (#316)
    • Add missing attribute annotations (#330)
    • Add type aliases for Align, VAlign, HeaderStyle (#325)
    • Add type annotations for attributes property (#318)
    • Improve TableHandler type annotations (#320)
    • Improve function type annotations (#319)
    • Improve row and column type annotations (#322)
    • Improve type annotations for field names (#324)
    • Include RowType in __all__ (#333)
    • Small improvements (#328)
  • Generate __version__ at build to avoid slow importlib.metadata call (#321) @​hugovk
  • Release to PyPI using Trusted Publishing (#336) @​hugovk

Changed

Fixed

Commits
  • ca90b05 PEP 703 attestations are now the default (#340)
  • e9a845d PEP 703 attestations are now the default
  • 228adf2 Use Codecov with a token (#339)
  • 2066e2a Use Codecov with a token
  • ffc7832 Only emit DeprecationWarning once (#337)
  • b09d87a Only emit DeprecationWarning once
  • f3f3be7 Emit DeprecationWarnings for hrule and tableStyle constants (#329)
  • 90444d6 Increase stacklevel
  • 5ffbc2d Fix drawing headerless colored tables with title (#332)
  • 2630642 Code style pytest parametrize
  • 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 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)