From 62b2e141f7043b46b4ef6effea6fa01f6fae3399 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 13:17:55 +0000 Subject: [PATCH] Bump mypy from 1.16.0 to 1.17.1 Bumps [mypy](https://github.com/python/mypy) from 1.16.0 to 1.17.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.16.0...v1.17.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.17.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9ddf343..dc8b47c 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.17.1", "pre-commit==4.2.0", "pytest-cov==6.1.1", "pytest-xdist==3.7.0",