Skip to content

Commit

Permalink
[6.0.0] Bump botocore requirements (ansible-collections#1744)
Browse files Browse the repository at this point in the history
[6.0.0] Bump botocore requirements

SUMMARY
In line with our botocore version policy bump the minimum requirements

Starting with the 2.0.0 releases of amazon.aws and community.aws, it is generally the collection's policy to
support the versions of botocore and boto3 that were released 12 months prior to the most recent major
collection release, following semantic versioning (for example, 2.0.0, 3.0.0).

ISSUE TYPE

Feature Pull Request

COMPONENT NAME
requirements.txt
ADDITIONAL INFORMATION

boto3 - 1.22.0 - "Mon Apr 25 18:07:20 2022 +0000"
botocore - 1.25.0 - "Mon Apr 25 18:07:02 2022 +0000"

See also ansible-collections#1342

Reviewed-by: Alina Buzachis
  • Loading branch information
tremble authored Mar 13, 2023
1 parent f12fdf5 commit 0f3f295
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions opensearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,6 @@
- how long before wait gives up, in seconds.
default: 300
type: int
requirements:
- botocore >= 1.21.38
extends_documentation_fragment:
- amazon.aws.common.modules
- amazon.aws.region.modules
Expand Down
2 changes: 0 additions & 2 deletions opensearch_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
all tag key, value pairs.
required: false
type: dict
requirements:
- botocore >= 1.21.38
extends_documentation_fragment:
- amazon.aws.common.modules
- amazon.aws.region.modules
Expand Down

0 comments on commit 0f3f295

Please sign in to comment.