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 Oct 14, 2024
1 parent a41eb5b commit 6dbcda6
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 16 deletions.
2 changes: 1 addition & 1 deletion lambda_functions/v1/Dockerfile-Function
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Define function directory
ARG FUNCTION_DIR="/function"

FROM python:3.12-alpine3.19 AS python-alpine
FROM python:3.13-alpine3.19 AS python-alpine
RUN apk add --no-cache \
libstdc++ \
elfutils-dev
Expand Down
2 changes: 1 addition & 1 deletion lambda_functions/v1/Dockerfile-Local-Helper
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
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.12-slim
FROM python:3.13-slim
ARG FUNCTION_DIR="/var/www/lambda_functions/v1"

# Create function directory
Expand Down
12 changes: 6 additions & 6 deletions lambda_functions/v1/requirements/dev-requirements.txt
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==5.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
6 changes: 3 additions & 3 deletions lambda_functions/v1/requirements/pact-requirements.txt
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
4 changes: 2 additions & 2 deletions lambda_functions/v1/requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Update this date to trigger update of layers: 290416
awslambdaric==2.0.7
flask==3.0.2
awslambdaric==2.2.1
flask==3.0.3
boto3~=1.28
2 changes: 1 addition & 1 deletion scripts/ci_pipeline/load_testing/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ module ministryofjustice/opg-data-lpa-codes

go 1.19

require github.com/aws/aws-sdk-go v1.44.137
require github.com/aws/aws-sdk-go v1.55.5

require github.com/jmespath/go-jmespath v0.4.0 // indirect
2 changes: 2 additions & 0 deletions scripts/ci_pipeline/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.137 h1:GH2bUPiW7/gHtB04NxQOSOrKqFNjLGKmqt5YaO+K1SE=
github.com/aws/aws-sdk-go v1.44.137/go.mod h1:aVsgQcEevwlmQ7qHE9I3h+dtQgpqhFB+i8Phjh7fkwI=
github.com/aws/aws-sdk-go v1.55.5 h1:KKUZBfBoyqy5d3swXyiC7Q76ic40rYcbqH7qjh59kzU=
github.com/aws/aws-sdk-go v1.55.5/go.mod h1:eRwEWoyTWFMVYVQzKMNHWP5/RV4xIUGMQfXQHfHkpNU=
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 terraform/environment/modules/lambda/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ terraform {
}
archive = {
source = "hashicorp/archive"
version = "~> 2.5.0"
version = "~> 2.6.0"
}
}
}

0 comments on commit 6dbcda6

Please sign in to comment.