Refresh Python dependencies

This commit is contained in:
Michael Mintz 2023-06-29 19:25:42 -04:00
parent 2aea468fa0
commit 326440b1a1
2 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@ pygments==2.14.0;python_version<"3.7"
pygments==2.15.1;python_version>="3.7"
pyreadline3==3.4.1;platform_system=="Windows"
tabcompleter==1.2.1
pdbp==1.4.1
pdbp==1.4.2
colorama==0.4.5;python_version<"3.7"
colorama==0.4.6;python_version>="3.7"
exceptiongroup==1.1.1;python_version>="3.7"

View File

@ -211,7 +211,7 @@ setup(
'pygments==2.15.1;python_version>="3.7"',
'pyreadline3==3.4.1;platform_system=="Windows"',
"tabcompleter==1.2.1",
"pdbp==1.4.1",
"pdbp==1.4.2",
'colorama==0.4.5;python_version<"3.7"',
'colorama==0.4.6;python_version>="3.7"',
'exceptiongroup==1.1.1;python_version>="3.7"',