From 3cb44d37c02ae814c20faefd91abce0145006e2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 07:33:16 -0500 Subject: [PATCH] Bump mypy from 1.4.0 to 1.4.1 (#8219) * Bump mypy from 1.4.0 to 1.4.1 Bumps [mypy](https://github.com/python/mypy) from 1.4.0 to 1.4.1. - [Commits](https://github.com/python/mypy/compare/v1.4.0...v1.4.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Add automated changelog yaml from template for bot PR * update pre-commit --------- 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-20230726-201740.yaml | 6 ++++++ .pre-commit-config.yaml | 2 +- dev-requirements.txt | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 .changes/unreleased/Dependencies-20230726-201740.yaml diff --git a/.changes/unreleased/Dependencies-20230726-201740.yaml b/.changes/unreleased/Dependencies-20230726-201740.yaml new file mode 100644 index 00000000000..d75ddf467d7 --- /dev/null +++ b/.changes/unreleased/Dependencies-20230726-201740.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Bump mypy from 1.4.0 to 1.4.1" +time: 2023-07-26T20:17:40.00000Z +custom: + Author: dependabot[bot] + PR: 8219 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f9b926a9424..b41cac4ae5b 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.4.0 + rev: v1.4.1 hooks: - id: mypy # N.B.: Mypy is... a bit fragile. diff --git a/dev-requirements.txt b/dev-requirements.txt index ef9439fbe9a..1b290c05b61 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -6,7 +6,7 @@ flake8 flaky freezegun==0.3.12 ipdb -mypy==1.4.0 +mypy==1.4.1 pip-tools pre-commit protobuf>=4.0.0