Skip to content

Commit 4c7084d

Browse files
Merge pull request #12 from Nebucatnetzer/dependabot/pip/cryptography-43.0.1
Bump cryptography from 42.0.8 to 43.0.1
2 parents fa0e0bd + bc0263f commit 4c7084d

File tree

3 files changed

+31
-45
lines changed

3 files changed

+31
-45
lines changed

flake.nix

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,6 @@
3939
types-flask = super.types-flask.overridePythonAttrs (old: {
4040
buildInputs = (old.buildInputs or [ ]) ++ [ super.setuptools ];
4141
});
42-
cryptography = super.cryptography.overridePythonAttrs (old: rec {
43-
cargoDeps = pkgs.rustPlatform.fetchCargoTarball {
44-
inherit (old) src;
45-
name = "${old.pname}-${old.version}";
46-
sourceRoot = "${old.pname}-${old.version}/${cargoRoot}";
47-
sha256 = "sha256-PgxPcFocEhnQyrsNtCN8YHiMptBmk1PUhEDQFdUR1nU=";
48-
};
49-
cargoRoot = "src/rust";
50-
});
5142
}
5243
);
5344
application = poetry2nix.mkPoetryApplication {

poetry.lock

Lines changed: 30 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ disable = [
1616
[tool.poetry.dependencies]
1717
python = "^3.11"
1818
flask = "^3.0.0"
19-
cryptography = "^42.0.4"
19+
cryptography = "^43.0.1"
2020
gunicorn = "^22.0.0"
2121
peewee = "^3.17.6"
2222

0 commit comments

Comments
 (0)