diff --git a/setup.py b/setup.py index 04aa5af..500a003 100755 --- a/setup.py +++ b/setup.py @@ -11,20 +11,20 @@ import versioneer REQUIRED = [ - "PyYAML==6.0", + "PyYAML==6.0.2", "SQLAlchemy==1.4.30", - "colored==1.4.3", + "colored==1.4.4", "cryptography==36.0.1", - "exrex==0.10.5", + "exrex==0.11.0", "mock==4.0.3", "pem==21.2.0", "pylibyaml==0.1.0", "pyperclip==1.8.2", "pyseltongue==1.0.1", "python-dateutil==2.8.2", - "ruamel.yaml.clib==0.2.6", + "ruamel.yaml.clib==0.2.8", "ruamel.yaml==0.17.20", - "setuptools==56.0.0", + "setuptools==65.5.1", "tqdm==4.62.3", ]