Skip to content

Commit e9b1a43

Browse files
committed
Merge branch 'develop' into fix/response-optional-params
* develop: chore(deps-dev): bump mypy-boto3-secretsmanager from 1.24.54 to 1.24.83 (aws-powertools#1557) chore(layers): add dummy v2 layer automation
2 parents 5c3f6c5 + 04cc5b9 commit e9b1a43

File tree

3 files changed

+25
-6
lines changed

3 files changed

+25
-6
lines changed
+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Deploy v2 layer to all regions
2+
3+
permissions:
4+
id-token: write
5+
contents: read
6+
7+
on:
8+
workflow_dispatch:
9+
inputs:
10+
latest_published_version:
11+
description: "Latest PyPi published version to rebuild latest docs for, e.g. v1.22.0"
12+
required: true
13+
14+
jobs:
15+
dummy:
16+
runs-on: ubuntu-latest
17+
steps:
18+
- name: Hello world
19+
run: echo "hello world"

poetry.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ mypy-boto3-cloudwatch = { version = "^1.24.35", python = ">=3.7" }
6262
mypy-boto3-dynamodb = { version = "^1.24.74", python = ">=3.7" }
6363
mypy-boto3-lambda = { version = "^1.24.0", python = ">=3.7" }
6464
mypy-boto3-logs = { version = "^1.24.0", python = ">=3.7" }
65-
mypy-boto3-secretsmanager = { version = "^1.24.11", python = ">=3.7" }
65+
mypy-boto3-secretsmanager = { version = "^1.24.83", python = ">=3.7" }
6666
mypy-boto3-ssm = { version = "^1.24.81", python = ">=3.7" }
6767
mypy-boto3-s3 = { version = "^1.24.76", python = ">=3.7" }
6868
mypy-boto3-xray = { version = "^1.24.0", python = ">=3.7" }

0 commit comments

Comments
 (0)