Skip to content

Commit 00bdb4a

Browse files
committed
Refresh Python dependencies
1 parent 82747f9 commit 00bdb4a

File tree

2 files changed

+16
-46
lines changed

2 files changed

+16
-46
lines changed

requirements.txt

Lines changed: 8 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ packaging>=20.9;python_version<"3.6"
55
packaging>=21.3;python_version>="3.6"
66
setuptools>=44.1.1;python_version<"3.6"
77
setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"
8-
setuptools>=65.5.1;python_version>="3.7"
8+
setuptools>=65.6.3;python_version>="3.7"
99
tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"
1010
tomli>=2.0.1;python_version>="3.7"
1111
tqdm>=4.64.1
@@ -14,8 +14,6 @@ wheel>=0.38.4;python_version>="3.7"
1414
attrs>=21.4.0;python_version<"3.6"
1515
attrs>=22.1.0;python_version>="3.6"
1616
PyYAML>=6.0;python_version>="3.6"
17-
traitlets>=4.3.3;python_version<"3.7"
18-
traitlets>=5.5.0;python_version>="3.7"
1917
certifi>=2021.10.8;python_version<"3.6"
2018
certifi>=2022.9.24;python_version>="3.6"
2119
filelock>=3.2.1;python_version<"3.6"
@@ -28,20 +26,14 @@ pyparsing>=2.4.7;python_version<"3.6"
2826
pyparsing>=3.0.7;python_version>="3.6" and python_version<"3.7"
2927
pyparsing>=3.0.9;python_version>="3.7"
3028
six==1.16.0
31-
ipdb==0.13.4;python_version<"3.6"
32-
ipdb==0.13.9;python_version>="3.6"
33-
parso==0.7.1;python_version<"3.6"
34-
parso==0.8.3;python_version>="3.6"
35-
jedi==0.17.2;python_version<"3.6"
36-
jedi==0.18.1;python_version>="3.6"
3729
idna==2.10;python_version<"3.6"
3830
idna==3.4;python_version>="3.6"
3931
chardet==3.0.4;python_version<"3.6"
4032
chardet==4.0.0;python_version>="3.6" and python_version<"3.7"
4133
chardet==5.0.0;python_version>="3.7"
4234
charset-normalizer==2.0.12;python_version>="3.6" and python_version<"3.7"
4335
charset-normalizer==2.1.1;python_version>="3.7"
44-
urllib3==1.26.12
36+
urllib3==1.26.13
4537
requests==2.27.1;python_version<"3.6"
4638
requests==2.27.1;python_version>="3.6" and python_version<"3.7"
4739
requests==2.28.1;python_version>="3.7"
@@ -56,7 +48,7 @@ websockets==10.4;python_version>="3.7"
5648
pyopenssl==22.1.0;python_version>="3.7"
5749
wsproto==1.2.0;python_version>="3.7"
5850
selenium==3.141.0;python_version<"3.7"
59-
selenium==4.6.0;python_version>="3.7"
51+
selenium==4.6.1;python_version>="3.7"
6052
msedge-selenium-tools==3.141.3;python_version<"3.7"
6153
more-itertools==5.0.0;python_version<"3.6"
6254
more-itertools==8.14.0;python_version>="3.6" and python_version<"3.7"
@@ -84,7 +76,7 @@ pytest-metadata==1.11.0;python_version>="3.6" and python_version<"3.7"
8476
pytest-metadata==2.0.4;python_version>="3.7"
8577
pytest-ordering==0.6
8678
pytest-rerunfailures==8.0;python_version<"3.6"
87-
pytest-rerunfailures==10.2;python_version>="3.6"
79+
pytest-rerunfailures==10.3;python_version>="3.6"
8880
pytest-xdist==1.34.0;python_version<"3.6"
8981
pytest-xdist==2.5.0;python_version>="3.6" and python_version<"3.7"
9082
pytest-xdist==3.0.2;python_version>="3.7"
@@ -102,27 +94,20 @@ cryptography==36.0.2;python_version>="3.6" and python_version<"3.7"
10294
cryptography==38.0.3;python_version>="3.7"
10395
pygments==2.5.2;python_version<"3.6"
10496
pygments==2.13.0;python_version>="3.6"
105-
prompt-toolkit==1.0.18;python_version<"3.6"
106-
prompt-toolkit==3.0.32;python_version>="3.6"
107-
decorator==4.4.2;python_version<"3.6"
108-
decorator==5.1.1;python_version>="3.6"
109-
ipython==5.10.0;python_version<"3.6"
110-
ipython==7.16.1;python_version>="3.6" and python_version<"3.7"
111-
ipython==7.34.0;python_version>="3.7"
112-
matplotlib-inline==0.1.6;python_version>="3.7"
97+
wmctrl==0.4
98+
pyrepl==0.9.0
99+
fancycompleter==0.9.1
100+
pdbpp==0.10.3
113101
colorama==0.4.6;python_version<"3.6"
114102
colorama==0.4.5;python_version>="3.6" and python_version<"3.7"
115103
colorama==0.4.6;python_version>="3.7"
116104
exceptiongroup==1.0.4;python_version>="3.7"
117105
importlib-metadata==2.1.3;python_version<"3.6"
118106
importlib-metadata==4.2.0;python_version>="3.6" and python_version<"3.8"
119107
pycparser==2.21
120-
pymysql==0.10.1;python_version<"3.6"
121-
pymysql==1.0.2;python_version>="3.6"
122108
pyotp==2.3.0;python_version<"3.6"
123109
pyotp==2.7.0;python_version>="3.6"
124110
cffi==1.15.1
125-
toml==0.10.2
126111
typing-extensions==3.10.0.2;python_version<"3.6"
127112
typing-extensions==4.1.1;python_version>="3.6" and python_version<"3.7"
128113
typing-extensions==4.2.0;python_version>="3.7" and python_version<"3.9"

