Skip to content

Commit

Permalink
authutils 6.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
paulineribeyre committed Jun 14, 2024
1 parent d30fff2 commit 50a33d2
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 13 deletions.
42 changes: 30 additions & 12 deletions poetry.lock

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

7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,12 @@ alembic = "^1.7.7"
authlib = {git = "https://github.com/uc-cdis/authlib", rev = "v0.11_CVE_patch_v1"}
# authlib = "*" # let authutils decide which version we're using

authutils = "^6.2.2"
# Pinning to the authlib patch above prevents us from using the pypi version of authutils:
# Because authutils (6.2.5) depends on authlib (>=1.1.0) and fence depends on authlib (*)
# @ git+https://github.com/uc-cdis/authlib@v0.11_CVE_patch_v1, authutils is forbidden.
authutils = {git = "https://github.com/uc-cdis/authutils", rev = "6.2.5"}
# authutils = "<7"

bcrypt = "^3.1.4"
boto3 = "*"
botocore = "*"
Expand Down

0 comments on commit 50a33d2

Please sign in to comment.