Skip to content

Commit bfbefca

Browse files
authored
Merge pull request #955 from seleniumbase/update-python-dependencies
Update Python dependencies
2 parents 1c31605 + b198258 commit bfbefca

File tree

5 files changed

+18
-20
lines changed

5 files changed

+18
-20
lines changed

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,6 @@
2020
<img src="https://badges.gitter.im/seleniumbase/SeleniumBase.svg" alt="SeleniumBase" /></a> <a href="https://github.com/seleniumbase/SeleniumBase/stargazers"><img src="https://img.shields.io/github/stars/seleniumbase/seleniumbase.svg?color=19A57B" title="Stargazers" /></a> <a href="https://seleniumbase.io">
2121
<img src="https://img.shields.io/badge/docs-%20seleniumbase.io-22BBAA.svg" alt="SeleniumBase.io Docs" /></a></p>
2222

23-
<p align="left">
24-
✅ SeleniumBase is a Python framework for web testing.<br / >
25-
✅ Tests can be run with <b>pytest</b> from the command-line.<br / >
26-
✅ Includes code to simplify & improve WebDriver APIs.<br / >
27-
✅ Supports Chrome, Edge, Firefox, IE, Opera, and Safari.<br />
28-
✅ Includes powerful <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/example_logs/ReadMe.md">reporting and dashboard features</a>.
29-
</p>
30-
31-
<p align="center"><a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_demo_site.py"><img src="https://seleniumbase.io/cdn/gif/demo_page_1.gif" alt="SeleniumBase Demo Mode" title="SeleniumBase Demo Mode" width="450" /></a></p>
32-
3323
<p align="center">
3424
<a href="#python_installation">🚀 Start</a> |
3525
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/ReadMe.md">📖 Examples</a> |
@@ -59,6 +49,14 @@
5949
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/master_qa/ReadMe.md">🛂 MasterQA</a>
6050
</p>
6151

52+
<p align="left">
53+
✅ SeleniumBase is a Python framework for web testing.<br / >
54+
✅ Tests can be run with <b>pytest</b> from the command-line.<br / >
55+
✅ Includes code to simplify & improve WebDriver APIs.<br / >
56+
✅ Supports Chrome, Edge, Firefox, IE, Opera, and Safari.<br />
57+
✅ Includes powerful <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/example_logs/ReadMe.md">reporting and dashboard features</a>.
58+
</p>
59+
6260
--------
6361

6462
<p align="left">Example: <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/my_first_test.py">my_first_test.py</a> (<code>--demo</code> mode)</p>

docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
regex>=2021.7.6
2-
tqdm>=4.61.2
2+
tqdm>=4.62.0
33
livereload==2.6.3;python_version>="3.6"
44
joblib==1.0.1;python_version>="3.6"
55
Markdown==3.3.4;python_version>="3.6"
@@ -12,7 +12,7 @@ click==8.0.1;python_version>="3.6"
1212
zipp==3.5.0;python_version>="3.6"
1313
readme-renderer==29.0
1414
pymdown-extensions==8.2;python_version>="3.6"
15-
importlib-metadata==4.6.1;python_version>="3.6"
15+
importlib-metadata==4.6.3;python_version>="3.6"
1616
lunr==0.6.0;python_version>="3.6"
1717
nltk==3.6.2;python_version>="3.6"
1818
watchdog==2.1.3;python_version>="3.6"

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pip>=20.3.4;python_version<"3.6"
2-
pip>=21.2.1;python_version>="3.6"
2+
pip>=21.2.2;python_version>="3.6"
33
packaging>=20.9;python_version<"3.6"
44
packaging>=21.0;python_version>="3.6"
55
typing-extensions>=3.10.0.0
@@ -25,7 +25,7 @@ idna==2.10;python_version<"3.6"
2525
idna==3.2;python_version>="3.6"
2626
chardet==3.0.4;python_version<"3.6"
2727
chardet==4.0.0;python_version>="3.6"
28-
charset-normalizer==2.0.3;python_version>="3.6"
28+
charset-normalizer==2.0.4;python_version>="3.6"
2929
urllib3==1.26.6
3030
requests==2.26.0;python_version<"3.5"
3131
requests==2.25.1;python_version>="3.5" and python_version<"3.6"
@@ -86,7 +86,7 @@ platformdirs==2.0.2;python_version<"3.6"
8686
platformdirs==2.2.0;python_version>="3.6"
8787
pathlib2==2.3.5;python_version<"3.5"
8888
importlib-metadata==2.0.0;python_version<"3.6"
89-
virtualenv>=20.6.0
89+
virtualenv>=20.7.0
9090
pymysql==0.10.1;python_version<"3.6"
9191
pymysql==1.0.2;python_version>="3.6"
9292
pyotp==2.6.0

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.63.19"
2+
__version__ = "1.63.20"

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
print("\n*** Installing twine: *** (Required for PyPI uploads)\n")
5151
os.system("python -m pip install --upgrade 'twine>=1.15.0'")
5252
print("\n*** Installing tqdm: *** (Required for PyPI uploads)\n")
53-
os.system("python -m pip install --upgrade 'tqdm>=4.61.2'")
53+
os.system("python -m pip install --upgrade 'tqdm>=4.62.0'")
5454
print("\n*** Publishing The Release to PyPI: ***\n")
5555
os.system("python -m twine upload dist/*") # Requires ~/.pypirc Keys
5656
print("\n*** The Release was PUBLISHED SUCCESSFULLY to PyPI! :) ***\n")
@@ -114,7 +114,7 @@
114114
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
115115
install_requires=[
116116
'pip>=20.3.4;python_version<"3.6"',
117-
'pip>=21.2.1;python_version>="3.6"',
117+
'pip>=21.2.2;python_version>="3.6"',
118118
'packaging>=20.9;python_version<"3.6"',
119119
'packaging>=21.0;python_version>="3.6"',
120120
"typing-extensions>=3.10.0.0",
@@ -140,7 +140,7 @@
140140
'idna==3.2;python_version>="3.6"', # Must stay in sync with "requests"
141141
'chardet==3.0.4;python_version<"3.6"', # Stay in sync with "requests"
142142
'chardet==4.0.0;python_version>="3.6"', # Stay in sync with "requests"
143-
'charset-normalizer==2.0.3;python_version>="3.6"', # Sync "requests"
143+
'charset-normalizer==2.0.4;python_version>="3.6"', # Sync "requests"
144144
"urllib3==1.26.6", # Must stay in sync with "requests"
145145
'requests==2.26.0;python_version<"3.5"',
146146
'requests==2.25.1;python_version>="3.5" and python_version<"3.6"',
@@ -201,7 +201,7 @@
201201
'platformdirs==2.2.0;python_version>="3.6"',
202202
'pathlib2==2.3.5;python_version<"3.5"', # Sync with "virtualenv"
203203
'importlib-metadata==2.0.0;python_version<"3.6"', # Sync "virtualenv"
204-
"virtualenv>=20.6.0", # Sync with importlib-metadata and pathlib2
204+
"virtualenv>=20.7.0", # Sync with importlib-metadata and pathlib2
205205
'pymysql==0.10.1;python_version<"3.6"',
206206
'pymysql==1.0.2;python_version>="3.6"',
207207
"pyotp==2.6.0",

0 commit comments

Comments
 (0)