Skip to content

Commit 64def93

Browse files
Update dependency mypy to v1.20.2
1 parent bb27e82 commit 64def93

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/requirements_doc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ sphinx-rtd-theme==3.1.0
33
recommonmark==0.7.1
44
myst-parser==5.0.0
55
sphinx-copybutton==0.5.2
6-
mypy==1.8.0
6+
mypy==1.20.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ keywords = [
4040
]
4141
[project.optional-dependencies]
4242
dev = [
43-
"mypy==1.8.0",
43+
"mypy==1.20.2",
4444
"pylint==2.15.7",
4545
"pycodestyle==2.11.1",
4646
"black==24.3.0",

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mypy==1.8.0
1+
mypy==1.20.2
22
pylint==2.15.7
33
pycodestyle==2.11.1
44
black==26.3.1

0 commit comments

Comments
 (0)