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"
3636urllib3 == 1.26.15 ;python_version >= "3.7"
3737requests == 2.27.1 ;python_version < "3.7"
3838requests == 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
4141sniffio == 1.3.0 ;python_version >= "3.7"
4242h11 == 0.14.0 ;python_version >= "3.7"
4343outcome == 1.2.0 ;python_version >= "3.7"
@@ -105,7 +105,7 @@ rich==13.3.5;python_version>="3.7"
105105# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
106106
107107coverage == 6.2 ;python_version < "3.7"
108- coverage == 7.2.4 ;python_version >= "3.7"
108+ coverage == 7.2.5 ;python_version >= "3.7"
109109pytest-cov == 4.0.0
110110flake8 == 5.0.4 ;python_version < "3.9"
111111flake8 == 6.0.0 ;python_version >= "3.9"
Original file line number Diff line number Diff line change 160160 'urllib3==1.26.15;python_version>="3.7"' ,
161161 'requests==2.27.1;python_version<"3.7"' ,
162162 '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 " ,
165165 'sniffio==1.3.0;python_version>="3.7"' ,
166166 'h11==0.14.0;python_version>="3.7"' ,
167167 'outcome==1.2.0;python_version>="3.7"' ,
241241 # Usage: coverage run -m pytest; coverage html; coverage report
242242 "coverage" : [
243243 '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"' ,
245245 "pytest-cov==4.0.0" ,
246246 ],
247247 # pip install -e .[flake8]
You can’t perform that action at this time.
0 commit comments