Skip to content

Bump the dependencies group across 1 directory with 2 updates#1441

Open
dependabot[bot] wants to merge 1 commit intodevelfrom
dependabot/pip/receptorctl/dependencies-97c83c1736
Open

Bump the dependencies group across 1 directory with 2 updates#1441
dependabot[bot] wants to merge 1 commit intodevelfrom
dependabot/pip/receptorctl/dependencies-97c83c1736

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2025

Bumps the dependencies group with 2 updates in the /receptorctl directory: click and pyyaml.

Updates click from 8.1.8 to 8.3.0

Release notes

Sourced from click's releases.

8.3.0

This is the Click 8.3.0 feature release. A feature release may include new features, remove previously deprecated code, add new deprecation, or introduce potentially breaking changes.

We encourage everyone to upgrade. You can read more about our Version Support Policy on our website.

PyPI: https://pypi.org/project/click/8.3.0/ Changes: https://click.palletsprojects.com/page/changes/#version-8-3-0 Milestone https://github.com/pallets/click/milestone/27

  • Improved flag option handling: Reworked the relationship between flag_value and default parameters for better consistency:

    • The default parameter value is now preserved as-is and passed directly to CLI functions (no more unexpected transformations)
    • Exception: flag options with default=True maintain backward compatibility by defaulting to their flag_value
    • The default parameter can now be any type (bool, None, etc.)
    • Fixes inconsistencies reported in: #1992 #2514 #2610 #3024 #3030
  • Allow default to be set on Argument for nargs = -1. #2164 #3030

  • Show correct auto complete value for nargs option in combination with flag option #2813

  • Show correct auto complete value for nargs option in combination with flag option #2813

  • Fix handling of quoted and escaped parameters in Fish autocompletion. #2995 #3013

  • Lazily import shutil. #3023

  • Properly forward exception information to resources registered with click.core.Context.with_resource(). #2447 #3058

  • Fix regression related to EOF handling in CliRunner. #2939 #2940

8.2.2

This is the Click 8.2.2 fix release, which fixes bugs but does not otherwise change behavior and should not result in breaking changes compared to the latest feature release.

PyPI: https://pypi.org/project/click/8.2.2/ Changes: https://click.palletsprojects.com/page/changes/#version-8-2-2 Milestone: https://github.com/pallets/click/milestone/25

  • Fix reconciliation of default, flag_value and type parameters for flag options, as well as parsing and normalization of environment variables. #2952 #2956
  • Fix typing issue in BadParameter and MissingParameter exceptions for the parameter param_hint that did not allow for a sequence of string where the underlying functino _join_param_hints allows for it. #2777 #2990
  • Use the value of Enum choices to render their default value in help screen. #2911 #3004
  • Fix completion for the Z shell (zsh) for completion items containing colons. #2703 #2846
  • Don't include envvar in error hint when not configured. #2971 #2972

... (truncated)

Changelog

Sourced from click's changelog.

Version 8.3.0

Released 2025-09-17

  • Improved flag option handling: Reworked the relationship between flag_value and default parameters for better consistency:

    • The default parameter value is now preserved as-is and passed directly to CLI functions (no more unexpected transformations)
    • Exception: flag options with default=True maintain backward compatibility by defaulting to their flag_value
    • The default parameter can now be any type (bool, None, etc.)
    • Fixes inconsistencies reported in: :issue:1992 :issue:2514 :issue:2610 :issue:3024 :pr:3030
  • Allow default to be set on Argument for nargs = -1. :issue:2164 :pr:3030

  • Show correct auto complete value for nargs option in combination with flag option :issue:2813

  • Fix handling of quoted and escaped parameters in Fish autocompletion. :issue:2995 :pr:3013

  • Lazily import shutil. :pr:3023

  • Properly forward exception information to resources registered with click.core.Context.with_resource(). :issue:2447 :pr:3058

  • Fix regression related to EOF handling in CliRunner. :issue:2939 :pr:2940

Version 8.2.2

Released 2025-07-31

  • Fix reconciliation of default, flag_value and type parameters for flag options, as well as parsing and normalization of environment variables. :issue:2952 :pr:2956
  • Fix typing issue in BadParameter and MissingParameter exceptions for the parameter param_hint that did not allow for a sequence of string where the underlying function _join_param_hints allows for it. :issue:2777 :pr:2990
  • Use the value of Enum choices to render their default value in help screen. Refs :issue:2911 :pr:3004
  • Fix completion for the Z shell (zsh) for completion items containing colons. :issue:2703 :pr:2846
  • Don't include envvar in error hint when not configured. :issue:2971 :pr:2972
  • Fix a rare race in click.testing.StreamMixer's finalization that manifested as a ValueError on close in a multi-threaded test session. :issue:2993 :pr:2991

Version 8.2.1

Released 2025-05-20

... (truncated)

