File tree Expand file tree Collapse file tree 4 files changed +8
-10
lines changed Expand file tree Collapse file tree 4 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -1193,4 +1193,4 @@ pytest --reruns=1 --reruns-delay=1
1193
1193
</div></p>
1194
1194
1195
1195
<p><a href="https://github.com/seleniumbase/SeleniumBase/"><img src="https://seleniumbase.github.io/cdn/img/sb_logo_i2.png" alt="SeleniumBase" title="SeleniumBase" width="240" /></a></p>
1196
- <p><a href="https://www.python.org/downloads/" target="_blank"><img src="https://img.shields.io/pypi/pyversions/seleniumbase.svg?color=22AAEE&logo=python" title="Supported Python Versions" /></a></p>
1196
+ <p><a href="https://www.python.org/downloads/" target="_blank"><img src="https://img.shields.io/pypi/pyversions/seleniumbase.svg?color=22AAEE&logo=python&logoColor=FEDC54 " title="Supported Python Versions" /></a></p>
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ filelock>=3.4.1;python_version>="3.6" and python_version<"3.7"
21
21
filelock >= 3.8.2 ;python_version >= "3.7"
22
22
platformdirs >= 2.0.2 ;python_version < "3.6"
23
23
platformdirs >= 2.4.0 ;python_version >= "3.6" and python_version<"3.7"
24
- platformdirs >= 2.5.4 ;python_version >= "3.7"
24
+ platformdirs >= 2.6.0 ;python_version >= "3.7"
25
25
pyparsing >= 2.4.7 ;python_version < "3.6"
26
26
pyparsing >= 3.0.7 ;python_version >= "3.6" and python_version<"3.7"
27
27
pyparsing >= 3.0.9 ;python_version >= "3.7"
@@ -97,9 +97,8 @@ pygments==2.5.2;python_version<"3.6"
97
97
pygments == 2.13.0 ;python_version >= "3.6"
98
98
pyreadline == 2.1 ;platform_system == "Windows" and python_version<"3.6"
99
99
pyreadline3 == 3.4.1 ;platform_system == "Windows" and python_version>="3.6"
100
- pyrepl == 0.9.0
101
- tabcompleter == 1.0.0
102
- pdbp == 1.2.4
100
+ tabcompleter == 1.1.0
101
+ pdbp == 1.2.5
103
102
colorama == 0.4.6 ;python_version < "3.6"
104
103
colorama == 0.4.5 ;python_version >= "3.6" and python_version<"3.7"
105
104
colorama == 0.4.6 ;python_version >= "3.7"
Original file line number Diff line number Diff line change 1
1
# seleniumbase package
2
- __version__ = "4.9.6 "
2
+ __version__ = "4.9.7 "
Original file line number Diff line number Diff line change 146
146
'filelock>=3.8.2;python_version>="3.7"' ,
147
147
'platformdirs>=2.0.2;python_version<"3.6"' ,
148
148
'platformdirs>=2.4.0;python_version>="3.6" and python_version<"3.7"' ,
149
- 'platformdirs>=2.5.4 ;python_version>="3.7"' ,
149
+ 'platformdirs>=2.6.0 ;python_version>="3.7"' ,
150
150
'pyparsing>=2.4.7;python_version<"3.6"' ,
151
151
'pyparsing>=3.0.7;python_version>="3.6" and python_version<"3.7"' ,
152
152
'pyparsing>=3.0.9;python_version>="3.7"' ,
221
221
'pygments==2.13.0;python_version>="3.6"' ,
222
222
'pyreadline==2.1;platform_system=="Windows" and python_version<"3.6"' ,
223
223
'pyreadline3==3.4.1;platform_system=="Windows" and python_version>="3.6"' , # noqa: E501
224
- "pyrepl==0.9.0" ,
225
- "tabcompleter==1.0.0" ,
226
- "pdbp==1.2.4" ,
224
+ "tabcompleter==1.1.0" ,
225
+ "pdbp==1.2.5" ,
227
226
'colorama==0.4.6;python_version<"3.6"' ,
228
227
'colorama==0.4.5;python_version>="3.6" and python_version<"3.7"' ,
229
228
'colorama==0.4.6;python_version>="3.7"' ,
You can’t perform that action at this time.
0 commit comments