Refresh Python dependencies

This commit is contained in:
Michael Mintz 2023-04-10 23:46:43 -04:00
parent 7c5cf2c8ae
commit fff5991c75
2 changed files with 6 additions and 2 deletions

View File

@ -79,13 +79,15 @@ soupsieve==2.4;python_version>="3.7"
beautifulsoup4==4.12.2
cryptography==36.0.2;python_version<"3.7"
cryptography==40.0.1;python_version>="3.7"
pygments==2.14.0
pygments==2.14.0;python_version<"3.7"
pygments==2.15.0;python_version>="3.7"
pyreadline3==3.4.1;platform_system=="Windows"
tabcompleter==1.1.0
pdbp==1.2.8
colorama==0.4.5;python_version<"3.7"
colorama==0.4.6;python_version>="3.7"
exceptiongroup==1.1.1;python_version>="3.7"
future-breakpoint==2.0.0;python_version<"3.7"
importlib-metadata==4.2.0;python_version<"3.8"
pycparser==2.21
pyotp==2.7.0;python_version<"3.7"

View File

@ -203,13 +203,15 @@ setup(
"beautifulsoup4==4.12.2",
'cryptography==36.0.2;python_version<"3.7"',
'cryptography==40.0.1;python_version>="3.7"',
"pygments==2.14.0",
'pygments==2.14.0;python_version<"3.7"',
'pygments==2.15.0;python_version>="3.7"',
'pyreadline3==3.4.1;platform_system=="Windows"',
"tabcompleter==1.1.0",
"pdbp==1.2.8",
'colorama==0.4.5;python_version<"3.7"',
'colorama==0.4.6;python_version>="3.7"',
'exceptiongroup==1.1.1;python_version>="3.7"',
'future-breakpoint==2.0.0;python_version<"3.7"',
'importlib-metadata==4.2.0;python_version<"3.8"',
"pycparser==2.21",
'pyotp==2.7.0;python_version<"3.7"',