File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,9 @@ coverage==6.2
4
4
flaky==3.7.0
5
5
hypothesis==6.39.6
6
6
idna==3.3
7
+ importlib-metadata==4.11.3
7
8
iniconfig==1.1.1
8
- mypy==0.931
9
+ mypy==0.942
9
10
mypy-extensions==0.4.3
10
11
outcome==1.1.0
11
12
packaging==21.3
@@ -18,4 +19,6 @@ sniffio==1.2.0
18
19
sortedcontainers==2.4.0
19
20
tomli==2.0.1
20
21
trio==0.20.0
22
+ typed-ast==1.5.2
21
23
typing_extensions==4.1.1
24
+ zipp==3.7.0
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ flaky==3.7.0
5
5
hypothesis==6.39.6
6
6
idna==3.3
7
7
iniconfig==1.1.1
8
- mypy==0.931
8
+ mypy==0.942
9
9
mypy-extensions==0.4.3
10
10
outcome==1.1.0
11
11
packaging==21.3
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ testing =
44
44
coverage ==6.2
45
45
hypothesis >= 5.7.1
46
46
flaky >= 3.5.0
47
- mypy = = 0.931
47
+ mypy > = 0.931
48
48
pytest-trio >= 0.7.0
49
49
50
50
[options.entry_points]
You can’t perform that action at this time.
0 commit comments