Skip to content

Commit d523ce8

Browse files
authored
Merge branch 'develop' into logger-context
2 parents 66e16f0 + d82537c commit d523ce8

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

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:ba73db5ab937632760a59742ba89e199ca6122cfad4ca21d1f27125fefa31a33
2+
FROM squidfunk/mkdocs-material@sha256:41942f7a2f5163aacd0e866e076d95db4f26550b97d76c1594c04250cbb580e9
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

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ aws-cdk-lib = "^2.176.0"
8181
pytest-benchmark = "^4.0.0"
8282
types-requests = "^2.31.0"
8383
typing-extensions = "^4.12.2"
84-
mkdocs-material = "^9.5.49"
84+
mkdocs-material = "^9.5.50"
8585
filelock = "^3.16.0"
8686
dirhash = "^0.5.0"
8787
mypy-boto3-appconfigdata = "^1.36.0"

0 commit comments

Comments
 (0)