Skip to content

Commit 396700e

Browse files
dependabot[bot]amotl
authored andcommitted
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] <support@github.com>
1 parent 6ef0992 commit 396700e

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
@@ -55,7 +55,7 @@ dependencies = [
5555
dev = [
5656
"certifi>=2025.10.5",
5757
"coverage<8",
58-
"mypy<1.19",
58+
"mypy<1.20",
5959
"poethepoet<1",
6060
"pytest<10",
6161
"pytz>=2025.2",

setup.py

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

0 commit comments

Comments
 (0)