Skip to content

Commit ebacef8

Browse files
committed
Merge branch 'feat/idempotency-output-serializer' of github.com:aradyaron/powertools-lambda-python into feat/idempotency-output-serializer
2 parents 6052783 + 17de6a0 commit ebacef8

File tree

4 files changed

+13
-10
lines changed

4 files changed

+13
-10
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,15 @@
1414

1515
## Maintenance
1616

17+
* **deps:** bump squidfunk/mkdocs-material from `b1f7f94` to `f4764d1` in /docs ([#3031](https://github.com/aws-powertools/powertools-lambda-python/issues/3031))
1718
* **deps:** bump squidfunk/mkdocs-material from `97da15b` to `b1f7f94` in /docs ([#3021](https://github.com/aws-powertools/powertools-lambda-python/issues/3021))
1819
* **deps:** bump docker/setup-buildx-action from 2.9.1 to 2.10.0 ([#3022](https://github.com/aws-powertools/powertools-lambda-python/issues/3022))
1920
* **deps-dev:** bump the boto-typing group with 11 updates ([#3027](https://github.com/aws-powertools/powertools-lambda-python/issues/3027))
2021
* **deps-dev:** bump the boto-typing group with 1 update ([#3013](https://github.com/aws-powertools/powertools-lambda-python/issues/3013))
2122
* **deps-dev:** bump sentry-sdk from 1.29.2 to 1.30.0 ([#3028](https://github.com/aws-powertools/powertools-lambda-python/issues/3028))
2223
* **deps-dev:** bump ruff from 0.0.285 to 0.0.286 ([#3014](https://github.com/aws-powertools/powertools-lambda-python/issues/3014))
24+
* **deps-dev:** bump mkdocs-material from 9.2.5 to 9.2.6 ([#3032](https://github.com/aws-powertools/powertools-lambda-python/issues/3032))
25+
* **deps-dev:** bump cfn-lint from 0.79.7 to 0.79.8 ([#3033](https://github.com/aws-powertools/powertools-lambda-python/issues/3033))
2326

2427

2528
<a name="v2.23.1"></a>

docs/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# v9.1.18
2-
FROM squidfunk/mkdocs-material@sha256:b1f7f94cf0e31dc40eb505c5f49bbcf42821d6e1ef409c52aafeff827ecb69b7
2+
FROM squidfunk/mkdocs-material@sha256:f4764d119e53cc12b738bafb2534a91f992bf1d7e567098f980712a0ddd35ef4
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

poetry.lock

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

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ mypy-boto3-s3 = "^1.28.36"
6969
mypy-boto3-xray = "^1.28.36"
7070
types-requests = "^2.31.0"
7171
typing-extensions = "^4.6.2"
72-
mkdocs-material = "^9.2.3"
72+
mkdocs-material = "^9.2.6"
7373
filelock = "^3.12.2"
7474
checksumdir = "^1.2.0"
7575
mypy-boto3-appconfigdata = "^1.28.36"
@@ -89,7 +89,7 @@ aws-sdk = ["boto3"]
8989
datadog=["datadog-lambda"]
9090

9191
[tool.poetry.group.dev.dependencies]
92-
cfn-lint = "0.79.7"
92+
cfn-lint = "0.79.8"
9393
mypy = "^1.1.1"
9494
types-python-dateutil = "^2.8.19.6"
9595
httpx = ">=0.23.3,<0.25.0"

0 commit comments

Comments
 (0)