Skip to content

Commit

Permalink
(PPS-697) specify cryptography >=42.0.2 in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
george42-ctds committed Feb 7, 2024
1 parent 2ec78a5 commit b6724a7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 22 deletions.
29 changes: 8 additions & 21 deletions 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ cached_property = "^1.5.1"
cdiserrors = "<2.0.0"
cdislogging = "^1.0.0"
cdispyutils = "^2.0.1"
cryptography = ">=41.0.6"
cryptography = ">=42.0.2"

# this will be updated when authlib is updated
flask = "==2.3.2"
Expand Down

0 comments on commit b6724a7

Please sign in to comment.