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

Bump sh from 2.1.0 to 2.2.1 #331

Closed
wants to merge 2 commits into from
Closed

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:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from pgoslatara as a code owner January 13, 2025 16:17
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 13, 2025
Copy link

github-actions bot commented Jan 13, 2025

Coverage

Coverage Report
FileStmtsMissCoverMissing
src/dbt_bouncer
   config_file_validator.py107298%160, 190
   runner.py75495%128, 164–165, 223
   utils.py1021585%42, 47, 141–155, 194
src/dbt_bouncer/artifact_parsers
   parsers_common.py47198%58
   parsers_manifest.py84495%172, 174, 182, 259
   parsers_run_results.py33391%64, 66, 69
src/dbt_bouncer/checks/manifest
   check_models.py201199%546
   check_unit_tests.py47394%100, 150, 201
src/dbt_bouncer/checks/run_results
   check_run_results.py19289%97–98
TOTAL40143599% 

Tests Skipped Failures Errors Time
1 0 💤 0 ❌ 0 🔥 7.886s ⏱️

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 13, 2025

Dependabot can't parse your pyproject.toml. Because of this, Dependabot cannot update this pull request.

@pgoslatara pgoslatara closed this Jan 13, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 13, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/sh-2.2.1 branch January 13, 2025 20:50
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