Skip to content

Commit 493bec7

Browse files
Bump mypy from 1.15.0 to 1.16.0
Bumps [mypy](https://github.com/python/mypy) from 1.15.0 to 1.16.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.15.0...v1.16.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.16.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent deee213 commit 493bec7

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

requirements-dev.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-r requirements.in
2-
mypy==1.15.0
2+
mypy==1.16.0
33
pip-tools==7.4.1
44
pre-commit==4.2.0
55
pytest==8.3.5

requirements-dev.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ identify==2.6.6
2020
# via pre-commit
2121
iniconfig==2.0.0
2222
# via pytest
23-
mypy==1.15.0
23+
mypy==1.16.0
2424
# via -r requirements-dev.in
2525
mypy-extensions==1.0.0
2626
# via mypy
@@ -30,6 +30,8 @@ packaging==24.2
3030
# via
3131
# build
3232
# pytest
33+
pathspec==0.12.1
34+
# via mypy
3335
pip-tools==7.4.1
3436
# via -r requirements-dev.in
3537
platformdirs==4.3.6

0 commit comments

Comments
 (0)