Skip to content

Commit 06c3f66

Browse files
Bump mypy from 1.19.1 to 1.20.1
Bumps [mypy](https://github.com/python/mypy) from 1.19.1 to 1.20.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.19.1...v1.20.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.20.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 995ae8a commit 06c3f66

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ multidict==6.7.1
117117
# -r requirements/multidict.in
118118
# -r requirements/runtime-deps.in
119119
# yarl
120-
mypy==1.19.1 ; implementation_name == "cpython"
120+
mypy==1.20.1 ; implementation_name == "cpython"
121121
# via
122122
# -r requirements/lint.in
123123
# -r requirements/test-common.in

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ multidict==6.7.1
114114
# via
115115
# -r requirements/runtime-deps.in
116116
# yarl
117-
mypy==1.19.1 ; implementation_name == "cpython"
117+
mypy==1.20.1 ; implementation_name == "cpython"
118118
# via
119119
# -r requirements/lint.in
120120
# -r requirements/test-common.in

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ markdown-it-py==4.0.0
5151
# via rich
5252
mdurl==0.1.2
5353
# via markdown-it-py
54-
mypy==1.19.1 ; implementation_name == "cpython"
54+
mypy==1.20.1 ; implementation_name == "cpython"
5555
# via -r requirements/lint.in
5656
mypy-extensions==1.1.0
5757
# via mypy

requirements/test-common.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ markdown-it-py==4.0.0
4040
# via rich
4141
mdurl==0.1.2
4242
# via markdown-it-py
43-
mypy==1.19.1 ; implementation_name == "cpython"
43+
mypy==1.20.1 ; implementation_name == "cpython"
4444
# via -r requirements/test-common.in
4545
mypy-extensions==1.1.0
4646
# via mypy

requirements/test-ft.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ multidict==6.7.1
6565
# via
6666
# -r requirements/runtime-deps.in
6767
# yarl
68-
mypy==1.19.1 ; implementation_name == "cpython"
68+
mypy==1.20.1 ; implementation_name == "cpython"
6969
# via -r requirements/test-common.in
7070
mypy-extensions==1.1.0
7171
# via mypy

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ multidict==6.7.1
6565
# via
6666
# -r requirements/runtime-deps.in
6767
# yarl
68-
mypy==1.19.1 ; implementation_name == "cpython"
68+
mypy==1.20.1 ; implementation_name == "cpython"
6969
# via -r requirements/test-common.in
7070
mypy-extensions==1.1.0
7171
# via mypy

0 commit comments

Comments
 (0)