From 938a7c0620f0a9d9c8f9be4ecad772fb03239601 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 18:51:10 +0000 Subject: [PATCH] Bump sh from 1.14.3 to 2.2.4 Bumps [sh](https://github.com/amoffat/sh) from 1.14.3 to 2.2.4. - [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/1.14.3...2.2.4) --- updated-dependencies: - dependency-name: sh dependency-version: 2.2.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 71b7786..d17bf93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ develop = [ # Easier to work with databases during development "django_dbdev==1.2.3", - "sh==1.14.3", + "sh==2.2.4", "python-dateutil==2.8.2", # Better Django shell and other utils for development