setup.py

Lines changed: 8 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
'packaging>=21.3;python_version>="3.6"',
131131
'setuptools>=44.1.1;python_version<"3.6"',
132132
'setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"',
133-
'setuptools>=65.5.1;python_version>="3.7"',
133+
'setuptools>=65.6.3;python_version>="3.7"',
134134
'tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"',
135135
'tomli>=2.0.1;python_version>="3.7"',
136136
"tqdm>=4.64.1",
@@ -139,8 +139,6 @@
139139
'attrs>=21.4.0;python_version<"3.6"',
140140
'attrs>=22.1.0;python_version>="3.6"',
141141
'PyYAML>=6.0;python_version>="3.6"',
142-
'traitlets>=4.3.3;python_version<"3.7"',
143-
'traitlets>=5.5.0;python_version>="3.7"',
144142
'certifi>=2021.10.8;python_version<"3.6"',
145143
'certifi>=2022.9.24;python_version>="3.6"',
146144
'filelock>=3.2.1;python_version<"3.6"',
@@ -153,20 +151,14 @@
153151
'pyparsing>=3.0.7;python_version>="3.6" and python_version<"3.7"',
154152
'pyparsing>=3.0.9;python_version>="3.7"',
155153
"six==1.16.0",
156-
'ipdb==0.13.4;python_version<"3.6"',
157-
'ipdb==0.13.9;python_version>="3.6"',
158-
'parso==0.7.1;python_version<"3.6"',
159-
'parso==0.8.3;python_version>="3.6"',
160-
'jedi==0.17.2;python_version<"3.6"',
161-
'jedi==0.18.1;python_version>="3.6"',
162154
'idna==2.10;python_version<"3.6"', # Must stay in sync with "requests"
163155
'idna==3.4;python_version>="3.6"', # Must stay in sync with "requests"
164156
'chardet==3.0.4;python_version<"3.6"', # Stay in sync with "requests"
165157
'chardet==4.0.0;python_version>="3.6" and python_version<"3.7"',
166158
'chardet==5.0.0;python_version>="3.7"', # Stay in sync with "requests"
167159
'charset-normalizer==2.0.12;python_version>="3.6" and python_version<"3.7"', # noqa: E501
168160
'charset-normalizer==2.1.1;python_version>="3.7"', # Sync "requests"
169-
'urllib3==1.26.12', # Stay in sync with "requests"
161+
'urllib3==1.26.13', # Stay in sync with "requests"
170162
'requests==2.27.1;python_version<"3.7"',
171163
'requests==2.28.1;python_version>="3.7"',
172164
'requests-toolbelt==0.10.1',
@@ -180,7 +172,7 @@
180172
'pyopenssl==22.1.0;python_version>="3.7"',
181173
'wsproto==1.2.0;python_version>="3.7"',
182174
'selenium==3.141.0;python_version<"3.7"',
183-
'selenium==4.6.0;python_version>="3.7"',
175+
'selenium==4.6.1;python_version>="3.7"',
184176
'msedge-selenium-tools==3.141.3;python_version<"3.7"',
185177
'more-itertools==5.0.0;python_version<"3.6"',
186178
'more-itertools==8.14.0;python_version>="3.6" and python_version<"3.7"', # noqa: E501
@@ -208,7 +200,7 @@
208200
'pytest-metadata==2.0.4;python_version>="3.7"',
209201
"pytest-ordering==0.6",
210202
'pytest-rerunfailures==8.0;python_version<"3.6"',
211-
'pytest-rerunfailures==10.2;python_version>="3.6"',
203+
'pytest-rerunfailures==10.3;python_version>="3.6"',
212204
'pytest-xdist==1.34.0;python_version<"3.6"',
213205
'pytest-xdist==2.5.0;python_version>="3.6" and python_version<"3.7"',
214206
'pytest-xdist==3.0.2;python_version>="3.7"',
@@ -226,27 +218,20 @@
226218
'cryptography==38.0.3;python_version>="3.7"',
227219
'pygments==2.5.2;python_version<"3.6"',
228220
'pygments==2.13.0;python_version>="3.6"',
229-
'prompt-toolkit==1.0.18;python_version<"3.6"',
230-
'prompt-toolkit==3.0.32;python_version>="3.6"',
231-
'decorator==4.4.2;python_version<"3.6"',
232-
'decorator==5.1.1;python_version>="3.6"',
233-
'ipython==5.10.0;python_version<"3.6"',
234-
'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"',
235-
'ipython==7.34.0;python_version>="3.7"', # Requires matplotlib-inline
236-
'matplotlib-inline==0.1.6;python_version>="3.7"', # ipython needs this
221+
"wmctrl==0.4",
222+
"pyrepl==0.9.0",
223+
"fancycompleter==0.9.1",
224+
"pdbpp==0.10.3",
237225
'colorama==0.4.6;python_version<"3.6"',
238226
'colorama==0.4.5;python_version>="3.6" and python_version<"3.7"',
239227
'colorama==0.4.6;python_version>="3.7"',
240228
'exceptiongroup==1.0.4;python_version>="3.7"',
241229
'importlib-metadata==2.1.3;python_version<"3.6"',
242230
'importlib-metadata==4.2.0;python_version>="3.6" and python_version<"3.8"', # noqa: E501
243231
"pycparser==2.21",
244-
'pymysql==0.10.1;python_version<"3.6"',
245-
'pymysql==1.0.2;python_version>="3.6"',
246232
'pyotp==2.3.0;python_version<"3.6"',
247233
'pyotp==2.7.0;python_version>="3.6"',
248234
"cffi==1.15.1",
249-
"toml==0.10.2",
250235
'typing-extensions==3.10.0.2;python_version<"3.6"', # <3.9 for "rich"
251236
'typing-extensions==4.1.1;python_version>="3.6" and python_version<"3.7"', # noqa: E501
252237
'typing-extensions==4.2.0;python_version>="3.7" and python_version<"3.9"', # noqa: E501

0 commit comments

Comments
 (0)