From 71f5a5cb6574e73a31a7d183af6a25fa6be548bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 15:58:19 +0000 Subject: [PATCH] Bump typing-extensions from 4.10.0 to 4.11.0 Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.10.0 to 4.11.0. - [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/4.10.0...4.11.0) --- updated-dependencies: - dependency-name: typing-extensions 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 c8968a75..36e4afb3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -51,7 +51,7 @@ starkbank-ecdsa==2.2.0 tatsu==5.8.3; python_version >= '3.8' tomli==2.0.1; python_version < '3.11' types-python-dateutil==2.8.19.20240106; python_version >= '3.8' -typing-extensions==4.10.0; python_version >= '3.8' +typing-extensions==4.11.0; python_version >= '3.8' urllib3==1.26.18; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' virtualenv==20.25.1; python_version >= '3.7' virtualenv-clone==0.5.7; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'