File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ urllib3==1.26.12;python_version<"3.7"
36
36
urllib3 == 1.26.15 ;python_version >= "3.7"
37
37
requests == 2.27.1 ;python_version < "3.7"
38
38
requests == 2.29.0 ;python_version >= "3.7"
39
- requests-toolbelt == 0.10.1
40
- pynose == 1.4.2
39
+ requests-toolbelt == 1.0.0
40
+ pynose == 1.4.3
41
41
sniffio == 1.3.0 ;python_version >= "3.7"
42
42
h11 == 0.14.0 ;python_version >= "3.7"
43
43
outcome == 1.2.0 ;python_version >= "3.7"
@@ -105,7 +105,7 @@ rich==13.3.5;python_version>="3.7"
105
105
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
106
106
107
107
coverage == 6.2 ;python_version < "3.7"
108
- coverage == 7.2.4 ;python_version >= "3.7"
108
+ coverage == 7.2.5 ;python_version >= "3.7"
109
109
pytest-cov == 4.0.0
110
110
flake8 == 5.0.4 ;python_version < "3.9"
111
111
flake8 == 6.0.0 ;python_version >= "3.9"
Original file line number Diff line number Diff line change 160
160
'urllib3==1.26.15;python_version>="3.7"' ,
161
161
'requests==2.27.1;python_version<"3.7"' ,
162
162
'requests==2.29.0;python_version>="3.7"' ,
163
- 'requests-toolbelt==0.10.1 ' ,
164
- "pynose==1.4.2 " ,
163
+ 'requests-toolbelt==1.0.0 ' ,
164
+ "pynose==1.4.3 " ,
165
165
'sniffio==1.3.0;python_version>="3.7"' ,
166
166
'h11==0.14.0;python_version>="3.7"' ,
167
167
'outcome==1.2.0;python_version>="3.7"' ,
241
241
# Usage: coverage run -m pytest; coverage html; coverage report
242
242
"coverage" : [
243
243
'coverage==6.2;python_version<"3.7"' ,
244
- 'coverage==7.2.4 ;python_version>="3.7"' ,
244
+ 'coverage==7.2.5 ;python_version>="3.7"' ,
245
245
"pytest-cov==4.0.0" ,
246
246
],
247
247
# pip install -e .[flake8]
You can’t perform that action at this time.
0 commit comments