Skip to content

Commit

Permalink
Merge branch 'develop' into openapi/common-method
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrodamascena authored Mar 3, 2025
2 parents 3c99c8b + 58527b0 commit 8e72d8f
Show file tree
Hide file tree
Showing 4 changed files with 294 additions and 57 deletions.
2 changes: 1 addition & 1 deletion docs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# v9.1.18
FROM squidfunk/mkdocs-material@sha256:26153027ff0b192d3dbea828f2fe2dd1bf6ff753c58dd542b3ddfe866b08bf60
FROM squidfunk/mkdocs-material@sha256:047452c6641137c9caa3647d050ddb7fa67b59ed48cc67ec3a4995f3d360ab32
# pip-compile --generate-hashes --output-file=requirements.txt requirements.in
COPY requirements.txt /tmp/
RUN pip install --require-hashes -r /tmp/requirements.txt
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "aws-lambda-powertools-python-e2e",
"version": "1.0.0",
"devDependencies": {
"aws-cdk": "^2.1001.0"
"aws-cdk": "^2.1002.0"
},
"dependencies": {
"package-lock.json": "^1.0.0"
Expand Down
Loading

0 comments on commit 8e72d8f

Please sign in to comment.