File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ alabaster==1.0.0
1818 # via sphinx
1919annotated-types==0.7.0
2020 # via pydantic
21+ ast-serialize==0.3.0
22+ # via mypy
2123async-timeout==5.0.1 ; python_version < "3.11"
2224 # via
2325 # -r requirements/runtime-deps.in
@@ -117,7 +119,7 @@ multidict==6.7.1
117119 # -r requirements/multidict.in
118120 # -r requirements/runtime-deps.in
119121 # yarl
120- mypy==1.20.2 ; implementation_name == "cpython"
122+ mypy==2.0.0 ; implementation_name == "cpython"
121123 # via
122124 # -r requirements/lint.in
123125 # -r requirements/test-common.in
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ alabaster==1.0.0
1818 # via sphinx
1919annotated-types==0.7.0
2020 # via pydantic
21+ ast-serialize==0.3.0
22+ # via mypy
2123async-timeout==5.0.1 ; python_version < "3.11"
2224 # via
2325 # -r requirements/runtime-deps.in
@@ -114,7 +116,7 @@ multidict==6.7.1
114116 # via
115117 # -r requirements/runtime-deps.in
116118 # yarl
117- mypy==1.20.2 ; implementation_name == "cpython"
119+ mypy==2.0.0 ; implementation_name == "cpython"
118120 # via
119121 # -r requirements/lint.in
120122 # -r requirements/test-common.in
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ aiodns==4.0.0
88 # via -r requirements/lint.in
99annotated-types==0.7.0
1010 # via pydantic
11+ ast-serialize==0.3.0
12+ # via mypy
1113async-timeout==5.0.1
1214 # via valkey
1315backports-zstd==1.3.0 ; implementation_name == "cpython" and python_version < "3.14"
@@ -51,7 +53,7 @@ markdown-it-py==4.1.0
5153 # via rich
5254mdurl==0.1.2
5355 # via markdown-it-py
54- mypy==1.20.2 ; implementation_name == "cpython"
56+ mypy==2.0.0 ; implementation_name == "cpython"
5557 # via -r requirements/lint.in
5658mypy-extensions==1.1.0
5759 # via mypy
Original file line number Diff line number Diff line change 66#
77annotated-types==0.7.0
88 # via pydantic
9+ ast-serialize==0.3.0
10+ # via mypy
911blockbuster==1.5.26
1012 # via -r requirements/test-common.in
1113cffi==2.0.0
@@ -40,7 +42,7 @@ markdown-it-py==4.1.0
4042 # via rich
4143mdurl==0.1.2
4244 # via markdown-it-py
43- mypy==1.20.2 ; implementation_name == "cpython"
45+ mypy==2.0.0 ; implementation_name == "cpython"
4446 # via -r requirements/test-common.in
4547mypy-extensions==1.1.0
4648 # via mypy
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ aiosignal==1.4.0
1212 # via -r requirements/runtime-deps.in
1313annotated-types==0.7.0
1414 # via pydantic
15+ ast-serialize==0.3.0
16+ # via mypy
1517async-timeout==5.0.1 ; python_version < "3.11"
1618 # via -r requirements/runtime-deps.in
1719backports-zstd==1.3.0 ; platform_python_implementation == "CPython" and python_version < "3.14"
@@ -65,7 +67,7 @@ multidict==6.7.1
6567 # via
6668 # -r requirements/runtime-deps.in
6769 # yarl
68- mypy==1.20.2 ; implementation_name == "cpython"
70+ mypy==2.0.0 ; implementation_name == "cpython"
6971 # via -r requirements/test-common.in
7072mypy-extensions==1.1.0
7173 # via mypy
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ aiosignal==1.4.0
1212 # via -r requirements/runtime-deps.in
1313annotated-types==0.7.0
1414 # via pydantic
15+ ast-serialize==0.3.0
16+ # via mypy
1517async-timeout==5.0.1 ; python_version < "3.11"
1618 # via -r requirements/runtime-deps.in
1719backports-zstd==1.3.0 ; platform_python_implementation == "CPython" and python_version < "3.14"
@@ -65,7 +67,7 @@ multidict==6.7.1
6567 # via
6668 # -r requirements/runtime-deps.in
6769 # yarl
68- mypy==1.20.2 ; implementation_name == "cpython"
70+ mypy==2.0.0 ; implementation_name == "cpython"
6971 # via -r requirements/test-common.in
7072mypy-extensions==1.1.0
7173 # via mypy
You can’t perform that action at this time.
0 commit comments