Skip to content

Commit

Permalink
aws-cli-v2: upgrade 2.18.3 -> 2.18.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-iot-embedded-linux-ci authored and aws-iot-embedded-linux-ci2 committed Oct 11, 2024
1 parent 60128f1 commit 970363e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From a62e39e03866e7bf104de7688b2bf080349d77e4 Mon Sep 17 00:00:00 2001
From 3606f75a14fc9d654e4c284890678a34d366f1c4 Mon Sep 17 00:00:00 2001
From: Thomas Roos <[email protected]>
Date: Fri, 12 Jan 2024 13:24:54 +0000
Subject: [PATCH] This patch is removing exact python version dependency
Expand Down Expand Up @@ -30,7 +30,7 @@ index f2f9b6dc0..a41cfba35 100644
dependencies = [
- "colorama>=0.2.5,<0.4.7",
- "docutils>=0.10,<0.20",
- "cryptography>=40.0.0,<40.0.2",
- "cryptography>=40.0.0,<43.0.2",
- "ruamel.yaml>=0.15.0,<=0.17.21",
- # ruamel.yaml only requires ruamel.yaml.clib for Python versions
- # less than or equal to Python 3.10. In order to ensure we have
Expand All @@ -55,7 +55,7 @@ index f2f9b6dc0..a41cfba35 100644
+ "urllib3>=1.25.4",
]
dynamic = ["version"]

diff --git a/requirements/bootstrap.txt b/requirements/bootstrap.txt
index fcc7ca534..98265db90 100644
--- a/requirements/bootstrap.txt
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ SRC_URI = "\
file://run-ptest \
"

SRCREV = "34bf0247152a99737de10191b145b5d2d9042abb"
SRCREV = "95321ec3770cc366427e08956f1ce59537ee596f"

# version 2.x
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>2\.\d+(\.\d+)+)"
Expand Down

0 comments on commit 970363e

Please sign in to comment.