浏览代码

Bump cryptography from 2.8 to 3.2 in /desktop/core

Bumps [cryptography](https://github.com/pyca/cryptography) from 2.8 to 3.2.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/2.8...3.2)

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 5 年之前
父节点
当前提交
c001aeb25a
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      desktop/core/requirements.txt
  2. 1 1
      desktop/core/requirements_py3.txt

+ 1 - 1
desktop/core/requirements.txt

@@ -9,7 +9,7 @@ cffi==1.13.2
 channels==2.1.6
 channels-redis==2.3.2
 configobj==5.0.6
-cryptography==2.8
+cryptography==3.2
 django-auth-ldap==1.3.0
 Django==1.11.28 # Django 2 then 3?
 django-axes==2.2.0

+ 1 - 1
desktop/core/requirements_py3.txt

@@ -13,7 +13,7 @@ channels==2.1.6
 channels-redis==2.3.2
 colorama==0.3.2
 configobj==5.0.6
-cryptography==2.8
+cryptography==3.2
 cx_Oracle==7.1.2
 defusedxml==0.5.0
 Django==1.11.29