From 32ceb43f208986cae869c89f96b3598f59554459 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Feb 2023 13:56:47 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Update=20shellingham=20requirement?= =?UTF-8?q?=20from=20<=3D1.4.0,>=3D1.3.2=20to=20>=3D1.3.2,<1.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the requirements on [shellingham](https://github.com/sarugaku/shellingham) to permit the latest version. - [Release notes](https://github.com/sarugaku/shellingham/releases) - [Changelog](https://github.com/sarugaku/shellingham/blob/master/CHANGELOG.rst) - [Commits](https://github.com/sarugaku/shellingham/compare/1.3.2...1.5.0.post1) --- updated-dependencies: - dependency-name: shellingham dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 783ad34..a36fa4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dynamic = ["version"] dependencies = [ "typer >=0.4.0,<=0.7.0", "colorama >=0.4.3,<=0.5.0", -"shellingham >=1.3.2,<=1.4.0", +"shellingham >=1.3.2,<1.6.0", ] [project.urls]