Skip to content

Commit

Permalink
Update dependencies (#617)
Browse files Browse the repository at this point in the history
  • Loading branch information
justuswilhelm authored Mar 5, 2025
2 parents c3f46d2 + a0ef09d commit fe1e8ab
Show file tree
Hide file tree
Showing 6 changed files with 66 additions and 74 deletions.
23 changes: 12 additions & 11 deletions backend/flake.lock

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

16 changes: 1 addition & 15 deletions backend/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,21 +60,7 @@
];
}
);
cryptography = super.cryptography.overridePythonAttrs (old: rec {
cargoDeps = pkgs.rustPlatform.fetchCargoTarball {
inherit (old) src;
name = "${old.pname}-${old.version}";
sourceRoot = "${old.pname}-${old.version}/${cargoRoot}";
sha256 = "sha256-d3Gt4VrBWk6qowwX0Epp4mc1PbySARVU9YMsHYKImCs=";
};
cargoRoot = "src/rust";
# Thx to
# https://github.com/nix-community/poetry2nix/issues/731#issuecomment-1260184515
nativeBuildInputs = (old.nativeBuildInputs or [ ]) ++ [
pkgs.rustPlatform.cargoSetupHook
pkgs.rustPlatform.maturinBuildHook
];
});
cryptography = pkgs.python312Packages.cryptography;
} // (builtins.mapAttrs
(package: build-requirements: (
(builtins.getAttr package super).overridePythonAttrs (old: {
Expand Down
88 changes: 46 additions & 42 deletions backend/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 backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ exclude = [
celery = {extras = ["redis"], version = "~5.4"}
channels = {version = "^4.1.0", extras = ["daphne"]}
channels-redis = "^4.2"
cryptography = "^43.0.1"
cryptography = "^44.0.1"
dj-database-url = "~2.1.0"
django = "^5.1.5"
django-anymail = {extras = ["mailgun"], version = "~10.3"}
Expand Down
9 changes: 5 additions & 4 deletions frontend/package-lock.json

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

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"typescript-language-server": "typescript-language-server"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "~3.1.1",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@types/pikaday": "~1.7.9",
"@typescript-eslint/eslint-plugin": "^7",
"@typescript-eslint/parser": "^7",
Expand Down

0 comments on commit fe1e8ab

Please sign in to comment.