From 5a92f8c0bcf9288fc89b80352406f517a53cd292 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 08:38:22 +0000 Subject: [PATCH] build(deps-dev): bump mypy from 1.11.2 to 1.12.1 Bumps [mypy](https://github.com/python/mypy) from 1.11.2 to 1.12.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11.2...v1.12.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- {{ cookiecutter.project_slug }}/dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{ cookiecutter.project_slug }}/dev-requirements.txt b/{{ cookiecutter.project_slug }}/dev-requirements.txt index baf8e8f..fc67176 100644 --- a/{{ cookiecutter.project_slug }}/dev-requirements.txt +++ b/{{ cookiecutter.project_slug }}/dev-requirements.txt @@ -20,7 +20,7 @@ identify==2.6.1 # via pre-commit iniconfig==2.0.0 # via pytest -mypy==1.11.2 +mypy==1.12.1 # via {{ cookiecutter.project_slug }} (pyproject.toml) mypy-extensions==1.0.0 # via mypy