Skip to content

Commit 9f9b942

Browse files
v3.0.0 release (#624)
* +major +setstatus stable Version 3.0 release * Upgrade certifi due to CWE-345
1 parent 6475245 commit 9f9b942

3 files changed

Lines changed: 19 additions & 14 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ The contents of this repository are protected by Crown Copyright © 2024.
2424

2525
## Development
2626

27+
### Version
28+
29+
The current release is version 3.0
30+
2731
### Requirements
2832
* make
2933
* nodejs + npm/yarn

poetry.lock

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

pyproject.toml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,21 @@ keywords = ["healthcare", "uk", "nhs"] #TODO add additional keywords
2121

2222

2323
[tool.poetry.dependencies]
24-
python = "^3.8"
25-
pyyaml = "^5.2"
24+
certifi = ">=2024.7.4"
25+
cryptography = "^42.0.4"
2626
docopt = "^0.6.2"
27-
jsonpath-rw = "^1.4.0"
28-
semver = "^2.10.2"
27+
flask = "^2.2.5"
2928
gitpython = "^3.1.34"
30-
requests = "^2.32.3"
29+
jsonpath-rw = "^1.4.0"
3130
locust = "^1.2"
32-
flask = "^2.2.5"
31+
polling2 = "^0.4.7"
3332
pytest-bdd = "^4.0.1"
34-
cryptography = "^42.0.4"
35-
python-dateutil = "^2.8.1"
3633
pytest-rerunfailures = "^9.1.1"
37-
polling2 = "^0.4.7"
34+
python = "^3.8"
35+
python-dateutil = "^2.8.1"
36+
pyyaml = "^5.2"
37+
requests = "^2.32.3"
38+
semver = "^2.10.2"
3839
werkzeug = "3.0.3"
3940

4041

0 commit comments

Comments
 (0)