Skip to content

Commit 20affa5

Browse files
Bump mypy from 1.17.0 to 1.17.1 (#101)
Bumps [mypy](https://github.com/python/mypy) from 1.17.0 to 1.17.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.17.0...v1.17.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.17.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2a9682a commit 20affa5

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.17.0
3+
mypy==1.17.1

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.10.1
51-
mypy == 1.17.0
51+
mypy == 1.17.1
5252

5353
[options.entry_points]
5454
pytest11 =

0 commit comments

Comments
 (0)