-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Renovate Update Patch & Minor Updates
- Loading branch information
1 parent
7023976
commit e66a541
Showing
10 changed files
with
69 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM python:3.12-slim | ||
FROM python:3.13-slim | ||
WORKDIR /var/www/lambda_functions/v1 | ||
|
||
# Install Python Dependencies | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
pytest==7.4.4 | ||
pytest-cases==3.8.2 | ||
pytest-cases==3.8.6 | ||
pytest-cov==6.0.0 | ||
pytest-env==1.1.3 | ||
pytest-env==1.1.5 | ||
pytest-ordering==0.6 | ||
requests==2.32.0 | ||
pytz==2024.1 | ||
moto==4.2.3 | ||
freezegun==1.4.0 | ||
requests==2.32.3 | ||
pytz==2024.2 | ||
moto==4.2.14 | ||
freezegun==1.5.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
connexion==2.7.0 | ||
connexion==2.14.2 | ||
swagger-ui-bundle==1.1.0 | ||
openapi-spec-validator==0.4.0 | ||
requests==2.32.0 | ||
openapi-spec-validator==0.7.1 | ||
requests==2.32.3 | ||
boto3~=1.26 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#Update this date to trigger update of layers: 290416 | ||
awslambdaric==3.0.0 | ||
flask==3.0.2 | ||
flask==3.1.0 | ||
boto3~=1.28 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ terraform { | |
} | ||
archive = { | ||
source = "hashicorp/archive" | ||
version = "~> 2.5.0" | ||
version = "~> 2.7.0" | ||
} | ||
} | ||
} |