From 564daf6940e1918ec5c6b5f9572a4e9b2b1f0da5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 01:04:44 +0000 Subject: [PATCH] poetry: bump sh from 2.0.6 to 2.2.2 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](https://github.com/amoffat/sh/compare/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] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0fef2184f..5b9a04bda 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2639,14 +2639,14 @@ type = ["importlib_metadata (>=7.0.2) ; python_version < \"3.10\"", "jaraco.deve [[package]] name = "sh" -version = "2.0.6" +version = "2.2.2" description = "Python subprocess replacement" optional = false -python-versions = ">=3.8.1,<4.0" +python-versions = "<4.0,>=3.8.1" groups = ["dev"] files = [ - {file = "sh-2.0.6-py3-none-any.whl", hash = "sha256:ced8f2e081a858b66a46ace3703dec243779abbd5a1887ba7e3c34f34da70cd2"}, - {file = "sh-2.0.6.tar.gz", hash = "sha256:9b2998f313f201c777e2c0061f0b1367497097ef13388595be147e2a00bf7ba1"}, + {file = "sh-2.2.2-py3-none-any.whl", hash = "sha256:e0b15b4ae8ffcd399bc8ffddcbd770a43c7a70a24b16773fbb34c001ad5d52af"}, + {file = "sh-2.2.2.tar.gz", hash = "sha256:653227a7c41a284ec5302173fbc044ee817c7bad5e6e4d8d55741b9aeb9eb65b"}, ] [[package]] @@ -2784,4 +2784,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "271e47c0f480bfd99d294c43c634c02613abc61d2652e9e39c76ac1e55a520f0" +content-hash = "7340acd67043c31fa247c8a7b92f26f8cc8b8e5013823638a942de090802d3ca" diff --git a/pyproject.toml b/pyproject.toml index 0fcd8cb29..c3e2fc74c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ pytest = "^8.4.1" pytest-mock = "^3.12.0" pytest-cov = "^5.0.0" boto3 = "^1.40.66" -sh = "^2.0.6" +sh = "^2.2.2" moto = {extras = ["dynamodb", "s3"], version = "^5.1.9"} behave = "^1.2.6" pyyaml = "^6.0.1"