From 3f2c226a395f55507d425ccae9ccff937c50bec1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 22:47:40 +0000 Subject: [PATCH 1/2] Bump mypy from 1.4.1 to 1.5.0 Bumps [mypy](https://github.com/python/mypy) from 1.4.1 to 1.5.0. - [Commits](https://github.com/python/mypy/compare/v1.4.1...v1.5.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... 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 3abb54fcc..c5c7a81c8 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -12,7 +12,7 @@ flake8~=6.1;python_version>="3.8" flaky~=3.7 freezegun~=1.2 ipdb~=0.13.13 -mypy==1.4.1 # patch updates have historically introduced breaking changes +mypy==1.5.0 # patch updates have historically introduced breaking changes pip-tools~=7.3 pre-commit~=3.3 pre-commit-hooks~=4.4 From 0cfea3f0db27e4348f4ffa73099252a958f19546 Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Mon, 14 Aug 2023 22:47:58 +0000 Subject: [PATCH 2/2] Add automated changelog yaml from template for bot PR --- .changes/unreleased/Dependencies-20230814-224757.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changes/unreleased/Dependencies-20230814-224757.yaml diff --git a/.changes/unreleased/Dependencies-20230814-224757.yaml b/.changes/unreleased/Dependencies-20230814-224757.yaml new file mode 100644 index 000000000..7014382bd --- /dev/null +++ b/.changes/unreleased/Dependencies-20230814-224757.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Bump mypy from 1.4.1 to 1.5.0" +time: 2023-08-14T22:47:57.00000Z +custom: + Author: dependabot[bot] + PR: 872