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 May 5, 2024
1 parent 96a1bb0 commit aeda4f0
Show file tree
Hide file tree
Showing 14 changed files with 53 additions and 37 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/analysis-codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3.25.1
uses: github/codeql-action/init@v3.25.3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -53,7 +53,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v3.25.1
uses: github/codeql-action/autobuild@v3.25.3

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
Expand All @@ -67,4 +67,4 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3.25.1
uses: github/codeql-action/analyze@v3.25.3
2 changes: 1 addition & 1 deletion .github/workflows/analysis-tfsec-to-github-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
with:
sarif_file: tfsec.sarif
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v3.25.1
uses: github/codeql-action/upload-sarif@v3.25.3
with:
sarif_file: tfsec.sarif
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.52.1

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.52.1 h1:pYpPIuvVsawYDR0Nt3VrceizUAbtpTN3Z7xBzcZWwfI=
github.com/aws/aws-sdk-go v1.52.1/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.52.1

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.52.1 h1:pYpPIuvVsawYDR0Nt3VrceizUAbtpTN3Z7xBzcZWwfI=
github.com/aws/aws-sdk-go v1.52.1/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
12 changes: 6 additions & 6 deletions integration_tests/v1/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
pytest==8.1.1
pytest==8.2.0
pytest-env==1.1.3
pytest-xdist==3.5.0
pytest-xdist==3.6.1
pytest-html==4.1.1
requests_aws4auth==1.2.3
boto3==1.34.87
jsonschema==4.21.1
fakeredis==2.21.3
boto3==1.34.96
jsonschema==4.22.0
fakeredis==2.22.0
flask==3.0.3
coverage==7.4.4
coverage==7.5.0
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/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
2 changes: 1 addition & 1 deletion lambda_functions/v1/requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ localstack-client==2.5
redis==5.0.4
requests==2.31.0
Werkzeug==3.0.2
requests-aws4auth==1.0.1
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
46 changes: 29 additions & 17 deletions terraform/environment/.terraform.lock.hcl

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

2 changes: 1 addition & 1 deletion terraform/environment/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ terraform {
version = "~> 5.0"
}
}
required_version = "1.8.0"
required_version = "1.8.2"
}

0 comments on commit aeda4f0

Please sign in to comment.