Skip to content

Commit

Permalink
Merge branch 'main' into aea-4369-validate-status
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewPopat-NHS authored Aug 27, 2024
2 parents 21b4ff0 + 30c17eb commit 16ff0e1
Show file tree
Hide file tree
Showing 5 changed files with 77 additions and 106 deletions.
153 changes: 62 additions & 91 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"typescript-eslint": "^8.2.0"
"typescript-eslint": "^8.3.0"
},
"dependencies": {
"@PrescriptionStatusUpdate_common/middyErrorHandler": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/specification/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
},
"homepage": "https://github.com/NHSDigital/eps-prescription-status-update-api",
"devDependencies": {
"@redocly/cli": "^1.21.0"
"@redocly/cli": "^1.21.1"
}
}
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 @@ -32,7 +32,7 @@ jsonpath-rw = "^1.4.0"
semver = "^3.0.2"
gitpython = "^3.1.42"
requests = "^2.32.3"
boto3 = "^1.35.5"
boto3 = "^1.35.6"
argparse = "^1.4.0"
pre-commit = "^3.8.0"
pytest = "^8.3.2"
Expand All @@ -49,7 +49,7 @@ flake8 = "^7.1.1"
jinja2 = "^3.1.4"
pip-licenses = "^5.0.0"
click = "^8.1.7"
rich = "^13.7.1"
rich = "^13.8.0"

[build-system]
requires = ["poetry>=0.12"]
Expand Down

0 comments on commit 16ff0e1

Please sign in to comment.