Skip to content

Commit

Permalink
Update dependencies for newer Python installs (#28)
Browse files Browse the repository at this point in the history
Signed-off-by: Simeon Widdis <sawiddis@amazon.com>
  • Loading branch information
Swiddis authored Sep 25, 2024
1 parent 9a1c0f3 commit 800d743
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@
"click == 7.1.2",
"prompt_toolkit == 2.0.6",
"Pygments == 2.15.1",
"cli_helpers[styles] == 1.2.1",
"cli_helpers[styles] == 2.3.0",
"opensearch-py == 1.0.0",
"pyfiglet == 0.8.post1",
"boto3 == 1.34.34",
"requests-aws4auth == 1.2.3",
"setuptools == 74.1.2",
]

_version_re = re.compile(r"__version__\s+=\s+(.*)")
Expand Down

0 comments on commit 800d743

Please sign in to comment.