Skip to content

Commit 7bb1ded

Browse files
Merge branch 'v2' into decorator_function_strict
2 parents d75e6a3 + 2bfce2f commit 7bb1ded

File tree

7 files changed

+118
-106
lines changed

7 files changed

+118
-106
lines changed

.github/workflows/secure_workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Checkout code
3333
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3434
- name: Ensure 3rd party workflows have SHA pinned
35-
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@3c16e895bb662b4d7e284f032cbe8835a57773cc # v3.0.11
35+
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@0901cf7b71c7ea6261ec69a3dc2bd3f9264f893e # v3.0.12
3636
with:
3737
allowlist: |
3838
slsa-framework/slsa-github-generator

CHANGELOG.md

Lines changed: 60 additions & 49 deletions
Large diffs are not rendered by default.

docs/maintainers.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,22 @@ This is document explains who the maintainers are, their responsibilities, and h
1515

1616
| Maintainer | GitHub ID | Affiliation |
1717
| ----------------- | --------------------------------------------------------------------------------------- | ----------- |
18-
| Heitor Lessa | [heitorlessa](https://github.com/heitorlessa){target="_blank" rel="nofollow"} | Amazon |
19-
| Simon Thulbourn | [sthulb](https://github.com/sthulb){target="_blank" rel="nofollow"} | Amazon |
20-
| Ruben Fonseca | [rubenfonseca](https://github.com/rubenfonseca){target="_blank" rel="nofollow"} | Amazon |
18+
| Ana Falcão | [anafalcao](https://github.com/anafalcao){target="_blank" rel="nofollow"} | Amazon |
2119
| Leandro Damascena | [leandrodamascena](https://github.com/leandrodamascena){target="_blank" rel="nofollow"} | Amazon |
20+
| Simon Thulbourn | [sthulb](https://github.com/sthulb){target="_blank" rel="nofollow"} | Amazon |
2221

2322
## Emeritus
2423

2524
Previous active maintainers who contributed to this project.
2625

2726
| Maintainer | GitHub ID | Affiliation |
2827
| ----------------- | ------------------------------------------------------------------------------- | ----------- |
29-
| Tom McCarthy | [cakepietoast](https://github.com/cakepietoast){target="_blank" rel="nofollow"} | MongoDB |
28+
| Alexander Schueren| [am29d](https://github.com/am29d){target="_blank" rel="nofollow"} | Amazon |
29+
| Heitor Lessa | [heitorlessa](https://github.com/heitorlessa){target="_blank" rel="nofollow"} | Adyen |
30+
| Michal Ploski | [mploski](https://github.com/mploski){target="_blank" rel="nofollow"} | Splunk |
3031
| Nicolas Moutschen | [nmoutschen](https://github.com/nmoutschen){target="_blank" rel="nofollow"} | Apollo |
31-
| Alexander Melnyk | [am29d](https://github.com/am29d){target="_blank" rel="nofollow"} | Amazon |
32-
| Michal Ploski | [mploski](https://github.com/mploski){target="_blank" rel="nofollow"} | Amazon |
32+
| Ruben Fonseca | [rubenfonseca](https://github.com/rubenfonseca){target="_blank" rel="nofollow"} | N/A |
33+
| Tom McCarthy | [cakepietoast](https://github.com/cakepietoast){target="_blank" rel="nofollow"} | MongoDB |
3334

3435
## Labels
3536

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "aws-lambda-powertools-python-e2e",
33
"version": "1.0.0",
44
"devDependencies": {
5-
"aws-cdk": "^2.155.0"
5+
"aws-cdk": "^2.157.0"
66
},
77
"dependencies": {
88
"package-lock.json": "^1.0.0"

poetry.lock

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

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jsonpath-ng = { version = "^1.6.0", optional = true }
5656

5757
[tool.poetry.dev-dependencies]
5858
coverage = { extras = ["toml"], version = "^7.6" }
59-
pytest = "^8.3.2"
59+
pytest = "^8.3.3"
6060
black = "^24.8"
6161
boto3 = "^1.26.164"
6262
isort = "^5.13.2"
@@ -70,27 +70,27 @@ xenon = "^0.9.1"
7070
mkdocs-git-revision-date-plugin = "^0.3.2"
7171
mike = "^2.1.2"
7272
pytest-xdist = "^3.6.1"
73-
aws-cdk-lib = "^2.155.0"
73+
aws-cdk-lib = "^2.157.0"
7474
"aws-cdk.aws-apigatewayv2-alpha" = "^2.38.1-alpha.0"
7575
"aws-cdk.aws-apigatewayv2-integrations-alpha" = "^2.38.1-alpha.0"
7676
"aws-cdk.aws-apigatewayv2-authorizers-alpha" = "^2.38.1-alpha.0"
77-
"aws-cdk.aws-lambda-python-alpha" = "^2.155.0a0"
78-
"cdklabs.generative-ai-cdk-constructs" = "^0.1.263"
77+
"aws-cdk.aws-lambda-python-alpha" = "^2.156.0a0"
78+
"cdklabs.generative-ai-cdk-constructs" = "^0.1.264"
7979
pytest-benchmark = "^4.0.0"
8080
mypy-boto3-appconfig = "^1.35.8"
8181
mypy-boto3-cloudformation = "^1.35.0"
8282
mypy-boto3-cloudwatch = "^1.35.0"
83-
mypy-boto3-dynamodb = "^1.35.0"
83+
mypy-boto3-dynamodb = "^1.35.15"
8484
mypy-boto3-lambda = "^1.35.3"
8585
mypy-boto3-logs = "^1.35.12"
8686
mypy-boto3-secretsmanager = "^1.35.0"
8787
mypy-boto3-ssm = "^1.35.0"
88-
mypy-boto3-s3 = "^1.35.2"
88+
mypy-boto3-s3 = "^1.35.16"
8989
mypy-boto3-xray = "^1.35.0"
9090
types-requests = "^2.31.0"
9191
typing-extensions = "^4.12.2"
9292
mkdocs-material = "^9.5.34"
93-
filelock = "^3.15.4"
93+
filelock = "^3.16.0"
9494
checksumdir = "^1.2.0"
9595
mypy-boto3-appconfigdata = "^1.35.0"
9696
ijson = "^3.3.0"
@@ -115,7 +115,7 @@ datadog = ["datadog-lambda"]
115115
datamasking = ["aws-encryption-sdk", "jsonpath-ng"]
116116

117117
[tool.poetry.group.dev.dependencies]
118-
cfn-lint = "1.12.3"
118+
cfn-lint = "1.12.4"
119119
mypy = "^1.1.1"
120120
types-python-dateutil = "^2.8.19.6"
121121
aws-cdk-aws-appsync-alpha = "^2.59.0a0"

0 commit comments

Comments
 (0)