Skip to content

Commit d9f7de3

Browse files
committed
Refresh Python dependencies
1 parent c5ca60e commit d9f7de3

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

requirements.txt

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pip>=23.2.1
2-
packaging>=23.1
2+
packaging>=23.2
33
setuptools>=68.0.0;python_version<"3.8"
44
setuptools>=68.2.2;python_version>="3.8"
55
wheel>=0.41.2
@@ -13,7 +13,7 @@ parse-type>=0.6.2
1313
six==1.16.0
1414
idna==3.4
1515
chardet==5.2.0
16-
charset-normalizer==3.2.0
16+
charset-normalizer==3.3.0
1717
urllib3>=1.26.16,<2;python_version<"3.10"
1818
urllib3>=1.26.16,<2.1.0;python_version>="3.10"
1919
requests==2.31.0
@@ -22,8 +22,7 @@ sniffio==1.3.0
2222
h11==0.14.0
2323
outcome==1.2.0
2424
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
2726
wsproto==1.2.0
2827
selenium==4.11.2;python_version<"3.8"
2928
selenium==4.13.0;python_version>="3.8"
@@ -53,12 +52,11 @@ tabcompleter==1.3.0
5352
pdbp==1.5.0
5453
colorama==0.4.6
5554
exceptiongroup==1.1.3
56-
importlib-metadata==4.2.0;python_version<"3.8"
5755
pyotp==2.9.0
5856
markdown-it-py==2.2.0;python_version<"3.8"
5957
markdown-it-py==3.0.0;python_version>="3.8"
6058
mdurl==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.)

setup.py

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
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',
@@ -146,7 +146,7 @@
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',
@@ -155,8 +155,7 @@
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"',
@@ -186,12 +185,11 @@
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]

0 commit comments

Comments
 (0)