Refresh required dependencies

This commit is contained in:
Michael Mintz 2023-07-03 14:07:32 -04:00
parent 1256cf4d22
commit 12de944cf3
2 changed files with 6 additions and 4 deletions

View File

@ -21,6 +21,7 @@ filelock>=3.12.2;python_version>="3.7"
platformdirs>=2.4.0;python_version<"3.7"
platformdirs>=3.8.0;python_version>="3.7"
parse>=1.19.1
parse-type>=0.6.1
pyparsing>=3.0.7;python_version<"3.7"
pyparsing>=3.1.0;python_version>="3.7"
zipp==3.6.0;python_version<"3.7"
@ -43,7 +44,7 @@ pynose==1.4.5
sniffio==1.3.0;python_version>="3.7"
h11==0.14.0;python_version>="3.7"
outcome==1.2.0;python_version>="3.7"
trio==0.22.0;python_version>="3.7"
trio==0.22.1;python_version>="3.7"
trio-websocket==0.10.3;python_version>="3.7"
pyopenssl==23.2.0;python_version>="3.7"
wsproto==1.2.0;python_version>="3.7"
@ -89,7 +90,7 @@ tabcompleter==1.2.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"
exceptiongroup==1.1.2;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

View File

@ -147,6 +147,7 @@ setup(
'platformdirs>=2.4.0;python_version<"3.7"',
'platformdirs>=3.8.0;python_version>="3.7"',
'parse>=1.19.1',
'parse-type>=0.6.1',
'pyparsing>=3.0.7;python_version<"3.7"',
'pyparsing>=3.1.0;python_version>="3.7"',
'zipp==3.6.0;python_version<"3.7"',
@ -169,7 +170,7 @@ setup(
'sniffio==1.3.0;python_version>="3.7"',
'h11==0.14.0;python_version>="3.7"',
'outcome==1.2.0;python_version>="3.7"',
'trio==0.22.0;python_version>="3.7"',
'trio==0.22.1;python_version>="3.7"',
'trio-websocket==0.10.3;python_version>="3.7"',
'pyopenssl==23.2.0;python_version>="3.7"',
'wsproto==1.2.0;python_version>="3.7"',
@ -215,7 +216,7 @@ setup(
"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"',
'exceptiongroup==1.1.2;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",