From 6b5a2f93754189dbe004a0aec18f7dbed092246c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Mar 2023 00:45:03 +0000 Subject: [PATCH] Bump mypy-extensions from 0.4.3 to 1.0.0 in /tools Bumps [mypy-extensions](https://github.com/python/mypy_extensions) from 0.4.3 to 1.0.0. - [Release notes](https://github.com/python/mypy_extensions/releases) - [Commits](https://github.com/python/mypy_extensions/compare/0.4.3...1.0.0) --- updated-dependencies: - dependency-name: mypy-extensions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tools/requirements_mypy.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/requirements_mypy.txt b/tools/requirements_mypy.txt index 7ee915ddb125b6..ff92c22f16f2ad 100644 --- a/tools/requirements_mypy.txt +++ b/tools/requirements_mypy.txt @@ -1,5 +1,5 @@ mypy==0.961 -mypy-extensions==0.4.3 +mypy-extensions==1.0.0 toml==0.10.2 typed-ast==1.5.4 types-atomicwrites==1.4.5