Skip to content

Commit 09ea75b

Browse files
authored
Merge pull request #777 from seleniumbase/update-dependencies
Update Python dependencies
2 parents bf9743b + b5b9e02 commit 09ea75b

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,7 +56,7 @@ pygments==2.7.3;python_version>="3.5"
5656
traitlets==4.3.3;python_version<"3.7"
5757
traitlets==5.0.5;python_version>="3.7"
5858
prompt-toolkit==1.0.18;python_version<"3.6"
59-
prompt-toolkit==3.0.9;python_version>="3.6"
59+
prompt-toolkit==3.0.10;python_version>="3.6"
6060
ipython==5.10.0;python_version<"3.5"
6161
ipython==6.5.0;python_version>="3.5" and python_version<"3.6"
6262
ipython==7.16.1;python_version>="3.6" and python_version<"3.7"
@@ -66,7 +66,7 @@ pathlib2==2.3.5;python_version<"3.5"
6666
importlib-metadata==2.0.0;python_version<"3.6"
6767
virtualenv>=20.2.2
6868
pymysql==0.10.1;python_version<"3.6"
69-
pymysql==1.0.0;python_version>="3.6"
69+
pymysql==1.0.1;python_version>="3.6"
7070
coverage==5.3.1
7171
brython==3.9.1
7272
pyotp==2.4.1

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.51.11"
2+
__version__ = "1.51.12"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
'traitlets==5.0.5;python_version>="3.7"',
162162
'ipython==5.10.0;python_version<"3.5"',
163163
'prompt-toolkit==1.0.18;python_version<"3.6"',
164-
'prompt-toolkit==3.0.9;python_version>="3.6"',
164+
'prompt-toolkit==3.0.10;python_version>="3.6"',
165165
'ipython==6.5.0;python_version>="3.5" and python_version<"3.6"',
166166
'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"',
167167
'ipython==7.19.0;python_version>="3.7"',
@@ -170,7 +170,7 @@
170170
'importlib-metadata==2.0.0;python_version<"3.6"', # Sync "virtualenv"
171171
'virtualenv>=20.2.2', # Sync with importlib-metadata and pathlib2
172172
'pymysql==0.10.1;python_version<"3.6"',
173-
'pymysql==1.0.0;python_version>="3.6"',
173+
'pymysql==1.0.1;python_version>="3.6"',
174174
'coverage==5.3.1',
175175
'brython==3.9.1',
176176
'pyotp==2.4.1',

0 commit comments

Comments
 (0)