File tree Expand file tree Collapse file tree 6 files changed +53
-52
lines changed Expand file tree Collapse file tree 6 files changed +53
-52
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117
117
pip install --require-hashes -r requirements.txt
118
118
119
119
- name : Set up QEMU
120
- uses : docker/setup-qemu-action@5964de0df58d5ad28b04d8fe2e6b80ad47105b91 # v2.0.0
120
+ uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v2.0.0
121
121
with :
122
122
platforms : arm64
123
123
# NOTE: we need QEMU to build Layer against a different architecture (e.g., ARM)
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ jobs:
139
139
pip install --require-hashes -r requirements.txt
140
140
141
141
- name : Set up QEMU
142
- uses : docker/setup-qemu-action@5964de0df58d5ad28b04d8fe2e6b80ad47105b91 # v2.0.0
142
+ uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v2.0.0
143
143
with :
144
144
platforms : arm64
145
145
# NOTE: we need QEMU to build Layer against a different architecture (e.g., ARM)
Original file line number Diff line number Diff line change 51
51
python-version : ${{ matrix.python-version }}
52
52
cache : " poetry"
53
53
- name : Set up QEMU
54
- uses : docker/setup-qemu-action@5964de0df58d5ad28b04d8fe2e6b80ad47105b91 # v2.0.0
54
+ uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v2.0.0
55
55
with :
56
56
platforms : arm64
57
57
# NOTE: we need QEMU to build Layer against a different architecture (e.g., ARM)
Original file line number Diff line number Diff line change 10
10
11
11
## Maintenance
12
12
13
- * **ci:** new pre-release 3.7.1a0 ([#6166](https://github.com/aws-powertools/powertools-lambda-python/issues/6166))
14
13
* **ci:** new pre-release 3.7.1a2 ([#6186](https://github.com/aws-powertools/powertools-lambda-python/issues/6186))
14
+ * **ci:** new pre-release 3.7.1a0 ([#6166](https://github.com/aws-powertools/powertools-lambda-python/issues/6166))
15
+ * **ci:** enable SAR deployment ([#6104](https://github.com/aws-powertools/powertools-lambda-python/issues/6104))
15
16
* **ci:** new pre-release 3.7.1a1 ([#6178](https://github.com/aws-powertools/powertools-lambda-python/issues/6178))
16
- * **deps:** bump docker/setup-qemu-action from 3.4.0 to 3.5.0 ([#6176 ](https://github.com/aws-powertools/powertools-lambda-python/issues/6176 ))
17
+ * **deps:** bump actions/download-artifact from 4.1.8 to 4.1.9 ([#6174 ](https://github.com/aws-powertools/powertools-lambda-python/issues/6174 ))
17
18
* **deps:** bump docker/setup-buildx-action from 3.9.0 to 3.10.0 ([#6175](https://github.com/aws-powertools/powertools-lambda-python/issues/6175))
18
19
* **deps:** bump pydantic-settings from 2.8.0 to 2.8.1 ([#6182](https://github.com/aws-powertools/powertools-lambda-python/issues/6182))
19
20
* **deps:** bump codecov/codecov-action from 5.3.1 to 5.4.0 ([#6180](https://github.com/aws-powertools/powertools-lambda-python/issues/6180))
20
- * **deps:** bump actions/download-artifact from 4.1.8 to 4.1.9 ([#6174 ](https://github.com/aws-powertools/powertools-lambda-python/issues/6174 ))
21
+ * **deps:** bump docker/setup-qemu-action from 3.4.0 to 3.5.0 ([#6176 ](https://github.com/aws-powertools/powertools-lambda-python/issues/6176 ))
21
22
* **deps-dev:** bump ruff from 0.9.7 to 0.9.8 ([#6184](https://github.com/aws-powertools/powertools-lambda-python/issues/6184))
22
23
* **deps-dev:** bump aws-cdk from 2.1000.3 to 2.1001.0 ([#6173](https://github.com/aws-powertools/powertools-lambda-python/issues/6173))
23
24
* **deps-dev:** bump cfn-lint from 1.26.0 to 1.26.1 ([#6169](https://github.com/aws-powertools/powertools-lambda-python/issues/6169))
Original file line number Diff line number Diff line change @@ -107,13 +107,13 @@ hvac = "^2.3.0"
107
107
aws-requests-auth = " ^0.4.3"
108
108
urllib3 = " <2"
109
109
requests = " >=2.32.0"
110
- cfn-lint = " 1.26.1 "
110
+ cfn-lint = " 1.27.0 "
111
111
mypy = " ^1.1.1"
112
112
types-python-dateutil = " ^2.8.19.6"
113
113
aws-cdk-aws-appsync-alpha = " ^2.59.0a0"
114
114
httpx = " >=0.23.3,<0.29.0"
115
115
sentry-sdk = " >=1.22.2,<3.0.0"
116
- ruff = " >=0.5.1,<0.9.9 "
116
+ ruff = " >=0.5.1,<0.9.10 "
117
117
retry2 = " ^0.9.5"
118
118
pytest-socket = " >=0.6,<0.8"
119
119
types-redis = " ^4.6.0.7"
You can’t perform that action at this time.
0 commit comments