Skip to content

Commit e2f7ce7

Browse files
Bump mypy from 1.16.0 to 1.16.1 (#92)
Bumps [mypy](https://github.com/python/mypy) from 1.16.0 to 1.16.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.16.0...v1.16.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.16.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 828c923 commit e2f7ce7

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.0
3+
mypy==1.16.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.9.1
51-
mypy == 1.16.0
51+
mypy == 1.16.1
5252

5353
[options.entry_points]
5454
pytest11 =

0 commit comments

Comments
 (0)