From 491e0f27cf2679bad8b5817f56a89babac1fe46e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 13:59:49 +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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9ddf3430..1d7dcb31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ issues = "https://github.com/tryolabs/requestium/issues" dev = [ "bandit[sarif]==1.8.3", "coverage==7.8.2", - "mypy==1.16.0", + "mypy==1.16.1", "pre-commit==4.2.0", "pytest-cov==6.1.1", "pytest-xdist==3.7.0",