Skip to content

Commit 5d69f60

Browse files
committed
build: Removed upper bound on the mypy version installed by the "testing" extra.
Adjusted constraints accordingly. Signed-off-by: Michael Seifert <[email protected]>
1 parent 0ad6a19 commit 5d69f60

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

dependencies/default/constraints.txt

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ coverage==6.2
44
flaky==3.7.0
55
hypothesis==6.39.6
66
idna==3.3
7+
importlib-metadata==4.11.3
78
iniconfig==1.1.1
8-
mypy==0.931
9+
mypy==0.942
910
mypy-extensions==0.4.3
1011
outcome==1.1.0
1112
packaging==21.3
@@ -18,4 +19,6 @@ sniffio==1.2.0
1819
sortedcontainers==2.4.0
1920
tomli==2.0.1
2021
trio==0.20.0
22+
typed-ast==1.5.2
2123
typing_extensions==4.1.1
24+
zipp==3.7.0

dependencies/pytest-min/constraints.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ flaky==3.7.0
55
hypothesis==6.39.6
66
idna==3.3
77
iniconfig==1.1.1
8-
mypy==0.931
8+
mypy==0.942
99
mypy-extensions==0.4.3
1010
outcome==1.1.0
1111
packaging==21.3

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ testing =
4444
coverage==6.2
4545
hypothesis >= 5.7.1
4646
flaky >= 3.5.0
47-
mypy == 0.931
47+
mypy >= 0.931
4848
pytest-trio >= 0.7.0
4949

5050
[options.entry_points]

0 commit comments

Comments
 (0)