mirror of
https://github.com/YunoHost-Apps/funkwhale_ynh.git
synced 2024-09-03 18:36:24 +02:00
Upgrade cryptography to version 3.2
Potential security vulnerability
This commit is contained in:
parent
56dfe7f117
commit
8f16c7abc0
1 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ channels_redis~=3.0
|
||||||
uvicorn[standard]~=0.12
|
uvicorn[standard]~=0.12
|
||||||
gunicorn~=20.0
|
gunicorn~=20.0
|
||||||
|
|
||||||
cryptography~=2.9
|
cryptography>=3.2
|
||||||
# requests-http-signature==0.0.3
|
# requests-http-signature==0.0.3
|
||||||
# clone until the branch is merged and released upstream
|
# clone until the branch is merged and released upstream
|
||||||
git+https://github.com/EliotBerriot/requests-http-signature.git@signature-header-support
|
git+https://github.com/EliotBerriot/requests-http-signature.git@signature-header-support
|
||||||
|
|
Loading…
Add table
Reference in a new issue