From fecde23da59bc4f4ef594a4bfed0b00e80570f07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 15:15:40 -0500 Subject: [PATCH] Bump mypy from 1.3.0 to 1.4.0 (#7912) * Bump mypy from 1.3.0 to 1.4.0 Bumps [mypy](https://github.com/python/mypy) from 1.3.0 to 1.4.0. - [Commits](https://github.com/python/mypy/compare/v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Add automated changelog yaml from template for bot PR * add to pre-commit config --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Github Build Bot Co-authored-by: Emily Rockman --- .changes/unreleased/Dependencies-20230621-005752.yaml | 6 ++++++ .pre-commit-config.yaml | 2 +- dev-requirements.txt | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 .changes/unreleased/Dependencies-20230621-005752.yaml diff --git a/.changes/unreleased/Dependencies-20230621-005752.yaml b/.changes/unreleased/Dependencies-20230621-005752.yaml new file mode 100644 index 00000000000..badef6c30b4 --- /dev/null +++ b/.changes/unreleased/Dependencies-20230621-005752.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Bump mypy from 1.3.0 to 1.4.0" +time: 2023-06-21T00:57:52.00000Z +custom: + Author: dependabot[bot] + PR: 7912 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 040cf1051a3..f9b926a9424 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,7 +37,7 @@ repos: alias: flake8-check stages: [manual] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.3.0 + rev: v1.4.0 hooks: - id: mypy # N.B.: Mypy is... a bit fragile. diff --git a/dev-requirements.txt b/dev-requirements.txt index a6dcd63dc35..f0cf764cbe3 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -6,7 +6,7 @@ flake8 flaky freezegun==0.3.12 ipdb -mypy==1.3.0 +mypy==1.4.0 pip-tools pre-commit protobuf>=4.0.0