From a1cb1d8fb5389d8d6ec03d40212ea33163b7bd96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 19:06:48 +0000 Subject: [PATCH] :arrow_up: Bump shellingham from 1.4.0 to 1.5.0.post1 Bumps [shellingham](https://github.com/sarugaku/shellingham) from 1.4.0 to 1.5.0.post1. - [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.4.0...1.5.0.post1) --- updated-dependencies: - dependency-name: shellingham dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b88e855..95bf5e7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,5 @@ commonmark==0.9.1; python_version >= "3.6" and python_version < "4.0" numpy==1.21.1; python_version >= "3.7" pygments==2.9.0; python_version >= "3.6" and python_version < "4.0" rich==10.6.0; python_version >= "3.6" and python_version < "4.0" -shellingham==1.4.0; python_version >= "3.6" +shellingham==1.5.0.post1; python_version >= "3.6" typer==0.3.2; python_version >= "3.6"