Skip to content

Commit 70fe18a

Browse files
Bump mypy from 1.17.1 to 1.18.1
Bumps [mypy](https://github.com/python/mypy) from 1.17.1 to 1.18.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.17.1...v1.18.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.18.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8a37ab9 commit 70fe18a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ multidict==6.6.4
118118
# -r requirements/multidict.in
119119
# -r requirements/runtime-deps.in
120120
# yarl
121-
mypy==1.17.1 ; implementation_name == "cpython"
121+
mypy==1.18.1 ; implementation_name == "cpython"
122122
# via
123123
# -r requirements/lint.in
124124
# -r requirements/test.in

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ multidict==6.6.4
115115
# via
116116
# -r requirements/runtime-deps.in
117117
# yarl
118-
mypy==1.17.1 ; implementation_name == "cpython"
118+
mypy==1.18.1 ; implementation_name == "cpython"
119119
# via
120120
# -r requirements/lint.in
121121
# -r requirements/test.in

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ markdown-it-py==3.0.0
4545
# via rich
4646
mdurl==0.1.2
4747
# via markdown-it-py
48-
mypy==1.17.1 ; implementation_name == "cpython"
48+
mypy==1.18.1 ; implementation_name == "cpython"
4949
# via -r requirements/lint.in
5050
mypy-extensions==1.1.0
5151
# via mypy

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ multidict==6.6.4
6363
# via
6464
# -r requirements/runtime-deps.in
6565
# yarl
66-
mypy==1.17.1 ; implementation_name == "cpython"
66+
mypy==1.18.1 ; implementation_name == "cpython"
6767
# via -r requirements/test.in
6868
mypy-extensions==1.1.0
6969
# via mypy

0 commit comments

Comments
 (0)