Skip to content

Commit cb78eca

Browse files
authored
Merge pull request aws-solutions#349 from gockle/hotfix/1.4.2
Updating python dependencies for scheduler-cli
2 parents b1a4b56 + c965af2 commit cb78eca

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)