Skip to content

Commit b48aeea

Browse files
Merge pull request #1374 from NHSDigital/develop
APIM-R 1.29 Cut
2 parents a1f2bab + 7f20b81 commit b48aeea

File tree

8 files changed

+666
-624
lines changed

8 files changed

+666
-624
lines changed

.github/workflows/combine-prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
# Steps represent a sequence of tasks that will be executed as part of the job
4343
steps:
44-
- uses: actions/github-script@v6
44+
- uses: actions/github-script@v7
4545
id: create-combined-pr
4646
name: Create Combined PR
4747
with:

.github/workflows/continous-integration-workflow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v3
11+
uses: actions/checkout@v4
1212
with:
1313
fetch-depth: 0 # This causes all history to be fetched, which is required for calculate-version to function
1414

1515
- name: Install Python 3.8
16-
uses: actions/setup-python@v4
16+
uses: actions/setup-python@v5
1717
with:
1818
python-version: 3.8
1919

package-lock.json

Lines changed: 125 additions & 135 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"license": "MIT",
1313
"homepage": "https://github.com/NHSDigital/e-referrals-service-api",
1414
"dependencies": {
15-
"@redocly/cli": "^1.5.0"
15+
"@redocly/cli": "^1.7.0"
1616
},
1717
"devDependencies": {
1818
"apigeetool": "^0.16.4",

poetry.lock

Lines changed: 479 additions & 427 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,22 @@ pyyaml = "^6.0"
2525
docopt = "^0.6.2"
2626
jsonpath-rw = "^1.4.0"
2727
semver = "^3.0.2"
28-
gitpython = "^3.1.40"
29-
lxml = "^4.9.1"
30-
xmlformatter = "^0.2.4"
31-
pytest-check = "^2.2.2"
28+
gitpython = "^3.1.41"
29+
lxml = "^4.9.4"
30+
xmlformatter = "^0.2.6"
31+
pytest-check = "^2.2.3"
3232
requests = "^2.31.0"
3333
openapi-core = "^0.18.2"
3434

3535

3636
[tool.poetry.dev-dependencies]
3737
flake8 = "^5.0.4"
38-
black = "^23.11"
39-
pip-licenses = "^4.3.3"
40-
jinja2 = "^3.1.2"
38+
black = "^23.12"
39+
pip-licenses = "^4.3.4"
40+
jinja2 = "^3.1.3"
4141
pytest = "^6.1.2"
4242
pytest-asyncio = "^0.20.3"
43-
pytest-nhsd-apim = "^3.3.9"
43+
pytest-nhsd-apim = "^3.3.11"
4444

4545
[tool.poetry.scripts]
4646

sandbox/package-lock.json

Lines changed: 49 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sandbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"lodash": "^4.17.20"
1818
},
1919
"devDependencies": {
20-
"eslint": "^8.55.0"
20+
"eslint": "^8.56.0"
2121
}
2222
}

0 commit comments

Comments
 (0)