Skip to content

Commit

Permalink
Update cryptography requirement from ==43.* to >=43,<45 in /python (#…
Browse files Browse the repository at this point in the history
…6676)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Amaury Chamayou <[email protected]>
  • Loading branch information
dependabot[bot] and achamayou authored Dec 3, 2024
1 parent 9c3e6f8 commit e6b37eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ classifiers = [
]
dependencies = [
"loguru >= 0.5, == 0.*",
"cryptography == 43.*",
"cryptography == 44.*",
"string-color >= 1.2.1, == 1.*",
"pycose >= 1.0.1, == 1.*",
"setuptools >= 74,< 76",
Expand Down

0 comments on commit e6b37eb

Please sign in to comment.