Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 10, 2025

Bumps sh from 2.0.6 to 2.2.2.

Release notes

Sourced from sh's releases.

Release 2.2.2

  • Bugfix where it was impossible to use a signal as an ok_code #699

Release 2.2.1

  • Bugfix where async and return_cmd does not raise exceptions #746

Release 2.2.0

  • return_cmd with await now works correctly #743
  • Formal support for Python 3.12

Release 2.1.0

  • Add contrib command sh.contrib.bash #736

2.0.7

Merge pull request #726 from amoffat/develop

2.0.7 release

Changelog

Sourced from sh's changelog.

2.2.2 - 2/23/25

  • Bugfix where it was impossible to use a signal as an ok_code #699

2.2.1 - 1/9/25

  • Bugfix where async and return_cmd does not raise exceptions #746

2.2.0 - 1/9/25

  • return_cmd with await now works correctly #743
  • Formal support for Python 3.12

2.1.0 - 10/8/24

  • Add contrib command sh.contrib.bash #736

2.0.7 - 5/31/24

  • Fix sh.glob arguments #708
  • Misc modernizations
Commits
  • a834c0d Merge pull request #751 from amoffat/develop
  • 3a8f772 Merge branch 'develop' of github-amoffat:amoffat/sh into develop
  • cd7806a copyright year
  • f183b87 version 2.2.2 bump
  • 45506c8 readme for building docs
  • abfcf74 Merge pull request #750 from garywei944/develop
  • 04b8c33 Update docs
  • 9da4854 Add unittest to ignore signal exceptions
  • 6efb42f Use -sig instead of sig+128 in _ok_code
  • 1b92b78 Ignore bad signals with _ok_code, fix issue 699
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [sh](https://github.com/amoffat/sh) from 2.0.6 to 2.2.2.
- [Release notes](https://github.com/amoffat/sh/releases)
- [Changelog](https://github.com/amoffat/sh/blob/develop/CHANGELOG.md)
- [Commits](amoffat/sh@2.0.6...2.2.2)

---
updated-dependencies:
- dependency-name: sh
  dependency-version: 2.2.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 10, 2025
@dependabot dependabot bot requested a review from a team as a code owner November 10, 2025 01:04
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 10, 2025
@sonarqubecloud
Copy link

@github-actions
Copy link

💥 Something went wrong while deploying the pull request environment.
Check Output Logs

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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants