From 84c5f5653c2b7322dbded44e6c3a74ff3d553590 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 14:54:50 +0000 Subject: [PATCH] Bump mypy from 1.9.0 to 1.10.0 Bumps [mypy](https://github.com/python/mypy) from 1.9.0 to 1.10.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements/dev-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 51ec6ec5..081fc168 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [] [project.optional-dependencies] -dev = ["pre-commit == 3.7.1", "ruff == 0.4.8", "mypy == 1.9.0"] +dev = ["pre-commit == 3.7.1", "ruff == 0.4.8", "mypy == 1.10.0"] doc = ["mkdocs == 1.6.0", "mkdocs-material == 9.5.26", "mkdocstrings == 0.24.3"] diff --git a/requirements/dev-requirements.txt b/requirements/dev-requirements.txt index e95fa15d..0ab9d269 100644 --- a/requirements/dev-requirements.txt +++ b/requirements/dev-requirements.txt @@ -12,7 +12,7 @@ filelock==3.13.4 # via virtualenv identify==2.5.36 # via pre-commit -mypy==1.9.0 +mypy==1.10.0 # via isocodes (pyproject.toml) mypy-extensions==1.0.0 # via mypy