Skip to content

Commit

Permalink
Unlink project from a specific boto3 version (#8)
Browse files Browse the repository at this point in the history
1.17.112 is already 11 months old and behind several minor versions.
  • Loading branch information
arttuperala authored Feb 5, 2024
1 parent 003e317 commit 60d53da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ package_dir =
packages = find:
python_requires = >=2.7
install_requires =
boto3 == 1.17.112
boto3 >= 1.17.112
[options.extras_require]
tests = pytest < 7; moto[sqs] < 3
Expand Down

0 comments on commit 60d53da

Please sign in to comment.