Skip to content

Commit

Permalink
Renovate Update Patch & Minor Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 22, 2024
1 parent 65276a0 commit 86f8874
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 25 deletions.
2 changes: 1 addition & 1 deletion docs/support_scripts/load_testing/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ module load_testing

go 1.20

require github.com/aws/aws-sdk-go v1.44.281
require github.com/aws/aws-sdk-go v1.51.25

require github.com/jmespath/go-jmespath v0.4.0 // indirect
2 changes: 2 additions & 0 deletions docs/support_scripts/load_testing/go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
github.com/aws/aws-sdk-go v1.44.281 h1:z/ptheJvINaIAsKXthxONM+toTKw2pxyk700Hfm6yUw=
github.com/aws/aws-sdk-go v1.44.281/go.mod h1:aVsgQcEevwlmQ7qHE9I3h+dtQgpqhFB+i8Phjh7fkwI=
github.com/aws/aws-sdk-go v1.51.25 h1:DjTT8mtmsachhV6yrXR8+yhnG6120dazr720nopRsls=
github.com/aws/aws-sdk-go v1.51.25/go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk=
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg=
Expand Down
2 changes: 1 addition & 1 deletion docs/support_scripts/requests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ module api_request

go 1.20

require github.com/aws/aws-sdk-go v1.44.284
require github.com/aws/aws-sdk-go v1.51.25

require github.com/jmespath/go-jmespath v0.4.0 // indirect
2 changes: 2 additions & 0 deletions docs/support_scripts/requests/go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
github.com/aws/aws-sdk-go v1.44.284 h1:Oc5Kubi43/VCkerlt3ZU3KpBju6BpNkoG3s7E8vj/O8=
github.com/aws/aws-sdk-go v1.44.284/go.mod h1:aVsgQcEevwlmQ7qHE9I3h+dtQgpqhFB+i8Phjh7fkwI=
github.com/aws/aws-sdk-go v1.51.25 h1:DjTT8mtmsachhV6yrXR8+yhnG6120dazr720nopRsls=
github.com/aws/aws-sdk-go v1.51.25/go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk=
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg=
Expand Down
2 changes: 1 addition & 1 deletion lambda_functions/v1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8-slim-buster
FROM python:3.11-slim-buster
WORKDIR /var/www/lambda_functions/v1

# Install Python Dependencies
Expand Down
2 changes: 1 addition & 1 deletion lambda_functions/v1/Dockerfile-tests
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8.17-slim-buster
FROM python:3.11.4-slim-buster
ARG FUNCTION_DIR="lpa_data/lambda_functions/v1"

# Create function directory
Expand Down
22 changes: 11 additions & 11 deletions lambda_functions/v1/requirements/dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
connexion==2.7.0
fakeredis==1.4.5
flake8==3.8.4
flake8-quotes==3.2.0
hypothesis==6.0.0
connexion==2.14.2
fakeredis==1.10.2
flake8==3.9.2
flake8-quotes==3.4.0
hypothesis==6.100.1
moto~=4.1
pytest==6.2.1
pytest-cov==2.10.1
pytest-env==0.6.2
pytest-html==3.1.1
pytest==6.2.5
pytest-cov==2.12.1
pytest-env==0.8.2
pytest-html==3.2.0
tenacity==6.3.1
validators==0.18.2
yarl==1.6.3
validators==0.28.1
yarl==1.9.4
importlib-metadata==4.13.0
opg-sirius-service==2.1.1
2 changes: 1 addition & 1 deletion lambda_functions/v1/requirements/pact-requirements.txt
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
10 changes: 5 additions & 5 deletions lambda_functions/v1/requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#Update this date to trigger update of layers: 20230619
Flask==2.2.5
markupsafe==2.1.1
Flask==2.3.3
markupsafe==2.1.5
localstack-client==1.39
redis==4.4.4
redis==4.6.0
requests==2.31.0
Werkzeug==3.0.1
requests-aws4auth==1.0.1
Werkzeug==3.0.2
requests-aws4auth==1.2.3
opg-sirius-service==2.1.1
2 changes: 1 addition & 1 deletion mock_sirius_backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# our base image
FROM python:3.8-slim
FROM python:3.12-slim

WORKDIR /var/www/
COPY requirements.txt .
Expand Down
6 changes: 3 additions & 3 deletions mock_sirius_backend/requirements.txt
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

0 comments on commit 86f8874

Please sign in to comment.