Skip to content

Commit

Permalink
Merge pull request #1684 from davejames/override-cryptography-4208
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Jun 9, 2024
2 parents 370da3b + 8accd5d commit 98c9f1d
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 36 deletions.
1 change: 1 addition & 0 deletions overrides/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,7 @@ lib.composeManyExtensions [
"42.0.5" = "sha256-Pw3ftpcDMfZr/w6US5fnnyPVsFSB9+BuIKazDocYjTU=";
"42.0.6" = "sha256-q1nCn82wVfADPMYX2LCq7CpIIbMvFkqsXRYfhzGyvSg=";
"42.0.7" = "sha256-wAup/0sI8gYVsxr/vtcA+tNkBT8wxmp68FPbOuro1E4=";
"42.0.8" = "sha256-PgxPcFocEhnQyrsNtCN8YHiMptBmk1PUhEDQFdUR1nU=";
}.${version} or (
lib.warn "Unknown cryptography version: '${version}'. Please update getCargoHash." lib.fakeHash
);
Expand Down
70 changes: 35 additions & 35 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.7"
cryptography = "42.0.8"
bcrypt = "4.1.3"

[build-system]
Expand Down

0 comments on commit 98c9f1d

Please sign in to comment.