Skip to content

Commit 78babfc

Browse files
Merge branch 'develop' into docs/create-recipe-initial
2 parents cbc3461 + 6d5ab2a commit 78babfc

File tree

7 files changed

+41
-52
lines changed

7 files changed

+41
-52
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 10 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- markdownlint-disable MD041 MD043 -->
2-
**Issue number:**
2+
**Issue number:** closes #<replace with issue number>
33

44
## Summary
55

@@ -11,29 +11,17 @@
1111

1212
> Please share what the user experience looks like before and after this change
1313
14-
## Checklist
14+
<!-------
15+
Before creating the pull request, please make sure you do the following:
1516
16-
If your change doesn't seem to apply, please leave them unchecked.
17+
- Read the Contributing Guidelines at https://github.com/aws-powertools/powertools-lambda-python/blob/main/CONTRIBUTING.md#sending-a-pull-request
18+
- Check that there isn't already a PR that addresses the same issue. If you find a duplicate, please leave a comment under the existing PR so we can discuss how to move forward
19+
- Check that the change meets the project's tenets https://docs.powertools.aws.dev/lambda/python/latest/#tenets
20+
- Add a PR title that follows the conventional commit semantics - https://github.com/aws-powertools/powertools-lambda-python/blob/develop/.github/semantic.yml
21+
- If relevant, add tests that prove that the change is effective and works
22+
------->
1723

18-
* [ ] [Meet tenets criteria](https://docs.powertools.aws.dev/lambda/python/#tenets)
19-
* [ ] I have performed a self-review of this change
20-
* [ ] Changes have been tested
21-
* [ ] Changes are documented
22-
* [ ] PR title follows [conventional commit semantics](https://github.com/aws-powertools/powertools-lambda-python/blob/develop/.github/semantic.yml)
23-
24-
<details>
25-
<summary>Is this a breaking change?</summary>
26-
27-
**RFC issue number**:
28-
29-
Checklist:
30-
31-
* [ ] Migration process documented
32-
* [ ] Implement warnings (if it can live side by side)
33-
34-
</details>
35-
36-
## Acknowledgment
24+
---
3725

3826
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
3927

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Exposes version constant to avoid circular dependencies."""
22

3-
VERSION = "3.19.1a0"
3+
VERSION = "3.19.1a1"

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,6 +2,6 @@
22
"name": "aws-lambda-powertools-python-e2e",
33
"version": "1.0.0",
44
"devDependencies": {
5-
"aws-cdk": "^2.1024.0"
5+
"aws-cdk": "^2.1025.0"
66
}
77
}

poetry.lock

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

provenance/3.19.1a1/multiple.intoto.jsonl

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "aws_lambda_powertools"
3-
version = "3.19.1a0"
3+
version = "3.19.1a1"
44
description = "Powertools for AWS Lambda (Python) is a developer toolkit to implement Serverless best practices and increase developer velocity."
55
authors = ["Amazon Web Services"]
66
include = ["aws_lambda_powertools/py.typed", "THIRD-PARTY-LICENSES"]
@@ -113,7 +113,7 @@ urllib3 = [
113113
{ version = ">=1.25.4,!=2.2.0,<3", python = ">=3.10" },
114114
]
115115
requests = ">=2.32.0"
116-
cfn-lint = "1.38.2"
116+
cfn-lint = "1.38.3"
117117
mypy = "^1.1.1"
118118
types-python-dateutil = "^2.8.19.6"
119119
aws-cdk-aws-appsync-alpha = "^2.59.0a0"

0 commit comments

Comments
 (0)