Skip to content

Commit 5cb48b7

Browse files
chore: bump mypy from 1.16.1 to 1.19.1 (#439)
Bumps [mypy](https://github.com/python/mypy) from 1.16.1 to 1.19.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.16.1...v1.19.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9ca8c30 commit 5cb48b7

File tree

2 files changed

+122
-30
lines changed

2 files changed

+122
-30
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ twyn = "twyn.cli:entry_point"
4848
[dependency-groups]
4949
dev = [
5050
"pytest<9.0.0,>=7.1.3",
51-
"mypy<1.17,>=0.982",
51+
"mypy>=0.982,<1.20",
5252
"pytest-cov<7,>=4",
5353
"ruff<0.12.4,>=0.5.1",
5454
"types-requests<3.0.0.0,>=2.32.4.20250611",

0 commit comments

Comments
 (0)