From 88692e3e3e7f9b94b35fc26d4df70c016770f807 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Apr 2022 04:02:51 +0000 Subject: [PATCH] build(deps): update typing-extensions requirement Updates the requirements on [typing-extensions](https://github.com/python/typing) to permit the latest version. - [Release notes](https://github.com/python/typing/releases) - [Changelog](https://github.com/python/typing/blob/master/typing_extensions/CHANGELOG) - [Commits](https://github.com/python/typing/compare/3.10.0.2...4.2.0) --- updated-dependencies: - dependency-name: typing-extensions dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b19158b56..33bfd43b4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,5 +13,5 @@ PyYAML~=5.4 rich~=10.9 schema~=0.7.4 sqlalchemy-migrate~=0.13 -typing-extensions~=3.10.0.2 +typing-extensions~=4.2.0 virtualenv~=20.7 diff --git a/setup.py b/setup.py index e546b2517..f44d4e391 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ "pathos~=0.2", "parse~=1.14", "plumbum~=1.6", "psutil~=5.6", "psycopg2-binary~=2.8", "pygit2>=1.2.1,<1.6.0", "pygtrie~=2.3", "pyparsing~=2.4", "rich>=6.1,<11.0", "sqlalchemy-migrate~=0.13", - "typing-extensions>=3.7.4.3,<3.10.1.0", "virtualenv>=16.7,<21.0", + "typing-extensions>=3.7.4.3,<4.2.1.0", "virtualenv>=16.7,<21.0", "schema~=0.7.4" ], author="Andreas Simbuerger",