Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,336 changes: 651 additions & 685 deletions poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ flake8 = "^7.3.0"
black = "^26.3.1"

[tool.poetry.group.test.dependencies]
pytest-nhsd-apim = "^6.0.7"
pytest-nhsd-apim = "6.0.10"

[tool.poetry.group.dev.dependencies]
flake8 = "^7.3.0"
Expand Down
310 changes: 161 additions & 149 deletions sandbox/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sandbox/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gunicorn = "^23.0.0"
flask = "3.1.3" # Can't bump flask due to dropping support for Python 3.8
pyyaml = "^6.0.2"

[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
flake8 = "^7.3.0"
black = "^26.3.1"
pytest = "^9.0.3"
Expand Down
334 changes: 167 additions & 167 deletions scripts/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scripts/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package-mode = false

[tool.poetry.dependencies]
python = "^3.13"
pytest-nhsd-apim = "^6.0.0"
pytest-nhsd-apim = "6.0.10"


[build-system]
Expand Down
Loading