Skip to content

Commit 12972ea

Browse files
authored
Merge pull request #3878 from seleniumbase/fix-debugger-on-python-3.13
Fix debugger on Python 3.13
2 parents 9ecb529 + 7886a19 commit 12972ea

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pyyaml>=6.0.2
2929
pygments>=2.19.2
3030
pyreadline3>=3.5.3;platform_system=="Windows"
3131
tabcompleter>=1.4.0
32-
pdbp>=1.7.0
32+
pdbp>=1.7.1
3333
idna==3.10
3434
chardet==5.2.0
3535
charset-normalizer>=3.4.2,<4

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.40.3"
2+
__version__ = "4.40.4"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
'pygments>=2.19.2',
178178
'pyreadline3>=3.5.3;platform_system=="Windows"',
179179
"tabcompleter>=1.4.0",
180-
"pdbp>=1.7.0",
180+
"pdbp>=1.7.1",
181181
"idna==3.10",
182182
'chardet==5.2.0',
183183
'charset-normalizer>=3.4.2,<4',

0 commit comments

Comments
 (0)