Skip to content

Commit 99083b0

Browse files
Bump mypy from 1.16.1 to 1.17.0 (#96)
Bumps [mypy](https://github.com/python/mypy) from 1.16.1 to 1.17.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.16.1...v1.17.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.17.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1632480 commit 99083b0

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,3 +1,3 @@
11
-r requirements.txt
22

3-
mypy==1.16.1
3+
mypy==1.17.0

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ install_requires =
4848
[options.extras_require]
4949
testing =
5050
coverage == 7.9.2
51-
mypy == 1.16.1
51+
mypy == 1.17.0
5252

5353
[options.entry_points]
5454
pytest11 =

0 commit comments

Comments
 (0)