Skip to content

Commit 56f7e31

Browse files
build(deps-dev): Bump mypy from 1.20.1 to 1.20.2
Bumps [mypy](https://github.com/python/mypy) from 1.20.1 to 1.20.2. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.20.1...v1.20.2) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.20.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ef0a11c commit 56f7e31

2 files changed

Lines changed: 38 additions & 34 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ build-backend = "uv_build"
3030
[dependency-groups]
3131
dev = [
3232
"bandit[toml]>=1.9.4", # Security assessment
33-
"mypy>=1.20.1", # Python typing
33+
"mypy>=1.20.2", # Python typing
3434
"pytest>=9.0.3", # Testing framework
3535
"pytest-cov>=7.1.0", # Test coverage
3636
"pytest-mock>=3.15.1",

0 commit comments

Comments
 (0)