Skip to content

Commit

Permalink
Remove the version limit from cryptography library
Browse files Browse the repository at this point in the history
Corresponding to the FTBFS report [RHBZ#2307964](https://bugzilla.redhat.com/show_bug.cgi?id=2307964)

Signed-off-by: Akashdeep Dhar <[email protected]>
  • Loading branch information
gridhead committed Aug 27, 2024
1 parent 24723c5 commit 92c8c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ classifiers= [
[tool.poetry.dependencies]
python = ">=3.8,<4"
click = ">=8.0.0,<9"
cryptography = ">=36.0.0,<43"
cryptography = ">=36.0.0"
pyyaml = ">=5.0.0,<7"
requests = ">=2.20.0,<3"

Expand Down

0 comments on commit 92c8c7a

Please sign in to comment.