kdeldycke / workflows

⚙️ CLI helpers for GitHub Action + reuseable workflows
GNU General Public License v2.0
22 stars 5 forks source link

Update click-extra requirement from ~=4.10.0 to ~=4.11.0 #1354

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Updates the requirements on click-extra to permit the latest version.

Release notes

Sourced from click-extra's releases.

v4.11.0

Changes

  • Add support for Python 3.13.
  • Drop supports for Python 3.9.
  • Run tests on Python 3.14-dev.
  • Add tests on ubuntu-24.04. Remove tests on ubuntu-20.04.
  • Upgrade tests from macos-14 to macos-15.

🐍 Available on PyPi.

Changelog

Sourced from click-extra's changelog.

4.11.0 (2024-10-08)

  • Add support for Python 3.13.
  • Drop supports for Python 3.9.
  • Run tests on Python 3.14-dev.
  • Add tests on ubuntu-24.04. Remove tests on ubuntu-20.04.
  • Upgrade tests from macos-14 to macos-15.

4.10.0 (2024-09-04)

  • Move all platform detection utilities to its own standalone Extra Platforms project.
  • Add dependency on extra-platforms.

4.9.0 (2024-07-25)

  • Switch from Poetry to uv.
  • Drop support for Python 3.8.
  • Mark Python 3.13-dev tests as stable.
  • Remove dependency on regex.

4.8.3 (2024-05-25)

  • Fix string interpolation in log message.

4.8.2 (2024-05-25)

  • Do not raise error if package version cannot be fetched.

4.8.1 (2024-05-23)

  • Do not fail on docs_update import if pygments is not installed.

4.8.0 (2024-05-22)

  • Slim down package by moving unit tests out of the main package.
  • Allow reuse of Pytest fixures and marks by other packages.
  • Move dependencies extending pygments, sphinx and pytest into optional extra dependencies. Closes {issue}836.
  • Split dev dependency groups into optional test, typing and docs groups.
  • Remove direct dependency on mypy.
  • Allow running tests with Python 3.8 and 3.9 on macos-14 runners.

4.7.5 (2024-04-04)

  • Remove bypass of cloup.Color re-import.

4.7.4 (2024-02-23)

  • Allow standalone --version option to output its debug messages.
  • Force closing of context before exiting CLIs to provoque callback calls and prevent state leaks.
  • Run tests on macos-14. Remove tests on macos-12.

... (truncated)

Commits
  • da88306 [changelog] Release v4.11.0
  • 79284e5 Bump actions/checkout from 4.2.0 to 4.2.1
  • 5cb63a4 [autofix] Sync uv.lock
  • 4b6d926 Add official support for Python 3.13
  • 1bdbf85 Fix Python 3.14 compatibility
  • ee12cf5 Python 3.14-dev is only available on Ubuntu
  • c9e6fc0 Add test on Python 3.14-dev; Keep testing on macOS arm64 and x86
  • 1f74417 Test on latest ubuntu and macos
  • 9cd8e7b Flag unreleased upstream version of Click as stable
  • 5a3f95e [autofix] Sync uv.lock
  • 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 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)
dependabot[bot] commented 1 month ago

Looks like click-extra is up-to-date now, so this is no longer needed.