Skip to content

Commit

Permalink
Merge pull request #23 from mlacroix-ipsos/boto-versions
Browse files Browse the repository at this point in the history
Update boto3 and botocore dependency versions
  • Loading branch information
sankalpbhatia authored Dec 12, 2023
2 parents 7331d34 + c34cec1 commit 35b569c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
with open("CHANGELOG.rst") as changelog_file:
history = changelog_file.read()

requirements = ["Click>=7.0", "boto3==1.26.125", "botocore==1.29.125"]
requirements = ["Click>=7.0", "boto3>=1.26.125", "botocore>=1.29.125"]

test_requirements = [
"pytest==7.3.1",
Expand Down

0 comments on commit 35b569c

Please sign in to comment.