Skip to content

Commit

Permalink
Merge pull request #1852 from Nebucatnetzer/update-cryptography
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud authored Oct 28, 2024
2 parents 277dd92 + bcfbe71 commit 5cc8e8e
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 40 deletions.
1 change: 1 addition & 0 deletions overrides/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,7 @@ lib.composeManyExtensions [
"42.0.8" = "sha256-PgxPcFocEhnQyrsNtCN8YHiMptBmk1PUhEDQFdUR1nU=";
"43.0.0" = "sha256-TEQy8PrIaZshiBFTqR/OJp3e/bVM1USjcmpDYcjPJPM=";
"43.0.1" = "sha256-wiAHM0ucR1X7GunZX8V0Jk2Hsi+dVdGgDKqcYjSdD7Q=";
"43.0.3" = "sha256-d3Gt4VrBWk6qowwX0Epp4mc1PbySARVU9YMsHYKImCs=";
}.${version} or (
lib.warn "Unknown cryptography version: '${version}'. Please update getCargoHash." lib.fakeHash
);
Expand Down
73 changes: 34 additions & 39 deletions tests/python-versions-or/poetry.lock

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

2 changes: 1 addition & 1 deletion tests/python-versions-or/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
ndg-httpsclient = "0.5.1"
cryptography = "42.0.8"
cryptography = "43.0.3"
bcrypt = "4.1.3"

[build-system]
Expand Down

0 comments on commit 5cc8e8e

Please sign in to comment.