From bcb9b563a10f85987607868e8f2d9b3df7df4e62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 21:25:09 +0000 Subject: [PATCH] :arrow_up: Bump shellingham from 1.5.0 to 1.5.0.post1 Bumps [shellingham](https://github.com/sarugaku/shellingham) from 1.5.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.5.0...1.5.0.post1) --- 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..0203524 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.0.post1; python_version >= "3.6" typer==0.6.1; python_version >= "3.6"