Skip to content
This repository was archived by the owner on Oct 2, 2025. It is now read-only.

Commit 23efcd2

Browse files
Changes for release v3.0.14 (#282)
1 parent fb3ea8e commit 23efcd2

File tree

11 files changed

+223
-168
lines changed

11 files changed

+223
-168
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.0.14] - 2025-08-27
9+
10+
### Security
11+
12+
- Upgraded urllib3 and requests packages
13+
814
## [3.0.13] - 2025-07-31
915

1016
### Security

NOTICE.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -971,6 +971,7 @@ renderkid under the MIT license.
971971
requests under the Apache License Version 2.0
972972
requests under the Apache-2.0 license.
973973
requests_aws4auth under the MIT license.
974+
requests-mock under the Apache-2.0 license.
974975
require-directory under the MIT license.
975976
require-from-string under the MIT license.
976977
requires-port under the MIT license.

solution-manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: SO0222 # Solution Id
33
name: amazon-marketing-cloud-uploader-from-aws # trademarked name
4-
version: v3.0.13 # current version of the solution. Used to verify template headers
4+
version: v3.0.14 # current version of the solution. Used to verify template headers
55
cloudformation_templates: # This list should match with AWS CloudFormation templates section of IG
66
- template: amazon-marketing-cloud-uploader-from-aws.template
77
main_template: true
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
requests>=2.32.4
2-
urllib3==2.2.2
2+
urllib3>=2.5.0

source/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ phonenumbers==8.13.36
99
pytest==8.2.0
1010
pytest-cov==5.0.0
1111
regex==2024.4.28
12-
requests>=2.32.2
12+
requests>=2.32.4
1313
requests_aws4auth==1.2.3
1414
selenium==4.10.0
1515
webdriver-manager==4.0.1

source/share/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ def process_request(self, **kwargs):
268268
"Authorization": f'Bearer {kwargs["access_token"]}',
269269
"Content-Type": "application/json",
270270
"x-amzn-service-name": "amazon-marketing-cloud-uploader-from-aws",
271-
"x-amzn-service-version": "v3.0.13"
271+
"x-amzn-service-version": "v3.0.14"
272272
}
273273

274274
if kwargs.get("advertiser_id"):

0 commit comments

Comments
 (0)