Skip to content

Commit c965af2

Browse files
committed
Updating python dependencies for scheduler-cli
1 parent a4f05ff commit c965af2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/cli/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
description="AWS Instance Scheduler CLI",
2424
install_requires=[
2525
"argparse",
26-
"requests>=2.18.4",
27-
"jmespath>=0.9.3",
28-
"boto3>=1.4.7"]
26+
"requests>=2.28.1",
27+
"jmespath>=1.0.1",
28+
"boto3>=1.26.48"]
2929
)
3030

0 commit comments

Comments
 (0)