File tree Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 11pip >= 23.2.1
2- packaging >= 23.1
2+ packaging >= 23.2
33setuptools >= 68.0.0 ;python_version < "3.8"
44setuptools >= 68.2.2 ;python_version >= "3.8"
55wheel >= 0.41.2
@@ -13,7 +13,7 @@ parse-type>=0.6.2
1313six == 1.16.0
1414idna == 3.4
1515chardet == 5.2.0
16- charset-normalizer == 3.2 .0
16+ charset-normalizer == 3.3 .0
1717urllib3 >= 1.26.16 ,< 2 ;python_version < "3.10"
1818urllib3 >= 1.26.16 ,< 2.1.0 ;python_version >= "3.10"
1919requests == 2.31.0
@@ -22,8 +22,7 @@ sniffio==1.3.0
2222h11 == 0.14.0
2323outcome == 1.2.0
2424trio == 0.22.2
25- trio-websocket == 0.10.4 ;python_version < "3.8"
26- trio-websocket == 0.11.1 ;python_version >= "3.8"
25+ trio-websocket == 0.11.1
2726wsproto == 1.2.0
2827selenium == 4.11.2 ;python_version < "3.8"
2928selenium == 4.13.0 ;python_version >= "3.8"
@@ -53,12 +52,11 @@ tabcompleter==1.3.0
5352pdbp == 1.5.0
5453colorama == 0.4.6
5554exceptiongroup == 1.1.3
56- importlib-metadata == 4.2.0 ;python_version < "3.8"
5755pyotp == 2.9.0
5856markdown-it-py == 2.2.0 ;python_version < "3.8"
5957markdown-it-py == 3.0.0 ;python_version >= "3.8"
6058mdurl == 0.1.2
61- rich == 13.5.3
59+ rich == 13.6.0
6260
6361# --- Testing Requirements --- #
6462# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
Original file line number Diff line number Diff line change 132132 python_requires = ">=3.7" ,
133133 install_requires = [
134134 'pip>=23.2.1' ,
135- 'packaging>=23.1 ' ,
135+ 'packaging>=23.2 ' ,
136136 'setuptools>=68.0.0;python_version<"3.8"' ,
137137 'setuptools>=68.2.2;python_version>="3.8"' ,
138138 'wheel>=0.41.2' ,
146146 "six==1.16.0" ,
147147 "idna==3.4" ,
148148 'chardet==5.2.0' ,
149- 'charset-normalizer==3.2 .0' ,
149+ 'charset-normalizer==3.3 .0' ,
150150 'urllib3>=1.26.16,<2;python_version<"3.10"' ,
151151 'urllib3>=1.26.16,<2.1.0;python_version>="3.10"' ,
152152 'requests==2.31.0' ,
155155 'h11==0.14.0' ,
156156 'outcome==1.2.0' ,
157157 'trio==0.22.2' ,
158- 'trio-websocket==0.10.4;python_version<"3.8"' ,
159- 'trio-websocket==0.11.1;python_version>="3.8"' ,
158+ 'trio-websocket==0.11.1' ,
160159 'wsproto==1.2.0' ,
161160 'selenium==4.11.2;python_version<"3.8"' ,
162161 'selenium==4.13.0;python_version>="3.8"' ,
186185 "pdbp==1.5.0" ,
187186 'colorama==0.4.6' ,
188187 'exceptiongroup==1.1.3' ,
189- 'importlib-metadata==4.2.0;python_version<"3.8"' ,
190188 'pyotp==2.9.0' ,
191189 'markdown-it-py==2.2.0;python_version<"3.8"' ,
192190 'markdown-it-py==3.0.0;python_version>="3.8"' ,
193191 'mdurl==0.1.2' ,
194- 'rich==13.5.3 ' ,
192+ 'rich==13.6.0 ' ,
195193 ],
196194 extras_require = {
197195 # pip install -e .[allure]
You can’t perform that action at this time.
0 commit comments