File tree Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ jobs:
232
232
233
233
- name : Upload to PyPi prod
234
234
if : ${{ !inputs.skip_pypi }}
235
- uses : pypa/gh-action-pypi-publish@0ab0b79471669eb3a4d647e625009c62f9f3b241 # v1.10.1
235
+ uses : pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b # v1.10.2
236
236
237
237
# Creates a PR with the latest version we've just released
238
238
# since our trunk is protected against any direct pushes from automation
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120
120
pip install --require-hashes -r requirements.txt
121
121
122
122
- name : Set up QEMU
123
- uses : docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v2.0.0
123
+ uses : docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v2.0.0
124
124
with :
125
125
platforms : arm64
126
126
# NOTE: we need QEMU to build Layer against a different architecture (e.g., ARM)
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ jobs:
131
131
- name : Install poetry
132
132
run : pipx install git+https://github.com/python-poetry/poetry@68b88e5390720a3dd84f02940ec5200bfce39ac6 # v1.5.0
133
133
- name : Set up Python
134
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1 .0
134
+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
135
135
with :
136
136
python-version : " 3.12"
137
137
cache : " poetry"
@@ -169,7 +169,7 @@ jobs:
169
169
- name : Install poetry
170
170
run : pipx install git+https://github.com/python-poetry/poetry@68b88e5390720a3dd84f02940ec5200bfce39ac6 # v1.5.0
171
171
- name : Set up Python
172
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1 .0
172
+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
173
173
with :
174
174
python-version : " 3.12"
175
175
cache : " poetry"
@@ -237,12 +237,12 @@ jobs:
237
237
238
238
- name : Upload to PyPi prod
239
239
if : ${{ !inputs.skip_pypi }}
240
- uses : pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450 # v1.8.14
240
+ uses : pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b # v1.10.2
241
241
242
242
# PyPi test maintenance affected us numerous times, leaving for history purposes
243
243
# - name: Upload to PyPi test
244
244
# if: ${{ !inputs.skip_pypi }}
245
- # uses: pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450 # v1.8.14
245
+ # uses: pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b # v1.10.2
246
246
# with:
247
247
# repository-url: https://test.pypi.org/legacy/
248
248
Original file line number Diff line number Diff line change @@ -237,12 +237,12 @@ jobs:
237
237
238
238
- name : Upload to PyPi prod
239
239
if : ${{ !inputs.skip_pypi }}
240
- uses : pypa/gh-action-pypi-publish@0ab0b79471669eb3a4d647e625009c62f9f3b241 # v1.10.1
240
+ uses : pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b # v1.10.2
241
241
242
242
# PyPi test maintenance affected us numerous times, leaving for history purposes
243
243
# - name: Upload to PyPi test
244
244
# if: ${{ !inputs.skip_pypi }}
245
- # uses: pypa/gh-action-pypi-publish@0ab0b79471669eb3a4d647e625009c62f9f3b241 # v1.10.1
245
+ # uses: pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b # v1.10.2
246
246
# with:
247
247
# repository-url: https://test.pypi.org/legacy/
248
248
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ jobs:
162
162
with :
163
163
node-version : " 18.20.4"
164
164
- name : Setup python
165
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1 .0
165
+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
166
166
with :
167
167
python-version : ${{ matrix.python-version }}
168
168
cache : " pip"
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ aws-cdk-lib = "^2.157.0"
79
79
pytest-benchmark = " ^4.0.0"
80
80
types-requests = " ^2.31.0"
81
81
typing-extensions = " ^4.12.2"
82
- mkdocs-material = " ^9.5.34 "
82
+ mkdocs-material = " ^9.5.36 "
83
83
filelock = " ^3.16.0"
84
84
dirhash = " ^0.5.0"
85
85
mypy-boto3-appconfigdata = " ^1.35.0"
You can’t perform that action at this time.
0 commit comments