Skip to content

Commit dc20567

Browse files
authored
Merge pull request #749 from seleniumbase/update-python-dependencies
Update Python dependencies
2 parents 7674966 + e00fb32 commit dc20567

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111

1212
runs-on: ubuntu-18.04
1313
strategy:
14+
fail-fast: false
1415
max-parallel: 6
1516
matrix:
1617
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9]

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ ipython==7.19.0;python_version>="3.7"
5858
colorama==0.4.4
5959
pathlib2==2.3.5;python_version<"3.5"
6060
importlib-metadata==2.0.0;python_version<"3.6"
61-
virtualenv>=20.2.1
61+
virtualenv>=20.2.2
6262
pymysql==0.10.1
6363
coverage==5.3
6464
brython==3.9.0
@@ -79,6 +79,6 @@ pyflakes==2.2.0;python_version>="3.5"
7979
tornado==5.1.1;python_version<"3.5"
8080
tornado==6.1;python_version>="3.5"
8181
allure-pytest==2.8.22;python_version<"3.5"
82-
allure-pytest==2.8.23;python_version>="3.5"
82+
allure-pytest==2.8.24;python_version>="3.5"
8383
pdfminer.six==20191110;python_version<"3.5"
8484
pdfminer.six==20201018;python_version>="3.5"

seleniumbase/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# seleniumbase package
2-
__version__ = "1.50.19"
2+
__version__ = "1.50.20"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
'colorama==0.4.4',
163163
'pathlib2==2.3.5;python_version<"3.5"', # Sync with "virtualenv"
164164
'importlib-metadata==2.0.0;python_version<"3.6"', # Sync "virtualenv"
165-
'virtualenv>=20.2.1', # Sync with importlib-metadata and pathlib2
165+
'virtualenv>=20.2.2', # Sync with importlib-metadata and pathlib2
166166
'pymysql==0.10.1',
167167
'coverage==5.3',
168168
'brython==3.9.0',
@@ -183,7 +183,7 @@
183183
'tornado==5.1.1;python_version<"3.5"',
184184
'tornado==6.1;python_version>="3.5"',
185185
'allure-pytest==2.8.22;python_version<"3.5"',
186-
'allure-pytest==2.8.23;python_version>="3.5"',
186+
'allure-pytest==2.8.24;python_version>="3.5"',
187187
'pdfminer.six==20191110;python_version<"3.5"',
188188
'pdfminer.six==20201018;python_version>="3.5"',
189189
],

0 commit comments

Comments
 (0)