Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update click-extra[pytest] requirement from ~=4.11.7 to ~=4.14.1 #828

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

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

Release notes

Sourced from click-extra[pytest]'s releases.

v4.14.1

Changes

  • Fix upload of Python package to GitHub release on tagging.

🐍 Available on PyPi.

Changelog

Sourced from click-extra[pytest]'s changelog.

4.14.1 (2025-02-02)

  • Fix upload of Python package to GitHub release on tagging.

4.14.0 (2025-02-01)

  • Add a new --verbose option on @extra_command and @extra_group to increase the verbosity level for each additional repetition.
  • Add new @verbose_option pre-configured decorator.
  • Reassign the short -v option from --verbosity to --verbose.
  • Improve logging documentation.
  • Align ExtraStreamHandler behavior to logging.StreamHandler.
  • Move stream_handler_class and formatter_class arguments from new_extra_logger to extraBasicConfig.
  • Add new file_handler_class argument to extraBasicConfig.
  • Fix upload of Python package to GitHub release on tagging.
  • Remove dependency on pytest-cases.

4.13.2 (2025-01-28)

  • Re-release to fix Github publishing.
  • Reactivates some color tests on Windows.

4.13.1 (2025-01-28)

  • Re-release to fix Github publishing.

4.13.0 (2025-01-27)

  • Revamps logging helpers and aligns them with Python's logging module.
  • Remove extra_basic_config.
  • Adds new extraBasicConfig, and aligns it with Python's basicConfig.
  • Replace ExtraLogFormatter with ExtraFormatter.
  • Replace ExtraLogHandler with ExtraStreamHandler.
  • Add new new_extra_logger helper.
  • Rewrite the logging documentation with all use-cases and custom configuration examples. Closes {issue}989.
  • Removes old platforms page from documentation.

4.12.0 (2025-01-20)

  • Remove Click Extra's own implementation of HelpOption class now that fixes have reached Click's upstream.
  • Redefine @help_option decorator to default to --help/-h options.
  • Add more logging examples in documentation.
  • Add tests on ubuntu-24.04-arm and ubuntu-22.04-arm.
  • Use uv to install specific versions of Python.

4.11.7 (2024-11-30)

  • Remove support for comments in JSON configuration files. Remove dependency on unmaintained commentjson. Closes click-extra#1152.

4.11.6 (2024-11-28)

... (truncated)

Commits
  • 834c08a [changelog] Release v4.14.1
  • 1282007 Fix upload of Python package to GitHub release on tagging
  • 3a7d6a4 [autofix] Sync uv.lock
  • 558b903 [changelog] Post-release version bump
  • 62e48ea [changelog] Release v4.14.0
  • e4869a5 Typing
  • 7c13f2d Tweak documentation
  • 5872398 Clean-up and document new logging options
  • d92cbe7 Remove dependency on pytest-cases
  • 33b6bb2 Use standard pytest fixture
  • 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 <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 [click-extra[pytest]](https://github.com/kdeldycke/click-extra) to permit the latest version.
- [Release notes](https://github.com/kdeldycke/click-extra/releases)
- [Changelog](https://github.com/kdeldycke/click-extra/blob/main/changelog.md)
- [Commits](kdeldycke/click-extra@v4.11.7...v4.14.1)

---
updated-dependencies:
- dependency-name: click-extra[pytest]
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 dependencies Update of dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant