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 1- pip >= 23.3.1
1+ pip >= 23.3.2
22packaging >= 23.2
33setuptools >= 68.0.0 ;python_version < "3.8"
44setuptools >= 69.0.2 ;python_version >= "3.8"
@@ -23,7 +23,7 @@ sniffio==1.3.0
2323h11 == 0.14.0
2424outcome == 1.3.0.post0
2525trio == 0.22.2 ;python_version < "3.8"
26- trio == 0.23.1 ;python_version >= "3.8"
26+ trio == 0.23.2 ;python_version >= "3.8"
2727trio-websocket == 0.11.1
2828wsproto == 1.2.0
2929selenium == 4.11.2 ;python_version < "3.8"
@@ -65,7 +65,7 @@ rich==13.7.0
6565
6666coverage == 6.2 ;python_version < "3.7"
6767coverage == 7.2.7 ;python_version >= "3.7" and python_version<"3.8"
68- coverage == 7.3.2 ;python_version >= "3.8"
68+ coverage == 7.3.3 ;python_version >= "3.8"
6969pytest-cov == 4.0.0 ;python_version < "3.7"
7070pytest-cov == 4.1.0 ;python_version >= "3.7"
7171flake8 == 5.0.4 ;python_version < "3.9"
Original file line number Diff line number Diff line change 131131 ],
132132 python_requires = ">=3.7" ,
133133 install_requires = [
134- 'pip>=23.3.1 ' ,
134+ 'pip>=23.3.2 ' ,
135135 'packaging>=23.2' ,
136136 'setuptools>=68.0.0;python_version<"3.8"' ,
137137 'setuptools>=69.0.2;python_version>="3.8"' ,
156156 'h11==0.14.0' ,
157157 'outcome==1.3.0.post0' ,
158158 'trio==0.22.2;python_version<"3.8"' ,
159- 'trio==0.23.1 ;python_version>="3.8"' ,
159+ 'trio==0.23.2 ;python_version>="3.8"' ,
160160 'trio-websocket==0.11.1' ,
161161 'wsproto==1.2.0' ,
162162 'selenium==4.11.2;python_version<"3.8"' ,
206206 # Usage: coverage run -m pytest; coverage html; coverage report
207207 "coverage" : [
208208 'coverage==7.2.7;python_version<"3.8"' ,
209- 'coverage==7.3.2 ;python_version>="3.8"' ,
209+ 'coverage==7.3.3 ;python_version>="3.8"' ,
210210 'pytest-cov==4.1.0' ,
211211 ],
212212 # pip install -e .[flake8]
You can’t perform that action at this time.
0 commit comments