-
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
b53fd42
commit 42474e6
Showing
10 changed files
with
19 additions
and
15 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
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
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.10-slim | ||
FROM python:3.12-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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
connexion==2.14.2 | ||
fakeredis==2.21.3 | ||
flake8==7.0.0 | ||
flake8-quotes==3.2.0 | ||
flake8-quotes==3.4.0 | ||
hypothesis==6.100.1 | ||
moto~=5.0.0 | ||
pytest==8.1.1 | ||
pytest-cov==5.0.0 | ||
pytest-env==1.1.3 | ||
pytest-html==4.1.1 | ||
tenacity==8.2.3 | ||
validators==0.23.1 | ||
validators==0.28.1 | ||
yarl==1.9.4 | ||
importlib-metadata==7.0.2 | ||
importlib-metadata==7.1.0 | ||
opg-sirius-service==2.1.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,3 +1,3 @@ | ||
connexion==2.7.0 | ||
connexion==2.14.2 | ||
swagger-ui-bundle | ||
requests |
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,8 +1,8 @@ | ||
#Update this date to trigger update of layers: 20230619 | ||
Flask==3.0.2 | ||
markupsafe==2.1.1 | ||
Flask==3.0.3 | ||
markupsafe==2.1.5 | ||
localstack-client==2.5 | ||
redis==4.4.4 | ||
redis==4.6.0 | ||
requests==2.31.0 | ||
Werkzeug==3.0.1 | ||
Werkzeug==3.0.2 | ||
opg-sirius-service==2.1.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 @@ | ||
# our base image | ||
FROM python:3.10-slim | ||
FROM python:3.12-slim | ||
|
||
WORKDIR /var/www/ | ||
COPY requirements.txt . | ||
|
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 @@ | ||
connexion==2.7.0 | ||
Flask==2.2.5 | ||
markupsafe==2.1.1 | ||
connexion==2.14.2 | ||
Flask==2.3.3 | ||
markupsafe==2.1.5 | ||
requests |