Skip to content

Commit

Permalink
Update cryptography requirement from <44,>=43 to >=43,<45 in the pyth…
Browse files Browse the repository at this point in the history
…on group (#75)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexis <[email protected]>
Co-authored-by: William Woodruff <[email protected]>
  • Loading branch information
3 people authored Dec 2, 2024
1 parent b2640fe commit 9cc82dd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ license = { file = "LICENSE" }
authors = [{ name = "Trail of Bits", email = "[email protected]" }]
dependencies = [
"maturin>=1.7,<2.0",
"cryptography>=43,<44",
"cryptography>=44,<45",
]

[project.optional-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ self_cell = "1"
hex = "0.4"
sha2 = "0.10.8"
rand = "0.8.5"
cryptography-x509 = { git = "https://github.com/pyca/cryptography.git", rev = "8f522feb12999085680ae224ede0b8756ea079a0" }
cryptography-x509 = { git = "https://github.com/pyca/cryptography.git", tag = "44.0.0" }
openssl = { version = "0.10.68", features = ["vendored"] }

[features]
Expand Down
2 changes: 1 addition & 1 deletion rust/tsp-asn1/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/tsp-asn1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ name = "tsp_asn1"

[dependencies]
asn1 = "0.20"
cryptography-x509 = { git = "https://github.com/pyca/cryptography.git", rev = "8f522feb12999085680ae224ede0b8756ea079a0" }
cryptography-x509 = { git = "https://github.com/pyca/cryptography.git", tag = "44.0.0" }

[dev-dependencies]
hex = "0.4"

0 comments on commit 9cc82dd

Please sign in to comment.