From 53e663371adab80065785cb51e7a97ad066a3666 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 20:17:17 +0000 Subject: [PATCH 1/3] 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] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From f0e5918edd9814e80c758d3c84d604c7c9901e8c Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Wed, 26 Jul 2023 20:17:47 +0000 Subject: [PATCH 2/3] Add automated changelog yaml from template for bot PR --- .changes/unreleased/Dependencies-20230726-201740.yaml | 6 ++++++ 1 file changed, 6 insertions(+) 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 From a45f25e206f41bbd011ecc9d8368a7d6834a9a03 Mon Sep 17 00:00:00 2001 From: Emily Rockman Date: Wed, 26 Jul 2023 16:08:25 -0500 Subject: [PATCH 3/3] update pre-commit --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.