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:
117117 pip install --require-hashes -r requirements.txt
118118
119119 - name : Set up QEMU
120- uses : docker/setup-qemu-action@5964de0df58d5ad28b04d8fe2e6b80ad47105b91 # v2.0.0
120+ uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v2.0.0
121121 with :
122122 platforms : arm64
123123 # 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:
139139 pip install --require-hashes -r requirements.txt
140140
141141 - name : Set up QEMU
142- uses : docker/setup-qemu-action@5964de0df58d5ad28b04d8fe2e6b80ad47105b91 # v2.0.0
142+ uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v2.0.0
143143 with :
144144 platforms : arm64
145145 # NOTE: we need QEMU to build Layer against a different architecture (e.g., ARM)
Original file line number Diff line number Diff line change 5151 python-version : ${{ matrix.python-version }}
5252 cache : " poetry"
5353 - name : Set up QEMU
54- uses : docker/setup-qemu-action@5964de0df58d5ad28b04d8fe2e6b80ad47105b91 # v2.0.0
54+ uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v2.0.0
5555 with :
5656 platforms : arm64
5757 # NOTE: we need QEMU to build Layer against a different architecture (e.g., ARM)
Original file line number Diff line number Diff line change 1010
1111## Maintenance
1212
13- * **ci:** new pre-release 3.7.1a0 ([#6166](https://github.com/aws-powertools/powertools-lambda-python/issues/6166))
1413* **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))
1516* **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 ))
1718* **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))
1819* **deps:** bump pydantic-settings from 2.8.0 to 2.8.1 ([#6182](https://github.com/aws-powertools/powertools-lambda-python/issues/6182))
1920* **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 ))
2122* **deps-dev:** bump ruff from 0.9.7 to 0.9.8 ([#6184](https://github.com/aws-powertools/powertools-lambda-python/issues/6184))
2223* **deps-dev:** bump aws-cdk from 2.1000.3 to 2.1001.0 ([#6173](https://github.com/aws-powertools/powertools-lambda-python/issues/6173))
2324* **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"
107107aws-requests-auth = " ^0.4.3"
108108urllib3 = " <2"
109109requests = " >=2.32.0"
110- cfn-lint = " 1.26.1 "
110+ cfn-lint = " 1.27.0 "
111111mypy = " ^1.1.1"
112112types-python-dateutil = " ^2.8.19.6"
113113aws-cdk-aws-appsync-alpha = " ^2.59.0a0"
114114httpx = " >=0.23.3,<0.29.0"
115115sentry-sdk = " >=1.22.2,<3.0.0"
116- ruff = " >=0.5.1,<0.9.9 "
116+ ruff = " >=0.5.1,<0.9.10 "
117117retry2 = " ^0.9.5"
118118pytest-socket = " >=0.6,<0.8"
119119types-redis = " ^4.6.0.7"
You can’t perform that action at this time.
0 commit comments