Skip to content

Commit 9d99a81

Browse files
committed
Update cryptography upper bound
Also remove direct dependency on cffi as it is only used by cryptography
1 parent e68203d commit 9d99a81

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "proxygen-cli"
3-
version = "3.0.0"
3+
version = "3.0.1"
44
description = "CLI for interacting with NHSD APIM's proxygen service"
55
authors = ["Ben Strutt <ben.strutt1@nhs.net>"]
66
readme = "README.md"
@@ -17,12 +17,11 @@ click="^8.1.2"
1717
pyjwt = "^2.9.0"
1818
requests = "^2.32.3"
1919
lxml = "^6.0.1"
20-
cryptography = "44.0.1"
20+
cryptography = ">= 44.0.1, < 47.0.0" # Not directly imported, but needed by pyjwt for the RS512 algorithm
2121
pyyaml = "^6.0.3"
2222
yaspin = "^3.2.0"
2323
tabulate = "^0.9.0"
2424
packaging = "^24.2"
25-
cffi = "^1.17.1"
2625

2726
[tool.poetry.group.dev.dependencies]
2827
pytest = "^8.4.2"

0 commit comments

Comments
 (0)