Skip to content

Commit 8f7689b

Browse files
committed
fix: update the mypy as well:
:
1 parent af8d2dc commit 8f7689b

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

requirements-dev.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ coverage
77
py
88
flake8
99
setuptools
10+
mypy

requirements-dev.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ iniconfig==2.0.0
1616
# via pytest
1717
mccabe==0.7.0
1818
# via flake8
19+
mypy==1.15.0
20+
# via -r requirements-dev.in
21+
mypy-extensions==1.0.0
22+
# via mypy
1923
packaging==24.2
2024
# via pytest
2125
pluggy==1.5.0
@@ -32,6 +36,8 @@ pytest==8.3.4
3236
# pytest-cov
3337
pytest-cov==6.0.0
3438
# via -r requirements-dev.in
39+
typing-extensions==4.12.2
40+
# via mypy
3541
urllib3==2.3.0
3642
# via -r /Users/vinitkumar/projects/python/json2xml/requirements.in
3743
xmltodict==0.14.2

0 commit comments

Comments
 (0)