From 25b31116234bf8834ce9dd75dccd1079ecc6118b Mon Sep 17 00:00:00 2001 From: Carl <7985170+carljbai@users.noreply.github.com> Date: Tue, 15 Oct 2024 14:15:27 -0400 Subject: [PATCH] Update setup.py to python 3.12 --- setup.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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", ]