Refresh Python dependencies

This commit is contained in:
Michael Mintz 2022-09-14 00:47:59 -04:00
parent c00b2b5a74
commit 25c237c004
2 changed files with 10 additions and 10 deletions

View File

@ -14,9 +14,9 @@ attrs>=21.4.0;python_version<"3.6"
attrs>=22.1.0;python_version>="3.6"
PyYAML>=6.0;python_version>="3.6"
traitlets>=4.3.3;python_version<"3.7"
traitlets>=5.3.0;python_version>="3.7"
traitlets>=5.4.0;python_version>="3.7"
certifi>=2021.10.8;python_version<"3.6"
certifi>=2022.6.15;python_version>="3.6"
certifi>=2022.6.15.2;python_version>="3.6"
filelock>=3.2.1;python_version<"3.6"
filelock>=3.4.1;python_version>="3.6" and python_version<"3.7"
filelock>=3.8.0;python_version>="3.7"
@ -34,7 +34,7 @@ parso==0.8.3;python_version>="3.6"
jedi==0.17.2;python_version<"3.6"
jedi==0.18.1;python_version>="3.6"
idna==2.10;python_version<"3.6"
idna==3.3;python_version>="3.6"
idna==3.4;python_version>="3.6"
chardet==3.0.4;python_version<"3.6"
chardet==4.0.0;python_version>="3.6" and python_version<"3.7"
chardet==5.0.0;python_version>="3.7"
@ -93,7 +93,7 @@ beautifulsoup4==4.9.3;python_version<"3.6"
beautifulsoup4==4.11.1;python_version>="3.6"
cryptography==2.9.2;python_version<"3.6"
cryptography==36.0.2;python_version>="3.6" and python_version<"3.7"
cryptography==37.0.4;python_version>="3.7"
cryptography==38.0.1;python_version>="3.7"
pygments==2.5.2;python_version<"3.6"
pygments==2.13.0;python_version>="3.6"
prompt-toolkit==1.0.18;python_version<"3.6"
@ -111,7 +111,7 @@ pycparser==2.21
pymysql==0.10.1;python_version<"3.6"
pymysql==1.0.2;python_version>="3.6"
pyotp==2.3.0;python_version<"3.6"
pyotp==2.6.0;python_version>="3.6"
pyotp==2.7.0;python_version>="3.6"
cffi==1.15.1
toml==0.10.2
typing-extensions==3.10.0.2;python_version<"3.6"

View File

@ -140,9 +140,9 @@ setup(
'attrs>=22.1.0;python_version>="3.6"',
'PyYAML>=6.0;python_version>="3.6"',
'traitlets>=4.3.3;python_version<"3.7"',
'traitlets>=5.3.0;python_version>="3.7"',
'traitlets>=5.4.0;python_version>="3.7"',
'certifi>=2021.10.8;python_version<"3.6"',
'certifi>=2022.6.15;python_version>="3.6"',
'certifi>=2022.6.15.2;python_version>="3.6"',
'filelock>=3.2.1;python_version<"3.6"',
'filelock>=3.4.1;python_version>="3.6" and python_version<"3.7"',
'filelock>=3.8.0;python_version>="3.7"',
@ -160,7 +160,7 @@ setup(
'jedi==0.17.2;python_version<"3.6"',
'jedi==0.18.1;python_version>="3.6"',
'idna==2.10;python_version<"3.6"', # Must stay in sync with "requests"
'idna==3.3;python_version>="3.6"', # Must stay in sync with "requests"
'idna==3.4;python_version>="3.6"', # Must stay in sync with "requests"
'chardet==3.0.4;python_version<"3.6"', # Stay in sync with "requests"
'chardet==4.0.0;python_version>="3.6" and python_version<"3.7"',
'chardet==5.0.0;python_version>="3.7"', # Stay in sync with "requests"
@ -218,7 +218,7 @@ setup(
'beautifulsoup4==4.11.1;python_version>="3.6"',
'cryptography==2.9.2;python_version<"3.6"',
'cryptography==36.0.2;python_version>="3.6" and python_version<"3.7"',
'cryptography==37.0.4;python_version>="3.7"',
'cryptography==38.0.1;python_version>="3.7"',
'pygments==2.5.2;python_version<"3.6"',
'pygments==2.13.0;python_version>="3.6"',
'prompt-toolkit==1.0.18;python_version<"3.6"',
@ -236,7 +236,7 @@ setup(
'pymysql==0.10.1;python_version<"3.6"',
'pymysql==1.0.2;python_version>="3.6"',
'pyotp==2.3.0;python_version<"3.6"',
'pyotp==2.6.0;python_version>="3.6"',
'pyotp==2.7.0;python_version>="3.6"',
"cffi==1.15.1",
"toml==0.10.2",
'typing-extensions==3.10.0.2;python_version<"3.6"', # <3.9 for "rich"