Skip to content

Commit d78f318

Browse files
authored
Merge pull request #290 from denpamusic/dependabot/pip/mypy-1.19.1
Bump mypy from 1.19.0 to 1.19.1
2 parents ce61e3d + 721bfbb commit d78f318

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
@@ -38,7 +38,7 @@ test = [
3838
"codespell==2.4.1",
3939
"coverage==7.13.0",
4040
"freezegun==1.5.5",
41-
"mypy==1.19.0",
41+
"mypy==1.19.1",
4242
"numpy<3.0.0,>=2.0.0",
4343
"pyserial-asyncio-fast==0.16",
4444
"pytest==9.0.1",

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
codespell==2.4.1
22
coverage==7.13.0
33
freezegun==1.5.5
4-
mypy==1.19.0
4+
mypy==1.19.1
55
numpy<3.0.0,>=2.0.0
66
pre-commit==4.5.1
77
pyserial-asyncio-fast==0.16

0 commit comments

Comments
 (0)