From 60912c8ee6171efcaf22dbaa5fc7339064a1ed82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Aug 2022 21:06:18 +0000 Subject: [PATCH] :arrow_up: Bump shellingham from 1.4.0 to 1.5.0 Bumps [shellingham](https://github.com/sarugaku/shellingham) from 1.4.0 to 1.5.0. - [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) --- 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..25a15e9 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; python_version >= "3.6" typer==0.3.2; python_version >= "3.6"