Skip to content

Commit dce489a

Browse files
authored
Merge pull request #766 from seleniumbase/update-dependencies
Update Python dependencies
2 parents e4d56ad + 931e680 commit dce489a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

requirements.txt

Lines changed: 2 additions & 2 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.0;python_version>="3.6"
5+
setuptools>=51.1.1;python_version>="3.6"
66
setuptools-scm>=5.0.1
77
wheel>=0.36.2
88
attrs>=20.3.0
@@ -74,7 +74,7 @@ toml==0.10.2
7474
Pillow==6.2.2;python_version<"3.5"
7575
Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"
7676
Pillow==8.0.1;python_version>="3.6"
77-
rich==9.5.1;python_version>="3.6" and python_version<"4.0"
77+
rich==9.6.1;python_version>="3.6" and python_version<"4.0"
7878
zipp==1.2.0;python_version<"3.6"
7979
zipp==3.4.0;python_version>="3.6"
8080
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.51.6"
2+
__version__ = "1.51.7"

setup.py

Lines changed: 2 additions & 2 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.0;python_version>="3.6"',
109+
'setuptools>=51.1.1;python_version>="3.6"',
110110
'setuptools-scm>=5.0.1',
111111
'wheel>=0.36.2',
112112
'attrs>=20.3.0',
@@ -178,7 +178,7 @@
178178
'Pillow==6.2.2;python_version<"3.5"',
179179
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"',
180180
'Pillow==8.0.1;python_version>="3.6"',
181-
'rich==9.5.1;python_version>="3.6" and python_version<"4.0"',
181+
'rich==9.6.1;python_version>="3.6" and python_version<"4.0"',
182182
'zipp==1.2.0;python_version<"3.6"',
183183
'zipp==3.4.0;python_version>="3.6"',
184184
'flake8==3.7.9;python_version<"3.5"',

0 commit comments

Comments
 (0)