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 sh from 2.1.0 to 2.2.1 #5685

Merged
merged 1 commit into from
Jan 16, 2025
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2025

Bumps sh from 2.1.0 to 2.2.1.

Release notes

Sourced from sh's releases.

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
Changelog

Sourced from sh's changelog.

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
Commits
  • b36a6c4 Merge pull request #747 from amoffat/develop
  • 11f55d5 changelog and v2.2.1
  • 55f3bf1 Merge pull request #746 from hartmans/async_return_cmd_exc
  • f4ffeed async return_cmd should raise on failure
  • be9f8ea Merge pull request #745 from amoffat/develop
  • ca44695 Release 2.2.0 metadata
  • ee1e0ba Merge branch 'develop' of github-amoffat:amoffat/sh into develop
  • bdb5f44 Merge pull request #744 from hartmans/await_return_cmd
  • 3a9d8ce await command with _return_cmd True returns RunningCommand
  • b658ce2 Merge pull request #742 from carlwgeorge/no_implicit_event_loop
  • 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 [sh](https://github.com/amoffat/sh) from 2.1.0 to 2.2.1.
- [Release notes](https://github.com/amoffat/sh/releases)
- [Changelog](https://github.com/amoffat/sh/blob/develop/CHANGELOG.md)
- [Commits](amoffat/sh@2.1.0...2.2.1)

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

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 Jan 13, 2025
@whitdog47 whitdog47 merged commit 6254a2b into main Jan 16, 2025
11 checks passed
@whitdog47 whitdog47 deleted the dependabot/pip/sh-2.2.1 branch January 16, 2025 22:25
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