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 10, 2024
1 parent 407e68f commit e9c6745
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 9 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.52.2
require github.com/aws/aws-sdk-go v1.52.4

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
Expand Up @@ -2,6 +2,8 @@ github.com/aws/aws-sdk-go v1.44.281 h1:z/ptheJvINaIAsKXthxONM+toTKw2pxyk700Hfm6y
github.com/aws/aws-sdk-go v1.44.281/go.mod h1:aVsgQcEevwlmQ7qHE9I3h+dtQgpqhFB+i8Phjh7fkwI=
github.com/aws/aws-sdk-go v1.52.2 h1:l4g9wBXRBlvCtScvv4iLZCzLCtR7BFJcXOnOGQ20orw=
github.com/aws/aws-sdk-go v1.52.2/go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk=
github.com/aws/aws-sdk-go v1.52.4 h1:9VsBVJ2TKf8xPP3+yIPGSYcEBIEymXsJzQoFgQuyvA0=
github.com/aws/aws-sdk-go v1.52.4/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.52.2
require github.com/aws/aws-sdk-go v1.52.4

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
Expand Up @@ -2,6 +2,8 @@ github.com/aws/aws-sdk-go v1.44.284 h1:Oc5Kubi43/VCkerlt3ZU3KpBju6BpNkoG3s7E8vj/
github.com/aws/aws-sdk-go v1.44.284/go.mod h1:aVsgQcEevwlmQ7qHE9I3h+dtQgpqhFB+i8Phjh7fkwI=
github.com/aws/aws-sdk-go v1.52.2 h1:l4g9wBXRBlvCtScvv4iLZCzLCtR7BFJcXOnOGQ20orw=
github.com/aws/aws-sdk-go v1.52.2/go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk=
github.com/aws/aws-sdk-go v1.52.4 h1:9VsBVJ2TKf8xPP3+yIPGSYcEBIEymXsJzQoFgQuyvA0=
github.com/aws/aws-sdk-go v1.52.4/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
6 changes: 3 additions & 3 deletions integration_tests/v1/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ pytest-env==1.1.3
pytest-xdist==3.6.1
pytest-html==4.1.1
requests_aws4auth==1.2.3
boto3==1.34.98
boto3==1.34.99
jsonschema==4.22.0
fakeredis==2.22.0
fakeredis==2.23.0
flask==3.0.3
coverage==7.5.0
coverage==7.5.1
6 changes: 3 additions & 3 deletions lambda_functions/v1/requirements/dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
connexion==3.0.6
fakeredis==2.22.0
fakeredis==2.23.0
flake8==7.0.0
flake8-quotes==3.4.0
hypothesis==6.100.2
hypothesis==6.100.5
moto==5.0.6
pytest==8.2.0
pytest-cov==5.0.0
pytest-env==1.1.3
pytest-html==4.1.1
tenacity==8.2.3
tenacity==8.3.0
validators==0.28.1
yarl==1.9.4
importlib-metadata==7.1.0
Expand Down
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.3
requests-aws4auth==1.0.1
requests-aws4auth==1.2.3
opg-sirius-service==2.1.1

0 comments on commit e9c6745

Please sign in to comment.