Skip to content

Commit d04a9ca

Browse files
committed
Refresh Python dependencies
1 parent 77e05e3 commit d04a9ca

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

requirements.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ pytest-xdist==1.34.0;python_version<"3.6"
8181
pytest-xdist==2.5.0;python_version>="3.6" and python_version<"3.7"
8282
pytest-xdist==3.0.2;python_version>="3.7"
8383
parameterized==0.8.1
84-
sbvirtualdisplay==1.1.0
84+
sbvirtualdisplay==1.1.1
8585
behave==1.2.6
8686
parse==1.19.0
8787
parse-type==0.6.0
@@ -91,9 +91,14 @@ beautifulsoup4==4.9.3;python_version<"3.6"
9191
beautifulsoup4==4.11.1;python_version>="3.6"
9292
cryptography==2.9.2;python_version<"3.6"
9393
cryptography==36.0.2;python_version>="3.6" and python_version<"3.7"
94-
cryptography==38.0.3;python_version>="3.7"
94+
cryptography==38.0.4;python_version>="3.7"
9595
pygments==2.5.2;python_version<"3.6"
9696
pygments==2.13.0;python_version>="3.6"
97+
pyreadline==2.1;platform_system=="Windows" and python_version<"3.6"
98+
pyreadline3==3.4.1;platform_system=="Windows" and python_version>="3.6"
99+
pyrepl==0.9.0
100+
tabcompleter==1.0.0
101+
pdbp==1.0.0
97102
colorama==0.4.6;python_version<"3.6"
98103
colorama==0.4.5;python_version>="3.6" and python_version<"3.7"
99104
colorama==0.4.6;python_version>="3.7"

setup.py

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
'pytest-xdist==2.5.0;python_version>="3.6" and python_version<"3.7"',
206206
'pytest-xdist==3.0.2;python_version>="3.7"',
207207
"parameterized==0.8.1",
208-
"sbvirtualdisplay==1.1.0",
208+
"sbvirtualdisplay==1.1.1",
209209
"behave==1.2.6",
210210
"parse==1.19.0",
211211
"parse-type==0.6.0",
@@ -215,9 +215,14 @@
215215
'beautifulsoup4==4.11.1;python_version>="3.6"',
216216
'cryptography==2.9.2;python_version<"3.6"',
217217
'cryptography==36.0.2;python_version>="3.6" and python_version<"3.7"',
218-
'cryptography==38.0.3;python_version>="3.7"',
218+
'cryptography==38.0.4;python_version>="3.7"',
219219
'pygments==2.5.2;python_version<"3.6"',
220220
'pygments==2.13.0;python_version>="3.6"',
221+
'pyreadline==2.1;platform_system=="Windows" and python_version<"3.6"',
222+
'pyreadline3==3.4.1;platform_system=="Windows" and python_version>="3.6"', # noqa: E501
223+
"pyrepl==0.9.0",
224+
"tabcompleter==1.0.0",
225+
"pdbp==1.0.0",
221226
'colorama==0.4.6;python_version<"3.6"',
222227
'colorama==0.4.5;python_version>="3.6" and python_version<"3.7"',
223228
'colorama==0.4.6;python_version>="3.7"',
@@ -262,14 +267,6 @@
262267
"jedi==0.18.2",
263268
"parso==0.8.3",
264269
],
265-
# pip install -e .[pdbpp]
266-
# (Currently Mac/Linux only until fixed on Windows)
267-
"pdbpp": [
268-
"pdbpp==0.10.3",
269-
"fancycompleter==0.9.1",
270-
"pyrepl==0.9.0",
271-
"wmctrl==0.4",
272-
],
273270
# pip install -e .[pdfminer]
274271
"pdfminer": [
275272
'pdfminer.six==20191110;python_version<"3.6"',

0 commit comments

Comments
 (0)