From 09774a4723491157aca5cb3f1c9ef0f4651892c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 14:06:53 +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 67d72c0..e25845c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,7 @@ pytz==2021.3; python_version >= "3.7" and python_full_version < "3.0.0" or pytho pyyaml==6.0; python_version >= "3.7" requests==2.27.1; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.7" rich==10.16.2; python_full_version >= "3.6.2" and python_full_version < "4.0.0" -shellingham==1.4.0; python_version >= "3.6" +shellingham==1.5.0.post1; python_version >= "3.6" six==1.16.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.7" sqlparse==0.4.2; python_version >= "3.7" text-unidecode==1.3; python_version >= "3.7"