Refresh Python dependencies

This commit is contained in:
Michael Mintz 2023-02-03 01:23:58 -05:00
parent 4766d21805
commit e0d89b88ea
2 changed files with 6 additions and 2 deletions

View File

@ -4,6 +4,8 @@ packaging>=21.3;python_version<"3.7"
packaging>=23.0;python_version>="3.7"
setuptools>=59.6.0;python_version<"3.7"
setuptools>=65.7.0;python_version>="3.7"
keyring>=23.4.1;python_version<"3.7"
keyring>=23.13.1;python_version>="3.7"
tomli>=1.2.3;python_version<"3.7"
tomli>=2.0.1;python_version>="3.7"
tqdm>=4.64.1
@ -70,7 +72,7 @@ behave==1.2.6
parse==1.19.0
parse-type==0.6.0
soupsieve==2.3.2.post1
beautifulsoup4==4.11.1
beautifulsoup4==4.11.2
cryptography==36.0.2;python_version<"3.7"
cryptography==39.0.0;python_version>="3.7"
pygments==2.14.0

View File

@ -128,6 +128,8 @@ setup(
'packaging>=23.0;python_version>="3.7"',
'setuptools>=59.6.0;python_version<"3.7"',
'setuptools>=65.7.0;python_version>="3.7"',
'keyring>=23.4.1;python_version<"3.7"',
'keyring>=23.13.1;python_version>="3.7"',
'tomli>=1.2.3;python_version<"3.7"',
'tomli>=2.0.1;python_version>="3.7"',
"tqdm>=4.64.1",
@ -194,7 +196,7 @@ setup(
"parse==1.19.0",
"parse-type==0.6.0",
"soupsieve==2.3.2.post1",
"beautifulsoup4==4.11.1",
"beautifulsoup4==4.11.2",
'cryptography==36.0.2;python_version<"3.7"',
'cryptography==39.0.0;python_version>="3.7"',
"pygments==2.14.0",