Skip to content

Commit df000a8

Browse files
authored
Merge pull request #739 from seleniumbase/update-dependencies
Update Python dependencies
2 parents ff61653 + c98b93c commit df000a8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ ipython==7.19.0;python_version>="3.7"
5656
colorama==0.4.4
5757
pathlib2==2.3.5;python_version<"3.5"
5858
importlib-metadata==2.0.0;python_version<"3.6"
59-
importlib-metadata==3.0.0;python_version>="3.6"
59+
importlib-metadata==3.1.0;python_version>="3.6"
6060
virtualenv>=20.2.1
6161
pymysql==0.10.1
6262
coverage==5.3
6363
brython==3.9.0
6464
pyotp==2.4.1
6565
boto==2.49.0
66-
cffi==1.14.3
66+
cffi==1.14.4
6767
toml==0.10.2
6868
rich==9.2.0;python_version>="3.6" and python_version<"4.0"
6969
zipp==1.2.0;python_version<"3.6"

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.8"
2+
__version__ = "1.50.9"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,14 +160,14 @@
160160
'colorama==0.4.4',
161161
'pathlib2==2.3.5;python_version<"3.5"', # Sync with "virtualenv"
162162
'importlib-metadata==2.0.0;python_version<"3.6"', # Sync "virtualenv"
163-
'importlib-metadata==3.0.0;python_version>="3.6"', # Sync "virtualenv"
163+
'importlib-metadata==3.1.0;python_version>="3.6"', # Sync "virtualenv"
164164
'virtualenv>=20.2.1', # Sync with importlib-metadata and pathlib2
165165
'pymysql==0.10.1',
166166
'coverage==5.3',
167167
'brython==3.9.0',
168168
'pyotp==2.4.1',
169169
'boto==2.49.0',
170-
'cffi==1.14.3',
170+
'cffi==1.14.4',
171171
'toml==0.10.2',
172172
'rich==9.2.0;python_version>="3.6" and python_version<"4.0"',
173173
'zipp==1.2.0;python_version<"3.6"',

0 commit comments

Comments
 (0)