From 86b978e36c9e0c923b0c93cc520055c725cb30ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 04:03:29 +0000 Subject: [PATCH] build(deps): update typing-extensions requirement Updates the requirements on [typing-extensions](https://github.com/python/typing_extensions) to permit the latest version. - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](https://github.com/python/typing_extensions/compare/3.10.0.2...4.3.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..dea7451ef 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.3.0 virtualenv~=20.7 diff --git a/setup.py b/setup.py index e546b2517..0eb241677 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.3.1.0", "virtualenv>=16.7,<21.0", "schema~=0.7.4" ], author="Andreas Simbuerger",