From 0fd29fbfb901eb3a12207ef439b22f0ce3179b40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 04:50:05 +0000 Subject: [PATCH] Bump mypy from 1.16.0 to 1.16.1 Bumps [mypy](https://github.com/python/mypy) from 1.16.0 to 1.16.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.16.0...v1.16.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.16.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.in | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.in b/requirements-dev.in index a59319d..f63d741 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -1,5 +1,5 @@ -r requirements.in -mypy==1.16.0 +mypy==1.16.1 pip-tools==7.4.1 pre-commit==4.2.0 pytest==8.4.0 diff --git a/requirements-dev.txt b/requirements-dev.txt index 05da95a..f34cf64 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -20,7 +20,7 @@ identify==2.6.6 # via pre-commit iniconfig==2.0.0 # via pytest -mypy==1.16.0 +mypy==1.16.1 # via -r requirements-dev.in mypy-extensions==1.0.0 # via mypy