File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -128,9 +128,9 @@ py_wheel(
128
128
python_requires = "~=3.7" ,
129
129
python_tag = "py3" ,
130
130
requires = [
131
- "urllib3[secure]== 1.26.2 " ,
132
- "trio== 0.17.0 " ,
133
- "trio-websocket== 0.9.0 " ,
131
+ "urllib3[secure]~= 1.26" ,
132
+ "trio~= 0.17" ,
133
+ "trio-websocket~= 0.9" ,
134
134
],
135
135
strip_path_prefixes = [
136
136
"py" ,
Original file line number Diff line number Diff line change @@ -12,13 +12,19 @@ multidict
12
12
outcome
13
13
pluggy
14
14
py
15
- pytest == 6.1.2
16
- pytest-instafail == 0.4.2
17
- pytest-mock == 3.3.1
18
- pytest-trio == 0.7.0
15
+ pytest ~= 6.1
16
+ pytest-instafail ~= 0.4
17
+ pytest-mock ~= 3.3
18
+ pytest-trio ~= 0.7
19
19
sortedcontainers
20
20
sniffio
21
+ <<<<<<< HEAD
21
22
trio == 0.17.0
22
23
trio_websocket == 0.9.0
23
24
urllib3 == 1.26.3
25
+ =======
26
+ trio ~= 0.17
27
+ trio_websocket ~= 0.9
28
+ urllib3 ~= 1.26
29
+ >>>>>>> 77051cd4cc ([py ] Loosen version requirements on dependencies. Fixes #9312)
24
30
zipp
You can’t perform that action at this time.
0 commit comments