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
|
||||
gunicorn~=20.0
|
||||
|
||||
cryptography~=2.9
|
||||
cryptography>=3.2
|
||||
# requests-http-signature==0.0.3
|
||||
# clone until the branch is merged and released upstream
|
||||
git+https://github.com/EliotBerriot/requests-http-signature.git@signature-header-support
|
||||
|
@ -71,4 +71,4 @@ service_identity~=18.1
|
|||
markdown~=3.2
|
||||
bleach~=3.1
|
||||
feedparser==6.0.0b3
|
||||
watchdog~=0.10
|
||||
watchdog~=0.10
|
||||
|
|
Loading…
Add table
Reference in a new issue