File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ pip>=20.3.3
2
2
packaging >= 20.8
3
3
setuptools >= 44.1.1 ;python_version < "3.5"
4
4
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"
6
6
setuptools-scm >= 5.0.1
7
7
wheel >= 0.36.2
8
8
attrs >= 20.3.0
@@ -74,7 +74,7 @@ toml==0.10.2
74
74
Pillow == 6.2.2 ;python_version < "3.5"
75
75
Pillow == 7.2.0 ;python_version >= "3.5" and python_version<"3.6"
76
76
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"
78
78
zipp == 1.2.0 ;python_version < "3.6"
79
79
zipp == 3.4.0 ;python_version >= "3.6"
80
80
flake8 == 3.7.9 ;python_version < "3.5"
Original file line number Diff line number Diff line change 1
1
# seleniumbase package
2
- __version__ = "1.51.6 "
2
+ __version__ = "1.51.7 "
Original file line number Diff line number Diff line change 106
106
'packaging>=20.8' ,
107
107
'setuptools>=44.1.1;python_version<"3.5"' ,
108
108
'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"' ,
110
110
'setuptools-scm>=5.0.1' ,
111
111
'wheel>=0.36.2' ,
112
112
'attrs>=20.3.0' ,
178
178
'Pillow==6.2.2;python_version<"3.5"' ,
179
179
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"' ,
180
180
'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"' ,
182
182
'zipp==1.2.0;python_version<"3.6"' ,
183
183
'zipp==3.4.0;python_version>="3.6"' ,
184
184
'flake8==3.7.9;python_version<"3.5"' ,
You can’t perform that action at this time.
0 commit comments