Skip to content

[Snyk] Security upgrade sh from 1.14.3 to 2.2.4 - #7

Open
snyk-io[bot] wants to merge 1 commit into
masterfrom
snyk-fix-3ce4b9cdb26f19aadf58b3b373d15412
Open

[Snyk] Security upgrade sh from 1.14.3 to 2.2.4#7
snyk-io[bot] wants to merge 1 commit into
masterfrom
snyk-fix-3ce4b9cdb26f19aadf58b3b373d15412

Conversation

@snyk-io

@snyk-io snyk-io Bot commented Jul 19, 2026

Copy link
Copy Markdown

snyk-top-banner

Snyk has created this PR to fix 1 vulnerabilities in the pip dependencies of this project.

Snyk changed the following file(s):

  • requirements-dev.txt
⚠️ Warning
python-coveralls 2.5.0 requires sh, which is not installed.
amazon-dax-client 1.0.1 has requirement botocore~=1.7, but you have botocore 1.6.0.
amazon-dax-client 1.0.1 has requirement six~=1.11, but you have six 1.9.0.

Breaking Change Risk

Merge Risk: High

Notice: This assessment is enhanced by AI.


Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.
  • This PR was automatically created by Snyk using the credentials of a real user.
  • Some vulnerabilities couldn't be fully fixed and so Snyk will still find them when the project is tested again. This may be because the vulnerability existed within more than one direct dependency, but not all of the affected dependencies could be upgraded.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic


Learn how to fix vulnerabilities with free interactive lessons:

🦉 Learn about vulnerability in an interactive lesson of Snyk Learn.

The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-SH-18017924
@snyk-io

snyk-io Bot commented Jul 19, 2026

Copy link
Copy Markdown
Author

Merge Risk: High

This major version upgrade from sh v1 to v2 introduces significant breaking changes that will likely require code modifications.

Key Breaking Changes in v2.0.0:

  • Python Version: Support for Python versions older than 3.8 has been dropped.
  • Default Output Type: Executed commands now return a Unicode string by default, whereas previously they returned bytes. Code that expects byte strings will need to be updated.
  • stdin Handling: A RunningCommand instance passed as the first argument is no longer automatically used as stdin for the new command.
  • Removed cd Built-in: The built-in override for the cd command has been removed.
  • Execution Behavior: The __eq__ method on a RunningCommand no longer executes the command as a side effect.

Recommendation:
Due to the number and nature of these breaking changes, a thorough review and testing of your code is required. Pay special attention to I/O handling (especially string encoding) and how you pass data between commands.

Source: GitHub CHANGELOG.md

Notice 🤖: This content was augmented using artificial intelligence. AI-generated content may contain errors and should be reviewed for accuracy before use.

@snyk-io

snyk-io Bot commented Jul 19, 2026

Copy link
Copy Markdown
Author

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues
Code Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants