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

chore(deps): bump argh from 0.26.2 to 0.31.2 #70

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 2, 2024

Bumps argh from 0.26.2 to 0.31.2.

Release notes

Sourced from argh's releases.

v0.31.2

What's Changed

Bugs fixed:

  • broken support for Optional[List] (but not Optional[list]), a narrower case of the problem fixed earlier (issue #216) by @​neithere, thanks to @​thorwhalen

Full changelog: https://argh.readthedocs.io/en/latest/changes.html

Full diff: neithere/argh@v0.31.1...v0.31.2

v0.31.1

This text is a brief summary of the full changelog entry: https://argh.readthedocs.io/en/latest/changes.html#version-0-31-1-2024-01-19

What's Changed

Bugs fixed:

Enhancements:

  • cleaned up the README, rearranged other documentation.

Full diff: neithere/argh@v0.31.0...v0.31.1

v0.31.0 — Annotation-driven!

What's Changed

This release is a major step forward for Argh. It paves the way to a fully annotations-driven approach where decorators will remain a mere legacy.

This text is a brief summary of the full changelog entry: https://argh.readthedocs.io/en/latest/changes.html#version-0-31-0-2023-12-30

Breaking changes:

  • The typing hints introspection feature is automatically enabled for any command (function) which does not have any arguments specified via @arg decorator.
  • A small change in the legacy argument mapping policy BY_NAME_IF_HAS_DEFAULT concerning the order of variadic positional vs. keyword-only arguments.
  • Removed the previously deprecated decorator @expects_obj.

Enhancements:

Deprecated:

  • the namespace argument in argh.dispatch() and argh.parse_and_resolve(). Rationale: continued API cleanup. It's already possible to mutate the

... (truncated)

Changelog

Sourced from argh's changelog.

Version 0.31.2 (2024-01-24)

Bugs fixed:

  • broken support for Optional[List] (but not Optional[list]), a narrower case of the problem fixed earlier (issue #216).

Version 0.31.1 (2024-01-19)

Bugs fixed:

  • broken support for type alias List (issue #216).

Enhancements:

  • cleaned up the README, rearranged other documentation.

Version 0.31.0 (2023-12-30)

Breaking changes:

  • The typing hints introspection feature is automatically enabled for any command (function) which does not have any arguments specified via @arg decorator.

    This means that, for example, the following function used to fail and now it will pass::

    def main(count: int):
        assert isinstance(count, int)
    

    This may lead to unexpected behaviour in some rare cases.

  • A small change in the legacy argument mapping policy BY_NAME_IF_HAS_DEFAULT concerning the order of variadic positional vs. keyword-only arguments.

    The following function now results in main alpha [args ...] beta instead of main alpha beta [args ...]::

    def main(alpha, *args, beta): ...
    

    This does not concern the default name mapping policy. Even for the legacy one it's an edge case which is extremely unlikely to appear in any real-life application.

  • Removed the previously deprecated decorator @expects_obj.

... (truncated)

Commits
  • 9d4da94 chore: bump release date
  • 8b2191f docs: update Sphinx/RTD dependencies
  • 29991d3 fix: broken support for Optional[List] (fixes #216)
  • 278a840 Merge pull request #215 from neithere/release/v0.31.1
  • 8f270d0 fix: broken support for type alias List (fixes #216)
  • e79048d docs: don't ref enum name (won't work in Sphinx)
  • bf573bb chore: improve bug report template
  • 031a5b0 Merge remote-tracking branch 'origin/master' into release/v0.31.1
  • fdbb642 docs: fix typos
  • edb7263 chore: bump version
  • 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 <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)

Bumps [argh](https://github.com/neithere/argh) from 0.26.2 to 0.31.2.
- [Release notes](https://github.com/neithere/argh/releases)
- [Changelog](https://github.com/neithere/argh/blob/master/CHANGELOG.rst)
- [Commits](neithere/argh@v0.26.2...v0.31.2)

---
updated-dependencies:
- dependency-name: argh
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 2, 2024
Copy link

sonarcloud bot commented Feb 2, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants