Skip to content

Commit 56be5d9

Browse files
Merge branch 'develop' into dependabot/pip/docs/mkdocs-material-9.6.22
2 parents 56e8ac8 + 35c631d commit 56be5d9

File tree

6 files changed

+9
-8
lines changed

6 files changed

+9
-8
lines changed
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.21.1a4"
3+
VERSION = "3.21.1a5"

docs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# v9.1.18
2-
FROM squidfunk/mkdocs-material@sha256:00f9276315990b82f5af8c47bb2b71e2c69aef9f02a08f8dffd2515f42310753
2+
FROM squidfunk/mkdocs-material@sha256:f5c556a6d30ce0c1c0df10e3c38c79bbcafdaea4b1c1be366809d0d4f6f9d57f
33
# pip-compile --generate-hashes --output-file=requirements.txt requirements.in
44
COPY requirements.txt /tmp/
55
RUN pip install --require-hashes -r /tmp/requirements.txt

docs/utilities/idempotency.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,13 @@ To start, you'll need:
7878
<!-- markdownlint-disable MD030 -->
7979

8080
<div class="grid cards" markdown>
81-
* :octicons-database-16:{ .lg .middle } __Persistent storage__
81+
* **Persistent storage**
8282

8383
---
8484

8585
[Amazon DynamoDB](#dynamodb-table) or [Valkey/Redis OSS/Redis compatible](#cache-database)
8686

87-
* :simple-awslambda:{ .lg .middle } **AWS Lambda function**
87+
* **AWS Lambda function**
8888

8989
---
9090

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
id,name,location
2-
1,Ruben Fonseca, Denmark
3-
2,Heitor Lessa, Netherlands
4-
3,Leandro Damascena, Portugal
2+
1,Alejandro Rosalez, Country1
3+
2,Ana Carolina Silva, Country2
4+
3,Richard Roe, Country3

provenance/3.21.1a5/multiple.intoto.jsonl

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "aws_lambda_powertools"
3-
version = "3.21.1a4"
3+
version = "3.21.1a5"
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"]

0 commit comments

Comments
 (0)