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 1
1
pip >= 23.2.1
2
- packaging >= 23.1
2
+ packaging >= 23.2
3
3
setuptools >= 68.0.0 ;python_version < "3.8"
4
4
setuptools >= 68.2.2 ;python_version >= "3.8"
5
5
wheel >= 0.41.2
@@ -13,7 +13,7 @@ parse-type>=0.6.2
13
13
six == 1.16.0
14
14
idna == 3.4
15
15
chardet == 5.2.0
16
- charset-normalizer == 3.2 .0
16
+ charset-normalizer == 3.3 .0
17
17
urllib3 >= 1.26.16 ,< 2 ;python_version < "3.10"
18
18
urllib3 >= 1.26.16 ,< 2.1.0 ;python_version >= "3.10"
19
19
requests == 2.31.0
@@ -22,8 +22,7 @@ sniffio==1.3.0
22
22
h11 == 0.14.0
23
23
outcome == 1.2.0
24
24
trio == 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
27
26
wsproto == 1.2.0
28
27
selenium == 4.11.2 ;python_version < "3.8"
29
28
selenium == 4.13.0 ;python_version >= "3.8"
@@ -53,12 +52,11 @@ tabcompleter==1.3.0
53
52
pdbp == 1.5.0
54
53
colorama == 0.4.6
55
54
exceptiongroup == 1.1.3
56
- importlib-metadata == 4.2.0 ;python_version < "3.8"
57
55
pyotp == 2.9.0
58
56
markdown-it-py == 2.2.0 ;python_version < "3.8"
59
57
markdown-it-py == 3.0.0 ;python_version >= "3.8"
60
58
mdurl == 0.1.2
61
- rich == 13.5.3
59
+ rich == 13.6.0
62
60
63
61
# --- Testing Requirements --- #
64
62
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
Original file line number Diff line number Diff line change 132
132
python_requires = ">=3.7" ,
133
133
install_requires = [
134
134
'pip>=23.2.1' ,
135
- 'packaging>=23.1 ' ,
135
+ 'packaging>=23.2 ' ,
136
136
'setuptools>=68.0.0;python_version<"3.8"' ,
137
137
'setuptools>=68.2.2;python_version>="3.8"' ,
138
138
'wheel>=0.41.2' ,
146
146
"six==1.16.0" ,
147
147
"idna==3.4" ,
148
148
'chardet==5.2.0' ,
149
- 'charset-normalizer==3.2 .0' ,
149
+ 'charset-normalizer==3.3 .0' ,
150
150
'urllib3>=1.26.16,<2;python_version<"3.10"' ,
151
151
'urllib3>=1.26.16,<2.1.0;python_version>="3.10"' ,
152
152
'requests==2.31.0' ,
155
155
'h11==0.14.0' ,
156
156
'outcome==1.2.0' ,
157
157
'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' ,
160
159
'wsproto==1.2.0' ,
161
160
'selenium==4.11.2;python_version<"3.8"' ,
162
161
'selenium==4.13.0;python_version>="3.8"' ,
186
185
"pdbp==1.5.0" ,
187
186
'colorama==0.4.6' ,
188
187
'exceptiongroup==1.1.3' ,
189
- 'importlib-metadata==4.2.0;python_version<"3.8"' ,
190
188
'pyotp==2.9.0' ,
191
189
'markdown-it-py==2.2.0;python_version<"3.8"' ,
192
190
'markdown-it-py==3.0.0;python_version>="3.8"' ,
193
191
'mdurl==0.1.2' ,
194
- 'rich==13.5.3 ' ,
192
+ 'rich==13.6.0 ' ,
195
193
],
196
194
extras_require = {
197
195
# pip install -e .[allure]
You can’t perform that action at this time.
0 commit comments