diff --git a/setup.py b/setup.py index fd5636b9..a7b2d7a8 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ import setuptools requirements = [ "tqdm==4.62.3", - "pyyaml==5.4.1", + "pyyaml==6.0", "tabulate==0.8.9", "colorama==0.4.4", "termcolor==1.1.0", @@ -82,7 +82,7 @@ setuptools.setup( "types-PyYAML==5.4.10", "types-tabulate==0.8.2", "types-termcolor==1.1.1", - "types-psutil==5.8.12", + "types-psutil==5.8.13", ], }, zip_safe=False,