Skip to content

Commit e4b8643

Browse files
authored
Merge pull request #784 from seleniumbase/update-python-dependencies
Update Python dependencies
2 parents f2a88d0 + 3bdde4e commit e4b8643

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
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">
1515
<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">
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=19A57B" 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, 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>
20+
<p><b>SeleniumBase</b>: A fast & reliable web automation framework for end-to-end testing 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 reporting, visual testing, <a href="https://en.wikipedia.org/wiki/Robotic_process_automation">RPA</a>, and more.</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
@@ -5,7 +5,7 @@ Markdown==3.3.3
55
readme-renderer==28.0
66
pymdown-extensions==8.1
77
mkdocs==1.1.2
8-
mkdocs-material==6.2.4
8+
mkdocs-material==6.2.5
99
mkdocs-simple-hooks==0.1.2
1010
mkdocs-material-extensions==1.0.1
1111
mkdocs-minify-plugin==0.4.0

mkdocs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Project information
2-
site_name: SeleniumBase / Docs
2+
site_name: SeleniumBase
33
site_url: https://seleniumbase.io
44
site_author: Michael Mintz
5-
site_description: A fast, reliable web automation framework for end-to-end testing (and RPA) with Python, pytest, and WebDriver.
5+
site_description: A fast & reliable web automation framework for end-to-end testing with Python, pytest and WebDriver. Includes tools for reporting, visual testing, RPA, and more.
66
# Repository information
77
repo_name: seleniumbase/SeleniumBase
88
repo_url: https://github.com/seleniumbase/SeleniumBase
@@ -47,13 +47,13 @@ theme:
4747
plugins:
4848
- search
4949
- minify:
50-
minify_html: true
50+
minify_html: false
5151
- mkdocs-simple-hooks:
5252
hooks:
5353
on_pre_build: docs.prepare:main
5454
# Page tree
5555
nav:
56-
- SeleniumBase / README: README.md
56+
- SeleniumBase / ReadMe: README.md
5757
- Features List: help_docs/features_list.md
5858
- Running Example Tests: examples/ReadMe.md
5959
- Command Line Options: help_docs/customizing_test_runs.md

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pip>=20.3.3
22
packaging>=20.8
33
setuptools>=44.1.1;python_version<"3.5"
44
setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"
5-
setuptools>=51.1.2;python_version>="3.6"
5+
setuptools>=51.3.3;python_version>="3.6"
66
setuptools-scm>=5.0.1
77
wheel>=0.36.2
88
attrs>=20.3.0
@@ -30,7 +30,7 @@ py==1.10.0;python_version>="3.5"
3030
pytest==4.6.11;python_version<"3.5"
3131
pytest==6.1.2;python_version>="3.5" and python_version<"3.6"
3232
pytest==6.2.1;python_version>="3.6"
33-
pytest-cov==2.10.1
33+
pytest-cov==2.11.0
3434
pytest-forked==1.3.0
3535
pytest-html==1.22.1;python_version<"3.6"
3636
pytest-html==2.0.1;python_version>="3.6"
@@ -64,7 +64,7 @@ ipython==7.19.0;python_version>="3.7"
6464
colorama==0.4.4
6565
pathlib2==2.3.5;python_version<"3.5"
6666
importlib-metadata==2.0.0;python_version<"3.6"
67-
virtualenv>=20.3.1
67+
virtualenv>=20.4.0
6868
pymysql==0.10.1;python_version<"3.6"
6969
pymysql==1.0.2;python_version>="3.6"
7070
coverage==5.3.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.52.2"
2+
__version__ = "1.52.3"

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
'packaging>=20.8',
107107
'setuptools>=44.1.1;python_version<"3.5"',
108108
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
109-
'setuptools>=51.1.2;python_version>="3.6"',
109+
'setuptools>=51.3.3;python_version>="3.6"',
110110
'setuptools-scm>=5.0.1',
111111
'wheel>=0.36.2',
112112
'attrs>=20.3.0',
@@ -134,7 +134,7 @@
134134
'pytest==4.6.11;python_version<"3.5"',
135135
'pytest==6.1.2;python_version>="3.5" and python_version<"3.6"',
136136
'pytest==6.2.1;python_version>="3.6"',
137-
'pytest-cov==2.10.1',
137+
'pytest-cov==2.11.0',
138138
'pytest-forked==1.3.0',
139139
'pytest-html==1.22.1;python_version<"3.6"',
140140
'pytest-html==2.0.1;python_version>="3.6"',
@@ -168,7 +168,7 @@
168168
'colorama==0.4.4',
169169
'pathlib2==2.3.5;python_version<"3.5"', # Sync with "virtualenv"
170170
'importlib-metadata==2.0.0;python_version<"3.6"', # Sync "virtualenv"
171-
'virtualenv>=20.3.1', # Sync with importlib-metadata and pathlib2
171+
'virtualenv>=20.4.0', # Sync with importlib-metadata and pathlib2
172172
'pymysql==0.10.1;python_version<"3.6"',
173173
'pymysql==1.0.2;python_version>="3.6"',
174174
'coverage==5.3.1',

0 commit comments

Comments
 (0)