From 493bec7ac0428a97e538bcca05f0303751aea6ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 05:36:37 +0000 Subject: [PATCH] Bump mypy from 1.15.0 to 1.16.0 Bumps [mypy](https://github.com/python/mypy) from 1.15.0 to 1.16.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.15.0...v1.16.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.16.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.in | 2 +- requirements-dev.txt | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/requirements-dev.in b/requirements-dev.in index 9e85f05..72ddc4e 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -1,5 +1,5 @@ -r requirements.in -mypy==1.15.0 +mypy==1.16.0 pip-tools==7.4.1 pre-commit==4.2.0 pytest==8.3.5 diff --git a/requirements-dev.txt b/requirements-dev.txt index 36f4d8b..98838e6 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.15.0 +mypy==1.16.0 # via -r requirements-dev.in mypy-extensions==1.0.0 # via mypy @@ -30,6 +30,8 @@ packaging==24.2 # via # build # pytest +pathspec==0.12.1 + # via mypy pip-tools==7.4.1 # via -r requirements-dev.in platformdirs==4.3.6