Skip to content

Commit d5827e3

Browse files
committed
Merge branch 'develop' of https://github.com/heitorlessa/aws-lambda-powertools-python into chore/skip-dep-workflow
* 'develop' of https://github.com/heitorlessa/aws-lambda-powertools-python: fix(ci): remove unsupported env in workflow_call fix(ci): unexpected symbol due to double quotes... chore(deps): bump constructs from 10.1.1 to 10.1.52 (#1343) chore(deps-dev): bump mypy-boto3-cloudwatch from 1.24.0 to 1.24.35 (#1342)
2 parents b1973b2 + 79c4fbd commit d5827e3

File tree

4 files changed

+9
-10
lines changed

4 files changed

+9
-10
lines changed

.github/workflows/on_opened_pr.yml

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ jobs:
1010
get_pr_details:
1111
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1212
uses: ./.github/workflows/reusable_export_pr_details.yml
13-
env:
1413
with:
1514
record_pr_workflow_id: ${{ github.event.workflow_run.id }}
1615
workflow_origin: ${{ github.event.repository.full_name }}

layer/requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ cdk-lambda-powertools-python-layer==2.0.49 \
2727
--hash=sha256:8055fc691539f16e22a40e3d3df9c3f59fb28012437b08c47c639aefb001f1b2 \
2828
--hash=sha256:9b0a7b7344f9ccb486564af728cefeac743687bfb131631e6d9171a55800dbac
2929
# via -r requirements.txt
30-
constructs==10.1.51 \
31-
--hash=sha256:b4abc463c368d8c01806a361faaa0799dc45985b6a4c9c99569daf9bbc0a79c4 \
32-
--hash=sha256:e42ade042c836c347c563e93366c19462e6db3ed50f2db7d78a75812304d1ec5
30+
constructs==10.1.52 \
31+
--hash=sha256:a1887a0ee28336d38cc61830eae9dd774b4b3628c33498645f93bcfa4b54ed99 \
32+
--hash=sha256:beabd1895cbe52a8b44dafe8b822e69585179e5e421ceb7e262a7ab327604fc8
3333
# via
3434
# -r requirements.txt
3535
# aws-cdk-lib

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
@@ -63,7 +63,7 @@ retry = "^0.9.2"
6363
pytest-xdist = "^2.5.0"
6464
aws-cdk-lib = "^2.23.0"
6565
pytest-benchmark = "^3.4.1"
66-
mypy-boto3-cloudwatch = "^1.24.0"
66+
mypy-boto3-cloudwatch = "^1.24.35"
6767
mypy-boto3-lambda = "^1.24.0"
6868
mypy-boto3-xray = "^1.24.0"
6969

0 commit comments

Comments
 (0)