Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps sh from 1.8 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

2.0.6

No release notes provided.

2.0.5

No release notes provided.

2.0.4

No release notes provided.

2.0.3

No release notes provided.

2.0.2

No release notes provided.

2.0.1

No release notes provided.

2.0.0

No release notes provided.

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

2.0.6 - 8/9/23

  • Add back appropriate sdist files comment

2.0.5 - 8/7/23

  • Allow nested with contexts #690
  • Call correct asyncio function for getting event loop #683

2.0.4 - 5/13/22

  • Allow ok_code to be used with fg #665
  • Make sure new_group never creates a new session #675

2.0.2 / 2.0.3 (misversioned) - 2/13/22

  • Performance regression when using a generator with _in #650
  • Adding test support for python 3.11

2.0.0 - 2/9/22

  • Executed commands now return a unicode string by default
  • Removed magical module-like execution contexts #636
  • Added basic asyncio support via _async
  • Dropped support for Python < 3.8
  • Bumped default tty size to more standard (24, 80)
  • First argument being a RunningCommand no longer automatically passes it as stdin
  • RunningCommand.__eq__ no longer has the side effect of executing the command #518

... (truncated)

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 1.8 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@1.08...2.2.2)

---
updated-dependencies:
- dependency-name: sh
  dependency-version: 2.2.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@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 05:01
@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

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.

1 participant