diff --git a/.changes/unreleased/Dependencies-20231027-230254.yaml b/.changes/unreleased/Dependencies-20231027-230254.yaml new file mode 100644 index 000000000..f1b745210 --- /dev/null +++ b/.changes/unreleased/Dependencies-20231027-230254.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Bump mypy from 1.6.0 to 1.6.1" +time: 2023-10-27T23:02:54.00000Z +custom: + Author: dependabot[bot] + PR: 926 diff --git a/dev-requirements.txt b/dev-requirements.txt index 8f94d509d..a6b3dca0e 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.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.5