Skip to content

Commit 768ecd2

Browse files
authored
Merge pull request #1629 from seleniumbase/update-pdbp-dependencies
Refresh Python dependencies
2 parents bd4a1a9 + 8ccccc5 commit 768ecd2

File tree

4 files changed

+8
-10
lines changed

4 files changed

+8
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

requirements.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ filelock>=3.4.1;python_version>="3.6" and python_version<"3.7"
2121
filelock>=3.8.2;python_version>="3.7"
2222
platformdirs>=2.0.2;python_version<"3.6"
2323
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"
2525
pyparsing>=2.4.7;python_version<"3.6"
2626
pyparsing>=3.0.7;python_version>="3.6" and python_version<"3.7"
2727
pyparsing>=3.0.9;python_version>="3.7"
@@ -97,9 +97,8 @@ pygments==2.5.2;python_version<"3.6"
9797
pygments==2.13.0;python_version>="3.6"
9898
pyreadline==2.1;platform_system=="Windows" and python_version<"3.6"
9999
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
103102
colorama==0.4.6;python_version<"3.6"
104103
colorama==0.4.5;python_version>="3.6" and python_version<"3.7"
105104
colorama==0.4.6;python_version>="3.7"

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__ = "4.9.6"
2+
__version__ = "4.9.7"

setup.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
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"',
@@ -221,9 +221,8 @@
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"',

0 commit comments

Comments
 (0)