C2SP / x509-limbo

A suite of testvectors for X.509 certificate path validation and tools for building them
https://x509-limbo.com
Apache License 2.0
40 stars 5 forks source link

build(deps): bump py-markdown-table from 0.4.0 to 1.0.0 #298

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps py-markdown-table from 0.4.0 to 1.0.0.

Release notes

Sourced from py-markdown-table's releases.

v1.0.0

What's Changed

  • updated package management to use poetry
  • removed deprecated methods
  • code cleanup and simplification
  • now only use ruff and pytest
  • tests now use parametrized pytest methods
  • added additional data validations
  • data validation can be skipped using the skip_data_validation parameter in the constructor
  • adapted pipelines to use poetry as a build and publish system
  • updated pipeline ubuntu distro
  • updated codecov to be updated only when publishing and failing silently if it cannot
  • updated github action version
  • Bump actions/setup-python from 4 to 5 by @​dependabot in hvalev/py-markdown-table#8

Full Changelog: https://github.com/hvalev/py-markdown-table/compare/v0.4.0...v1.0.0

Commits
  • 57a55c7 updated actions, using codecov token, using action for poetry publishing
  • b193e68 added pipx poetry install to publish ci step
  • 2dc672e don't fail if can't publish to codecov, job names reflect content
  • 599d02d updated pipx poetry install in build pipeline and upload to codecov only when...
  • 6f3b213 poetry install via pipx
  • 054137d corrected poetry installation path
  • 221e63f removed unavailable python version
  • eec0090 fixed pipelines to use stringified versions due to incompatibility
  • d91d52a updated pipelines to use poetry
  • d975f4f using poetry for package management
  • 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)
github-actions[bot] commented 2 months ago

:shipit: No regressions found.