Skip to content

Commit 6e96e98

Browse files
authored
Merge pull request #228 from olcf/carljbai-patch-1
Update setup.py to python 3.12
2 parents 8550b51 + 25b3111 commit 6e96e98

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@
1111
import versioneer
1212

1313
REQUIRED = [
14-
"PyYAML==6.0",
14+
"PyYAML==6.0.2",
1515
"SQLAlchemy==1.4.30",
16-
"colored==1.4.3",
16+
"colored==1.4.4",
1717
"cryptography==36.0.1",
18-
"exrex==0.10.5",
18+
"exrex==0.11.0",
1919
"mock==4.0.3",
2020
"pem==21.2.0",
2121
"pylibyaml==0.1.0",
2222
"pyperclip==1.8.2",
2323
"pyseltongue==1.0.1",
2424
"python-dateutil==2.8.2",
25-
"ruamel.yaml.clib==0.2.6",
25+
"ruamel.yaml.clib==0.2.8",
2626
"ruamel.yaml==0.17.20",
27-
"setuptools==56.0.0",
27+
"setuptools==65.5.1",
2828
"tqdm==4.62.3",
2929
]
3030

0 commit comments

Comments
 (0)