From c162e0f349586e39868c8f10f6fbbbb2243f57de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Apr 2022 22:07:40 +0000 Subject: [PATCH] Bump typing-extensions from 4.0.1 to 4.2.0 in /unix Bumps [typing-extensions](https://github.com/python/typing) from 4.0.1 to 4.2.0. - [Release notes](https://github.com/python/typing/releases) - [Changelog](https://github.com/python/typing/blob/master/typing_extensions/CHANGELOG.md) - [Commits](https://github.com/python/typing/compare/4.0.1...4.2.0) --- updated-dependencies: - dependency-name: typing-extensions dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- unix/dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix/dev-requirements.txt b/unix/dev-requirements.txt index 5add982..1e265de 100644 --- a/unix/dev-requirements.txt +++ b/unix/dev-requirements.txt @@ -59,7 +59,7 @@ toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, tqdm==4.61.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' twine==3.4.1 typed-ast==1.5.2 -typing-extensions==4.0.1 +typing-extensions==4.2.0 urllib3==1.26.5; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4' webencodings==0.5.1 wheel==0.36.2