From a6593cea4b49f7f9386c15d5cc3884563ffa322d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 05:51:40 +0000 Subject: [PATCH] build(deps-dev): bump mypy from 1.15.0 to 1.16.1 Bumps [mypy](https://github.com/python/mypy) from 1.15.0 to 1.16.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.15.0...v1.16.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.16.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 9f30aeb..06391a9 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -38,7 +38,7 @@ isort==6.0.1 # via -r requirements-dev.in mccabe==0.7.0 # via flake8 -mypy==1.15.0 +mypy==1.16.1 # via -r requirements-dev.in mypy-extensions==1.0.0 # via @@ -53,7 +53,9 @@ packaging==24.2 # pytest # tox pathspec==0.12.1 - # via black + # via + # black + # mypy platformdirs==4.3.6 # via # black