From 7807621152a59eac2be2c05bc5fbc546d0495891 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 12:05:22 +0000 Subject: [PATCH 1/2] Bump mypy from 1.7.0 to 1.7.1 Bumps [mypy](https://github.com/python/mypy) from 1.7.0 to 1.7.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.7.0...v1.7.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 11f697a71..2c5e5aee6 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -13,7 +13,7 @@ flake8~=6.1 flaky~=3.7 freezegun~=1.2 ipdb~=0.13.13 -mypy==1.7.0 # patch updates have historically introduced breaking changes +mypy==1.7.1 # patch updates have historically introduced breaking changes pip-tools~=7.3 pre-commit~=3.5 pre-commit-hooks~=4.5 From 1ee9f4daf2fef591eec925571ebe73956d714d85 Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Tue, 28 Nov 2023 12:05:48 +0000 Subject: [PATCH 2/2] Add automated changelog yaml from template for bot PR --- .changes/unreleased/Dependencies-20231128-120548.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changes/unreleased/Dependencies-20231128-120548.yaml diff --git a/.changes/unreleased/Dependencies-20231128-120548.yaml b/.changes/unreleased/Dependencies-20231128-120548.yaml new file mode 100644 index 000000000..a2d5574ef --- /dev/null +++ b/.changes/unreleased/Dependencies-20231128-120548.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Bump mypy from 1.7.0 to 1.7.1" +time: 2023-11-28T12:05:48.00000Z +custom: + Author: dependabot[bot] + PR: 850