Skip to content

Commit be3111e

Browse files
authoredNov 1, 2024··
awscli v1.35.19 (#1704)
* updated v1.35.19 * MNT: Re-rendered with conda-build 24.9.0, conda-smithy 3.43.1, and conda-forge-pinning 2024.10.31.07.03.28
1 parent 4b49af3 commit be3111e

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed
 

‎.scripts/run_win_build.bat

-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎azure-pipelines.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎recipe/meta.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% set name = "awscli" %}
2-
{% set version = "1.35.18" %}
3-
{% set hash = "a859ec91b2723b7c063a0eeccfc9a260c2b08072468a47d2d532eb25b102d676" %}
2+
{% set version = "1.35.19" %}
3+
{% set hash = "ab9e6d3c931f8ab72d600339b33c283ff977859bf58de3c6cbfbb79498681120" %}
44

55
package:
66
name: {{ name|lower }}
@@ -29,7 +29,7 @@ requirements:
2929
run:
3030
- python
3131
# - python >=3.8
32-
- botocore ==1.35.52
32+
- botocore ==1.35.53
3333
- colorama >=0.2.5,<0.4.7
3434
- docutils >=0.10,<0.17
3535
- rsa >=3.1.2,<4.8

0 commit comments

Comments
 (0)
Please sign in to comment.