Skip to content

Commit 721bfbb

Browse files
Bump mypy from 1.19.0 to 1.19.1
Bumps [mypy](https://github.com/python/mypy) from 1.19.0 to 1.19.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.19.0...v1.19.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ce61e3d commit 721bfbb

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)