Skip to content

Commit d1c4b2b

Browse files
authored
Merge pull request #711 from seleniumbase/update-python-requirements
Update Python requirements
2 parents 0cc8178 + 30cfa76 commit d1c4b2b

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ tqdm>=4.50.0
33
livereload==2.6.3;python_version>="3.6"
44
pymdown-extensions==8.0.1
55
mkdocs==1.1.2
6-
mkdocs-material==6.0.1
6+
mkdocs-material==6.0.2
77
mkdocs-simple-hooks==0.1.1
88
mkdocs-material-extensions==1.0.1
99
mkdocs-minify-plugin==0.3.0

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ attrs>=20.2.0
2323
py==1.8.1;python_version<"3.5"
2424
py==1.9.0;python_version>="3.5"
2525
pytest==4.6.11;python_version<"3.5"
26-
pytest==6.1.0;python_version>="3.5"
26+
pytest==6.1.1;python_version>="3.5"
2727
pytest-cov==2.10.1
2828
pytest-forked==1.3.0
2929
pytest-html==1.22.1;python_version<"3.6"
@@ -38,7 +38,7 @@ pytest-xdist==2.1.0;python_version>="3.5"
3838
parameterized==0.7.4
3939
soupsieve==1.9.6;python_version<"3.5"
4040
soupsieve==2.0.1;python_version>="3.5"
41-
beautifulsoup4==4.9.2
41+
beautifulsoup4==4.9.3
4242
cryptography==3.0;python_version<"3.6"
4343
cryptography==3.1.1;python_version>="3.6"
4444
pyopenssl==19.1.0
@@ -55,18 +55,18 @@ ipython==7.18.1;python_version>="3.7"
5555
colorama==0.4.3
5656
pathlib2==2.3.5;python_version<"3.5"
5757
importlib-metadata==2.0.0
58-
virtualenv>=20.0.32
58+
virtualenv>=20.0.33
5959
pymysql==0.10.1
6060
coverage==5.3
6161
brython==3.8.10
6262
pyotp==2.4.0
6363
boto==2.49.0
6464
cffi==1.14.3
6565
zipp==1.2.0;python_version<"3.6"
66-
zipp==3.2.0;python_version>="3.6"
67-
rich==7.1.0;python_version>="3.6" and python_version<"4.0"
66+
zipp==3.3.0;python_version>="3.6"
67+
rich==8.0.0;python_version>="3.6" and python_version<"4.0"
6868
flake8==3.7.9;python_version<"3.5"
69-
flake8==3.8.3;python_version>="3.5"
69+
flake8==3.8.4;python_version>="3.5"
7070
pyflakes==2.1.1;python_version<"3.5"
7171
pyflakes==2.2.0;python_version>="3.5"
7272
certifi>=2020.6.20

setup.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

5555
setup(
5656
name='seleniumbase',
57-
version='1.49.23',
57+
version='1.49.24',
5858
description='A complete framework for Web-UI testing | seleniumbase.io',
5959
long_description=long_description,
6060
long_description_content_type='text/markdown',
@@ -117,7 +117,7 @@
117117
'py==1.8.1;python_version<"3.5"',
118118
'py==1.9.0;python_version>="3.5"',
119119
'pytest==4.6.11;python_version<"3.5"',
120-
'pytest==6.1.0;python_version>="3.5"',
120+
'pytest==6.1.1;python_version>="3.5"',
121121
'pytest-cov==2.10.1',
122122
'pytest-forked==1.3.0',
123123
'pytest-html==1.22.1;python_version<"3.6"',
@@ -132,7 +132,7 @@
132132
'parameterized==0.7.4',
133133
'soupsieve==1.9.6;python_version<"3.5"',
134134
'soupsieve==2.0.1;python_version>="3.5"',
135-
'beautifulsoup4==4.9.2',
135+
'beautifulsoup4==4.9.3',
136136
'cryptography==3.0;python_version<"3.6"',
137137
'cryptography==3.1.1;python_version>="3.6"',
138138
'pyopenssl==19.1.0',
@@ -149,18 +149,18 @@
149149
'colorama==0.4.3',
150150
'pathlib2==2.3.5;python_version<"3.5"', # Sync with "virtualenv"
151151
'importlib-metadata==2.0.0', # Sync with "virtualenv"
152-
'virtualenv>=20.0.32', # Sync with importlib-metadata and pathlib2
152+
'virtualenv>=20.0.33', # Sync with importlib-metadata and pathlib2
153153
'pymysql==0.10.1',
154154
'coverage==5.3',
155155
'brython==3.8.10',
156156
'pyotp==2.4.0',
157157
'boto==2.49.0',
158158
'cffi==1.14.3',
159159
'zipp==1.2.0;python_version<"3.6"',
160-
'zipp==3.2.0;python_version>="3.6"',
161-
'rich==7.1.0;python_version>="3.6" and python_version<"4.0"',
160+
'zipp==3.3.0;python_version>="3.6"',
161+
'rich==8.0.0;python_version>="3.6" and python_version<"4.0"',
162162
'flake8==3.7.9;python_version<"3.5"',
163-
'flake8==3.8.3;python_version>="3.5"',
163+
'flake8==3.8.4;python_version>="3.5"',
164164
'pyflakes==2.1.1;python_version<"3.5"',
165165
'pyflakes==2.2.0;python_version>="3.5"',
166166
'certifi>=2020.6.20',

0 commit comments

Comments
 (0)