Skip to content

Commit

Permalink
0.3.0: depend on cryptography >=42
Browse files Browse the repository at this point in the history
  • Loading branch information
ctz committed May 26, 2024
1 parent 12a5ed7 commit 63ea811
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "hpke"
version = "0.2.0"
version = "0.3.0"
description = "HPKE implementation"
authors = ["Joseph Birr-Pixton <jpixton@gmail.com>"]
license = "Apache-2.0"
Expand All @@ -9,7 +9,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.8"
cryptography = "^3.4.7"
cryptography = "^42"

[tool.poetry.dev-dependencies]
coverage = {version = "^5.5", extras = ["toml"]}
Expand Down

0 comments on commit 63ea811

Please sign in to comment.