Skip to content

Commit

Permalink
Get the latest improvements from Pdb+
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmintz committed Nov 30, 2022
1 parent f5d5035 commit ffa5b8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -98,7 +98,7 @@ pyreadline==2.1;platform_system=="Windows" and python_version<"3.6"
pyreadline3==3.4.1;platform_system=="Windows" and python_version>="3.6"
pyrepl==0.9.0
tabcompleter==1.0.0
pdbp==1.0.0
pdbp==1.1.0
colorama==0.4.6;python_version<"3.6"
colorama==0.4.5;python_version>="3.6" and python_version<"3.7"
colorama==0.4.6;python_version>="3.7"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -222,7 +222,7 @@
'pyreadline3==3.4.1;platform_system=="Windows" and python_version>="3.6"', # noqa: E501
"pyrepl==0.9.0",
"tabcompleter==1.0.0",
"pdbp==1.0.0",
"pdbp==1.1.0",
'colorama==0.4.6;python_version<"3.6"',
'colorama==0.4.5;python_version>="3.6" and python_version<"3.7"',
'colorama==0.4.6;python_version>="3.7"',
Expand Down

0 comments on commit ffa5b8f

Please sign in to comment.