Commits
  • 00fadb8 Release version 8.3.0
  • 2a0e3ba testing/CliRunner: Fix regression related to EOF introduced in 262bdf0 (#2940)
  • e11a1ef Merge branch 'main' into fix-cli-runner-prompt-eof-handling
  • 36deba8 Forward exception information to resources registered in a context (#3058)
  • f2cae7a #2447 Add summary of PR to changelog for 8.3.x
  • 7c7ec36 #2447 Split resource exception handling tests in single and nested
  • 92129c5 #2447 Added exception forwarding to context tests
  • 555fa9b #2447 Forward exception data to exit stack when calling __exit__
  • 16fe802 Add more tests on Enum rendering (#3053)
  • d36de6f Add more tests on Enum rendering their item's names and not values
  • Additional commits viewable in compare view

Updates pyyaml from 6.0.2 to 6.0.3

Release notes

Sourced from pyyaml's releases.

6.0.3

What's Changed

  • Support for Python 3.14 and free-threading (experimental).

Full Changelog: yaml/pyyaml@6.0.2...6.0.3

Changelog

Sourced from pyyaml's changelog.

6.0.3 (2025-09-25)

  • yaml/pyyaml#864 -- Support for Python 3.14 and free-threading (experimental)
Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file pip Pip packaging manager (used by dependabot) labels Oct 7, 2025
@codecov
Copy link
Copy Markdown

codecov bot commented Oct 7, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 58.27%. Comparing base (afc5280) to head (0b6655a).

@@            Coverage Diff             @@
##            devel    #1441      +/-   ##
==========================================
+ Coverage   58.13%   58.27%   +0.13%     
==========================================
  Files          60       60              
  Lines       10096    10096              
==========================================
+ Hits         5869     5883      +14     
+ Misses       3924     3914      -10     
+ Partials      303      299       -4     

see 3 files with indirect coverage changes

Components Coverage Δ
Go 58.27% <ø> (+0.13%) ⬆️
Receptorctl ∅ <ø> (∅)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dependabot dependabot bot force-pushed the dependabot/pip/receptorctl/dependencies-97c83c1736 branch from 0b6655a to 57f63bc Compare October 15, 2025 00:14
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Oct 16, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot dependabot bot force-pushed the dependabot/pip/receptorctl/dependencies-97c83c1736 branch 4 times, most recently from 0810ad4 to 6029525 Compare October 23, 2025 00:14
@dependabot dependabot bot force-pushed the dependabot/pip/receptorctl/dependencies-97c83c1736 branch 5 times, most recently from 5533304 to 3398b34 Compare November 5, 2025 00:12
@dependabot dependabot bot force-pushed the dependabot/pip/receptorctl/dependencies-97c83c1736 branch from 3398b34 to 6a33911 Compare November 10, 2025 00:17
@fincamd
Copy link
Copy Markdown
Contributor

fincamd commented Nov 11, 2025

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/pip/receptorctl/dependencies-97c83c1736 branch from 6a33911 to b1a798e Compare November 11, 2025 12:05
@fincamd
Copy link
Copy Markdown
Contributor

fincamd commented Nov 11, 2025

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/receptorctl/dependencies-97c83c1736 branch 2 times, most recently from e129710 to 603b57f Compare November 18, 2025 00:14
@dependabot dependabot bot force-pushed the dependabot/pip/receptorctl/dependencies-97c83c1736 branch 5 times, most recently from 46d2462 to 9a8a2b1 Compare November 27, 2025 00:12
@dependabot dependabot bot force-pushed the dependabot/pip/receptorctl/dependencies-97c83c1736 branch 2 times, most recently from 45da513 to 3e28610 Compare December 1, 2025 00:58
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Dec 2, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot dependabot bot force-pushed the dependabot/pip/receptorctl/dependencies-97c83c1736 branch 4 times, most recently from 316908f to fd599df Compare December 10, 2025 00:13
@dependabot dependabot bot force-pushed the dependabot/pip/receptorctl/dependencies-97c83c1736 branch 3 times, most recently from a0a34f0 to a6906bd Compare December 16, 2025 00:13
@dependabot dependabot bot force-pushed the dependabot/pip/receptorctl/dependencies-97c83c1736 branch 2 times, most recently from e39d3af to a8e9294 Compare January 9, 2026 01:00
@dependabot dependabot bot force-pushed the dependabot/pip/receptorctl/dependencies-97c83c1736 branch 4 times, most recently from 9a7b50a to 1f2faa0 Compare January 26, 2026 00:45
@dependabot dependabot bot force-pushed the dependabot/pip/receptorctl/dependencies-97c83c1736 branch from 1f2faa0 to dc63609 Compare January 27, 2026 01:18
@dependabot dependabot bot force-pushed the dependabot/pip/receptorctl/dependencies-97c83c1736 branch 2 times, most recently from e609948 to 570ec50 Compare February 11, 2026 00:44
@dependabot dependabot bot force-pushed the dependabot/pip/receptorctl/dependencies-97c83c1736 branch 2 times, most recently from 0cf3b8a to 651e4c6 Compare March 11, 2026 00:43
Bumps the dependencies group with 2 updates in the /receptorctl directory: [click](https://github.com/pallets/click) and [pyyaml](https://github.com/yaml/pyyaml).


Updates `click` from 8.1.8 to 8.3.0
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst)
- [Commits](pallets/click@8.1.8...8.3.0)

Updates `pyyaml` from 6.0.2 to 6.0.3
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES)
- [Commits](yaml/pyyaml@6.0.2...6.0.3)

---
updated-dependencies:
- dependency-name: click
  dependency-version: 8.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pyyaml
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/receptorctl/dependencies-97c83c1736 branch from 651e4c6 to 9038df7 Compare March 12, 2026 00:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file pip Pip packaging manager (used by dependabot)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant