Skip to content

Commit

Permalink
Bump cryptography to 41.0.4 for all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
kristapsk committed Oct 13, 2023
1 parent dbb7001 commit 70366ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ requires-python = ">=3.7"
license = {file = "LICENSE"}
dependencies = [
"chromalog==1.0.5",
"cryptography==41.0.4",
"service-identity==21.1.0",
"twisted==22.4.0",
"txtorcon==23.0.0",
'cryptography==3.3.2; platform_machine != "aarch64" and platform_machine != "amd64" and platform_machine != "x86_64"',
'cryptography==41.0.2; platform_machine == "aarch64" or platform_machine == "amd64" or platform_machine == "x86_64"',
]

[project.optional-dependencies]
Expand Down

0 comments on commit 70366ff

Please sign in to comment.