From da4a79aef4058a637f5017dde249bfc00c55a275 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 13:10:48 -0400 Subject: [PATCH] Bump mypy from 1.6.0 to 1.6.1 (#985) * Bump mypy from 1.6.0 to 1.6.1 Bumps [mypy](https://github.com/python/mypy) from 1.6.0 to 1.6.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.6.0...v1.6.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 --------- 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: Mike Alfare <13974384+mikealfare@users.noreply.github.com> --- .changes/unreleased/Dependencies-20231027-132742.yaml | 6 ++++++ dev-requirements.txt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .changes/unreleased/Dependencies-20231027-132742.yaml diff --git a/.changes/unreleased/Dependencies-20231027-132742.yaml b/.changes/unreleased/Dependencies-20231027-132742.yaml new file mode 100644 index 000000000..d72ac124b --- /dev/null +++ b/.changes/unreleased/Dependencies-20231027-132742.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Bump mypy from 1.6.0 to 1.6.1" +time: 2023-10-27T13:27:42.00000Z +custom: + Author: dependabot[bot] + PR: 985 diff --git a/dev-requirements.txt b/dev-requirements.txt index 03e8b92a7..387ce2a49 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.6.0 # patch updates have historically introduced breaking changes +mypy==1.6.1 # patch updates have historically introduced breaking changes pip-tools~=7.3 pre-commit~=3.5 pre-commit-hooks~=4.4