From fd81d80ab2ed54eb61cd5e09ffb2b006e9208993 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 20:24:03 +0000 Subject: [PATCH] Bump mypy from 1.8.0 to 1.10.0 Bumps [mypy](https://github.com/python/mypy) from 1.8.0 to 1.10.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.8.0...v1.10.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- {{cookiecutter.project_name}}/dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_name}}/dev-requirements.txt b/{{cookiecutter.project_name}}/dev-requirements.txt index 097751f..b5c817a 100644 --- a/{{cookiecutter.project_name}}/dev-requirements.txt +++ b/{{cookiecutter.project_name}}/dev-requirements.txt @@ -8,7 +8,7 @@ flake8 flaky freezegun==1.4.0 ipdb -mypy==1.8.0 +mypy==1.10.0 pip-tools pre-commit pytest