Skip to content

Commit

Permalink
Merge branch 'main' into common_pr_title
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-nhs authored Jun 29, 2024
2 parents 63cd49b + af48059 commit bbf01e5
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 39 deletions.
42 changes: 21 additions & 21 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
},
"dependencies": {
"@aws-lambda-powertools/commons": "^2.2.0",
"@aws-lambda-powertools/logger": "^2.2.0",
"@aws-lambda-powertools/logger": "^2.3.0",
"@middy/core": "^5.4.2",
"@middy/input-output-logger": "^5.4.2",
"@nhs/fhir-middy-error-handler": "^2.0.8"
"@nhs/fhir-middy-error-handler": "^2.0.9"
},
"devDependencies": {
"@clinicaltracker_common/testing": "^1.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/statusLambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
},
"dependencies": {
"@aws-lambda-powertools/commons": "^2.2.0",
"@aws-lambda-powertools/logger": "^2.2.0",
"@aws-lambda-powertools/parameters": "^2.2.0",
"@aws-lambda-powertools/logger": "^2.3.0",
"@aws-lambda-powertools/parameters": "^2.3.0",
"@middy/core": "^5.4.2",
"@middy/input-output-logger": "^5.4.2",
"@nhs/fhir-middy-error-handler": "^2.0.8",
"@nhs/fhir-middy-error-handler": "^2.0.9",
"@nhsdigital/eps-spine-client": "^2.0.0"
},
"devDependencies": {
Expand Down
22 changes: 11 additions & 11 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jsonpath-rw = "^1.4.0"
semver = "^3.0.2"
gitpython = "^3.1.43"
requests = "^2.32.3"
boto3 = "^1.34.133"
boto3 = "^1.34.135"
argparse = "^1.4.0"
pre-commit = "^3.5.0"
pytest = "^8.2.2"
cfn-lint = "^1.3.5"
cfn-lint = "^1.4.2"

[tool.poetry.dev-dependencies]
flake8 = "^5.0.4"
Expand Down

0 comments on commit bbf01e5

Please sign in to comment.