Skip to content

Commit f2a88d0

Browse files
authored
Merge pull request #782 from seleniumbase/update-python-dependencies
Update Python dependencies
2 parents cefbfd8 + 940667f commit f2a88d0

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
<p align="center"><a href="https://github.com/seleniumbase/SeleniumBase/releases">
1313
<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">
1414
<img src="https://img.shields.io/pypi/v/seleniumbase.svg?color=22AAEE" alt="Latest Release on PyPI" /></a> <a href="https://dev.azure.com/seleniumbase/seleniumbase/_build/latest?definitionId=1&branchName=master"> <img src="https://dev.azure.com/seleniumbase/seleniumbase/_apis/build/status/seleniumbase.SeleniumBase?branchName=master" alt="SeleniumBase Azure Pipelines" /></a> <a href="https://github.com/seleniumbase/SeleniumBase/actions">
15-
<img src="https://github.com/seleniumbase/SeleniumBase/workflows/CI%20build/badge.svg" alt="SeleniumBase GitHub Actions" /></a> <a href="https://github.com/seleniumbase/SeleniumBase/stargazers"><img src="https://img.shields.io/github/stars/seleniumbase/seleniumbase.svg?color=888CFA" title="Stargazers" /></a> <a href="https://gitter.im/seleniumbase/SeleniumBase">
16-
<img src="https://badges.gitter.im/seleniumbase/SeleniumBase.svg" alt="SeleniumBase" /></a> <a href="http://pepy.tech/count/seleniumbase"> <img src="http://pepy.tech/badge/seleniumbase" alt="SeleniumBase PyPI downloads" /></a> <a href="https://twitter.com/SeleniumBase">
15+
<img src="https://github.com/seleniumbase/SeleniumBase/workflows/CI%20build/badge.svg" alt="SeleniumBase GitHub Actions" /></a> <a href="https://gitter.im/seleniumbase/SeleniumBase">
16+
<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=7C6FFA" title="Stargazers" /></a> <a href="http://pepy.tech/count/seleniumbase"> <img src="http://pepy.tech/badge/seleniumbase" alt="SeleniumBase PyPI downloads" /></a> <a href="https://twitter.com/SeleniumBase">
1717
<img src="https://img.shields.io/twitter/follow/seleniumbase.svg?style=flat-rounded&logo=twitter&label=followers" alt="SeleniumBase Twitter followers" /></a> <a href="https://seleniumbase.io">
1818
<img src="https://img.shields.io/badge/docs-%20seleniumbase.io-22BBAA.svg" alt="SeleniumBase.io Docs" /></a></p>
1919

20-
<p><b>SeleniumBase</b>: A fast and reliable web automation framework for end-to-end testing and <a href="https://en.wikipedia.org/wiki/Robotic_process_automation">RPA</a> with <a href="https://www.python.org/">Python</a>, <a href="https://docs.pytest.org/en/latest/index.html">pytest</a> and <a href="https://www.w3.org/TR/webdriver2/#endpoints">WebDriver</a>. Includes tools for reports, charts, presentations, product tours, and visual testing.</p>
20+
<p><b>SeleniumBase</b>: A fast, reliable web automation framework for end-to-end testing / <a href="https://en.wikipedia.org/wiki/Robotic_process_automation">RPA</a> with <a href="https://www.python.org/">Python</a>, <a href="https://docs.pytest.org/en/latest/index.html">pytest</a> and <a href="https://www.w3.org/TR/webdriver2/#endpoints">WebDriver</a>. Includes tools for reports, charts, presentations, product tours, and visual testing.</p>
2121

2222
<p align="center">
2323
<a href="#python_installation">🚀 Start</a> |

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ mkdocs==1.1.2
88
mkdocs-material==6.2.4
99
mkdocs-simple-hooks==0.1.2
1010
mkdocs-material-extensions==1.0.1
11-
mkdocs-minify-plugin==0.3.0
11+
mkdocs-minify-plugin==0.4.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ toml==0.10.2
7676
Pillow==6.2.2;python_version<"3.5"
7777
Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"
7878
Pillow==8.1.0;python_version>="3.6"
79-
rich==9.8.1;python_version>="3.6" and python_version<"4.0"
79+
rich==9.8.2;python_version>="3.6" and python_version<"4.0"
8080
zipp==1.2.0;python_version<"3.6"
8181
zipp==3.4.0;python_version>="3.6"
8282
flake8==3.7.9;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.52.1"
2+
__version__ = "1.52.2"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
'Pillow==6.2.2;python_version<"3.5"',
181181
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"',
182182
'Pillow==8.1.0;python_version>="3.6"',
183-
'rich==9.8.1;python_version>="3.6" and python_version<"4.0"',
183+
'rich==9.8.2;python_version>="3.6" and python_version<"4.0"',
184184
'zipp==1.2.0;python_version<"3.6"',
185185
'zipp==3.4.0;python_version>="3.6"',
186186
'flake8==3.7.9;python_version<"3.5"',

0 commit comments

Comments
 (0)