Skip to content

Commit 2eb45c2

Browse files
Chore(deps-dev): Update mypy requirement from <1.19 to <1.20
Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v0.1.0...v1.19.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e1dfd2e commit 2eb45c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies = [
4242
dev = [
4343
"certifi>=2025.10.5",
4444
"coverage<8",
45-
"mypy<1.19",
45+
"mypy<1.20",
4646
"poethepoet<1",
4747
"pytest<9",
4848
"pytz>=2025.2",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def read(path):
6767
'backports.zoneinfo<1; python_version<"3.9"',
6868
"certifi",
6969
"createcoverage>=1,<2",
70-
"mypy<1.18",
70+
"mypy<1.20",
7171
"poethepoet<1",
7272
"ruff<0.15",
7373
"stopit>=1.1.2,<2",

0 commit comments

Comments
 (0)