Skip to content

Commit

Permalink
BE: Update stripe, flake, pin cryptography
Browse files Browse the repository at this point in the history
There is an issue with cryptography 42.0.3 not building:

nix-community/poetry2nix#1337
  • Loading branch information
justuswilhelm committed Feb 23, 2024
1 parent fb6c5b3 commit 809c637
Show file tree
Hide file tree
Showing 5 changed files with 85 additions and 83 deletions.
14 changes: 7 additions & 7 deletions backend/flake.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/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
flake-utils.url = "github:numtide/flake-utils";
nixpkgs.url = "github:NixOS/nixpkgs/23.11";
poetry2nix = {
url = "github:nix-community/poetry2nix/2023.12.2614813";
url = "github:nix-community/poetry2nix/2024.2.2230616";
inputs.nixpkgs.follows = "nixpkgs";
};
};
Expand Down
77 changes: 39 additions & 38 deletions backend/poetry.lock

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

3 changes: 2 additions & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ readme = "README.md"
celery = {extras = ["redis"], version = "~5.2.7"}
channels = {version = "~4.0.0", extras = ["daphne"]}
channels-redis = "~4.0.0"
cryptography = "42.0.2"
dj-database-url = "~2.1.0"
django = "~4.2.3"
django-anymail = {extras = ["mailgun"], version = "~8.6"}
Expand All @@ -147,7 +148,7 @@ python = "~3.11"
python-dotenv = "~0.20.0"
redis = "~4.5.4"
rules = "~3.3"
stripe = "~3.5.0"
stripe = "~8.4"
uvicorn = "~0.17.6"
websockets = "~10.3"
whitenoise = "~6.2.0"
Expand Down
Loading

0 comments on commit 809c637

Please sign in to comment.