Skip to content

Commit 8d3599d

Browse files
Bump mypy from 1.13.0 to 1.14.0
Bumps [mypy](https://github.com/python/mypy) from 1.13.0 to 1.14.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.13.0...v1.14.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f9905e1 commit 8d3599d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
coverage==7.6.9
22
flake8==7.1.1
3-
mypy==1.13.0
3+
mypy==1.14.0
44
numpy==2.2.1
55
pre-commit==4.0.1
66
pytest==8.3.4

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ include_package_data = True
4646
testing =
4747
coverage==7.6.9
4848
flake8==7.1.1
49-
mypy==1.13.0
49+
mypy==1.14.0
5050
numpy==2.2.1
5151
pytest==8.3.4
5252
pytest-cov==6.0.0

0 commit comments

Comments
 (0)