Skip to content

Commit 5b39c23

Browse files
Bump mypy from 1.11.2 to 1.14.1
Bumps [mypy](https://github.com/python/mypy) from 1.11.2 to 1.14.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.11.2...v1.14.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8fe93ba commit 5b39c23

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

requirements/constraints.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ multidict==6.1.0
110110
# -r requirements/multidict.in
111111
# -r requirements/runtime-deps.in
112112
# yarl
113-
mypy==1.11.2 ; implementation_name == "cpython"
113+
mypy==1.14.1 ; implementation_name == "cpython"
114114
# via
115115
# -r requirements/lint.in
116116
# -r requirements/test.in

requirements/dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ multidict==6.1.0
107107
# via
108108
# -r requirements/runtime-deps.in
109109
# yarl
110-
mypy==1.11.2 ; implementation_name == "cpython"
110+
mypy==1.14.1 ; implementation_name == "cpython"
111111
# via
112112
# -r requirements/lint.in
113113
# -r requirements/test.in

requirements/lint.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ markdown-it-py==3.0.0
3939
# via rich
4040
mdurl==0.1.2
4141
# via markdown-it-py
42-
mypy==1.11.2 ; implementation_name == "cpython"
42+
mypy==1.14.1 ; implementation_name == "cpython"
4343
# via -r requirements/lint.in
4444
mypy-extensions==1.0.0
4545
# via mypy

requirements/test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ multidict==6.1.0
5757
# via
5858
# -r requirements/runtime-deps.in
5959
# yarl
60-
mypy==1.11.2 ; implementation_name == "cpython"
60+
mypy==1.14.1 ; implementation_name == "cpython"
6161
# via -r requirements/test.in
6262
mypy-extensions==1.0.0
6363
# via mypy

0 commit comments

Comments
 (0)