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
11931193</div></p>
11941194
11951195<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"
2121filelock >= 3.8.2 ;python_version >= "3.7"
2222platformdirs >= 2.0.2 ;python_version < "3.6"
2323platformdirs >= 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"
2525pyparsing >= 2.4.7 ;python_version < "3.6"
2626pyparsing >= 3.0.7 ;python_version >= "3.6" and python_version<"3.7"
2727pyparsing >= 3.0.9 ;python_version >= "3.7"
@@ -97,9 +97,8 @@ pygments==2.5.2;python_version<"3.6"
9797pygments == 2.13.0 ;python_version >= "3.6"
9898pyreadline == 2.1 ;platform_system == "Windows" and python_version<"3.6"
9999pyreadline3 == 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
103102colorama == 0.4.6 ;python_version < "3.6"
104103colorama == 0.4.5 ;python_version >= "3.6" and python_version<"3.7"
105104colorama == 0.4.6 ;python_version >= "3.7"
Original file line number Diff line number Diff line change 11# seleniumbase package
2- __version__ = "4.9.6 "
2+ __version__ = "4.9.7 "
Original file line number Diff line number Diff line change 146146 'filelock>=3.8.2;python_version>="3.7"' ,
147147 'platformdirs>=2.0.2;python_version<"3.6"' ,
148148 '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"' ,
150150 'pyparsing>=2.4.7;python_version<"3.6"' ,
151151 'pyparsing>=3.0.7;python_version>="3.6" and python_version<"3.7"' ,
152152 'pyparsing>=3.0.9;python_version>="3.7"' ,
221221 'pygments==2.13.0;python_version>="3.6"' ,
222222 'pyreadline==2.1;platform_system=="Windows" and python_version<"3.6"' ,
223223 '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" ,
227226 'colorama==0.4.6;python_version<"3.6"' ,
228227 'colorama==0.4.5;python_version>="3.6" and python_version<"3.7"' ,
229228 'colorama==0.4.6;python_version>="3.7"' ,
You can’t perform that action at this time.
0 commit comments