From f74b8e2dae6aeae3001824fac16009253ff30dc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 22:14:15 +0000 Subject: [PATCH] :arrow_up: Bump shellingham from 1.5.0 to 1.5.1 Bumps [shellingham](https://github.com/sarugaku/shellingham) from 1.5.0 to 1.5.1. - [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.5.0...1.5.1) --- updated-dependencies: - dependency-name: shellingham dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 837ecb6..8f10601 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ colorama==0.4.5; python_version >= "3.7" and python_full_version < "3.0.0" and p commonmark==0.9.1; python_full_version >= "3.6.3" and python_full_version < "4.0.0" and python_version >= "3.6" pygments==2.12.0; python_full_version >= "3.6.3" and python_full_version < "4.0.0" and python_version >= "3.6" rich==12.5.1; python_full_version >= "3.6.3" and python_full_version < "4.0.0" -shellingham==1.5.0; python_version >= "3.6" +shellingham==1.5.1; python_version >= "3.6" typer==0.6.1; python_version >= "3.6"