Skip to content

Refresh Python dependencies #1333

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
May 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
<meta property="og:image" content="https://seleniumbase.io/cdn/img/mac_sb_logo_5.png" />
<link rel="icon" href="https://seleniumbase.io/img/green_logo2.png" />

<p align="center"><a href="https://github.com/seleniumbase/SeleniumBase/"><img src="https://seleniumbase.io/cdn/img/super_logo_i.png" alt="SeleniumBase" title="SeleniumBase" width="300" /></a></p>
<p align="left"><a href="https://github.com/seleniumbase/SeleniumBase/"><img src="https://seleniumbase.io/cdn/img/sb_banner_3_wide.png" alt="SeleniumBase" title="SeleniumBase" width="500" /></a></p>
<!-- View on GitHub -->

<p align="center"><div align="center">Fast, easy, and reliable Web/UI testing with Python.</div></p>
<p align="left"><div align="left">✅ Fast, easy, and reliable Web/UI automation & testing with Python.</div></p>

<p align="center">
<p align="left">
<a href="https://github.com/seleniumbase/SeleniumBase/releases">
<img src="https://img.shields.io/github/v/release/seleniumbase/SeleniumBase.svg?color=2277EE" alt="Latest Release on GitHub" /></a> <a href="https://pypi.python.org/pypi/seleniumbase" target="_blank">
<img src="https://img.shields.io/pypi/v/seleniumbase.svg?color=22AAEE" alt="Latest Release on PyPI" /></a> <a href="https://seleniumbase.io">
<img src="https://img.shields.io/badge/docs-seleniumbase.io-11BBDD.svg" alt="SeleniumBase.io Docs" /></a> <a href="https://github.com/seleniumbase/SeleniumBase/actions">
<img src="https://github.com/seleniumbase/SeleniumBase/workflows/CI%20build/badge.svg" alt="SeleniumBase GitHub Actions" /></a> <a href="https://gitter.im/seleniumbase/SeleniumBase" target="_blank"><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>
<img src="https://github.com/seleniumbase/SeleniumBase/workflows/CI%20build/badge.svg" alt="SeleniumBase GitHub Actions" /></a> <a href="https://gitter.im/seleniumbase/SeleniumBase" target="_blank"><img src="https://badges.gitter.im/seleniumbase/SeleniumBase.svg" alt="SeleniumBase" /></a>
</p>

<p align="center">
<p align="left">
<a href="#python_installation">🚀 Start</a> |
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/features_list.md">🎯 Features</a> |
<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/ReadMe.md">📝 Examples</a> |
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ plugins:
on_pre_build: mkdocs_build.prepare:main
# Page tree
nav:
- SeleniumBase: README.md
- SeleniumBase ReadMe: README.md
- Features List: help_docs/features_list.md
- Running Example Tests: examples/ReadMe.md
- Command Line Options: help_docs/customizing_test_runs.md
Expand Down
4 changes: 2 additions & 2 deletions mkdocs_build/prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def main(*args, **kwargs):
if "<!-- View on GitHub -->" in line:
changed = True
line = (
r'<p align="center"><div align="center">'
r'<p align="left"><div align="left">'
r'<a href="https://github.com/seleniumbase/SeleniumBase">'
r'<img src="https://img.shields.io/badge/'
r"✅%20💛%20View%20Code-on%20GitHub%20🌎%20🚀"
Expand All @@ -144,7 +144,7 @@ def main(*args, **kwargs):
if "<!-- SeleniumBase Header1 -->" in line:
changed = True
line = (
'<section align="center"><div align="center">'
'<section align="left"><div align="left">'
"<h2>✅ Reliable Browser Testing</h2>"
"</div></section>"
)
Expand Down
4 changes: 2 additions & 2 deletions mkdocs_build/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ joblib==1.1.0
Markdown==3.3.7
MarkupSafe==2.1.1
pyparsing==3.0.9
keyring==23.5.0
keyring==23.5.1
pkginfo==1.8.2
Jinja2==3.1.2
click==8.1.3
zipp==3.8.0
ghp-import==2.1.0
readme-renderer==35.0
pymdown-extensions==9.4
importlib-metadata==4.11.3
importlib-metadata==4.11.4
bleach==5.0.0
jsmin==3.0.1
lunr==0.6.2
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pip>=20.3.4;python_version<"3.6"
pip>=21.3.1;python_version>="3.6" and python_version<"3.7"
pip>=22.1;python_version>="3.7"
pip>=22.1.1;python_version>="3.7"
packaging>=20.9;python_version<"3.6"
packaging>=21.3;python_version>="3.6"
setuptools>=44.1.1;python_version<"3.5"
Expand Down Expand Up @@ -126,7 +126,7 @@ Pillow==8.4.0;python_version>="3.6" and python_version<"3.7"
Pillow==9.1.1;python_version>="3.7"
typing-extensions==3.10.0.2;python_version<"3.6"
typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.9"
rich==12.4.1;python_version>="3.6" and python_version<"4.0"
rich==12.4.3;python_version>="3.6" and python_version<"4.0"
tornado==5.1.1;python_version<"3.5"
tornado==6.1;python_version>="3.5"
pdfminer.six==20191110;python_version<"3.5"
Expand All @@ -139,7 +139,7 @@ pdfminer.six==20220319;python_version>="3.7"

coverage==5.5;python_version<"3.6"
coverage==6.2;python_version>="3.6" and python_version<"3.7"
coverage==6.3.3;python_version>="3.7"
coverage==6.4;python_version>="3.7"
pytest-cov==2.12.1;python_version<"3.6"
pytest-cov==3.0.0;python_version>="3.6"
flake8==3.7.9;python_version<"3.5"
Expand Down
2 changes: 1 addition & 1 deletion seleniumbase/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# seleniumbase package
__version__ = "3.1.4"
__version__ = "3.1.5"
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
install_requires=[
'pip>=20.3.4;python_version<"3.6"',
'pip>=21.3.1;python_version>="3.6" and python_version<"3.7"',
'pip>=22.1;python_version>="3.7"',
'pip>=22.1.1;python_version>="3.7"',
'packaging>=20.9;python_version<"3.6"',
'packaging>=21.3;python_version>="3.6"',
'setuptools>=44.1.1;python_version<"3.5"',
Expand Down Expand Up @@ -251,7 +251,7 @@
'Pillow==9.1.1;python_version>="3.7"',
'typing-extensions==3.10.0.2;python_version<"3.6"', # <3.9 for "rich"
'typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.9"', # noqa: E501
'rich==12.4.1;python_version>="3.6" and python_version<"4.0"',
'rich==12.4.3;python_version>="3.6" and python_version<"4.0"',
'tornado==5.1.1;python_version<"3.5"',
'tornado==6.1;python_version>="3.5"',
'pdfminer.six==20191110;python_version<"3.5"',
Expand All @@ -265,7 +265,7 @@
"coverage": [
'coverage==5.5;python_version<"3.6"',
'coverage==6.2;python_version>="3.6" and python_version<"3.7"',
'coverage==6.3.3;python_version>="3.7"',
'coverage==6.4;python_version>="3.7"',
'pytest-cov==2.12.1;python_version<"3.6"',
'pytest-cov==3.0.0;python_version>="3.6"',
],
Expand Down