Refresh Python dependencies

This commit is contained in:
Michael Mintz 2022-12-07 14:38:20 -05:00
parent bd4a1a92ad
commit a3b6bccd0e
2 changed files with 6 additions and 8 deletions

View File

@ -21,7 +21,7 @@ filelock>=3.4.1;python_version>="3.6" and python_version<"3.7"
filelock>=3.8.2;python_version>="3.7"
platformdirs>=2.0.2;python_version<"3.6"
platformdirs>=2.4.0;python_version>="3.6" and python_version<"3.7"
platformdirs>=2.5.4;python_version>="3.7"
platformdirs>=2.6.0;python_version>="3.7"
pyparsing>=2.4.7;python_version<"3.6"
pyparsing>=3.0.7;python_version>="3.6" and python_version<"3.7"
pyparsing>=3.0.9;python_version>="3.7"
@ -97,9 +97,8 @@ pygments==2.5.2;python_version<"3.6"
pygments==2.13.0;python_version>="3.6"
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.2.4
tabcompleter==1.1.0
pdbp==1.2.5
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"

View File

@ -146,7 +146,7 @@ setup(
'filelock>=3.8.2;python_version>="3.7"',
'platformdirs>=2.0.2;python_version<"3.6"',
'platformdirs>=2.4.0;python_version>="3.6" and python_version<"3.7"',
'platformdirs>=2.5.4;python_version>="3.7"',
'platformdirs>=2.6.0;python_version>="3.7"',
'pyparsing>=2.4.7;python_version<"3.6"',
'pyparsing>=3.0.7;python_version>="3.6" and python_version<"3.7"',
'pyparsing>=3.0.9;python_version>="3.7"',
@ -221,9 +221,8 @@ setup(
'pygments==2.13.0;python_version>="3.6"',
'pyreadline==2.1;platform_system=="Windows" and python_version<"3.6"',
'pyreadline3==3.4.1;platform_system=="Windows" and python_version>="3.6"', # noqa: E501
"pyrepl==0.9.0",
"tabcompleter==1.0.0",
"pdbp==1.2.4",
"tabcompleter==1.1.0",
"pdbp==1.2.5",
'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"',