Skip to content

Commit 6bf1ae4

Browse files
Merge branch 'develop' into improv/event_handler_api_gateway_strip_prefixes
2 parents 4563108 + 812b95a commit 6bf1ae4

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,12 +237,12 @@ jobs:
237237

238238
- name: Upload to PyPi prod
239239
if: ${{ !inputs.skip_pypi }}
240-
uses: pypa/gh-action-pypi-publish@f8c70e705ffc13c3b4d1221169b84f12a75d6ca8 # v1.8.8
240+
uses: pypa/gh-action-pypi-publish@ade57f54dcc56d4858ca681c80269c26dc7b9149 # v1.8.9
241241

242242
# PyPi test maintenance affected us numerous times, leaving for history purposes
243243
# - name: Upload to PyPi test
244244
# if: ${{ !inputs.skip_pypi }}
245-
# uses: pypa/gh-action-pypi-publish@f8c70e705ffc13c3b4d1221169b84f12a75d6ca8 # v1.8.8
245+
# uses: pypa/gh-action-pypi-publish@ade57f54dcc56d4858ca681c80269c26dc7b9149 # v1.8.9
246246
# with:
247247
# repository-url: https://test.pypi.org/legacy/
248248

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ mypy-boto3-cloudwatch = "^1.28.16"
6262
mypy-boto3-dynamodb = "^1.28.19"
6363
mypy-boto3-lambda = "^1.28.19"
6464
mypy-boto3-logs = "^1.28.16"
65-
mypy-boto3-secretsmanager = "^1.28.16"
65+
mypy-boto3-secretsmanager = "^1.28.24"
6666
mypy-boto3-ssm = "^1.28.16"
6767
mypy-boto3-s3 = "^1.28.19"
6868
mypy-boto3-xray = "^1.28.16"

0 commit comments

Comments
 (0)