Update cryptography to >=35 for openssl 3 support

This commit is contained in:
Satoe Imaishi
2022-03-30 17:49:53 -04:00
parent 34b20e26fa
commit 309e58b6d7
5 changed files with 56 additions and 284 deletions

View File

@@ -5,7 +5,7 @@ autobahn>=20.12.3 # CVE-2020-35678
azure-keyvault==1.1.0 # see UPGRADE BLOCKERs
channels
channels-redis>=3.1.0 # https://github.com/django/channels_redis/issues/212
cryptography>=3.2
cryptography>=35.0.0
Cython<3 # Since the bump to PyYAML 5.4.1 this is now a mandatory dep
daphne
distro
@@ -61,6 +61,7 @@ setuptools==58.2.0 # see UPGRADE BLOCKERs
setuptools_scm[toml]>=3.4 # see UPGRADE BLOCKERs, xmlsec build dep
lxml>=3.8 # xmlsec build dep
pkgconfig>=1.5.1 # xmlsec build dep
setuptools-rust >= 0.11.4 # cryptography build dep
# Temporarily added to use ansible-runner from git branch, to be removed
# when ansible-runner moves from requirements_git.txt to here

View File

@@ -61,7 +61,7 @@ click==7.1.2
# via receptorctl
constantly==15.1.0
# via twisted
cryptography==3.2
cryptography==36.0.2
# via
# -r /awx_devel/requirements/requirements.in
# adal
@@ -342,15 +342,18 @@ ruamel-yaml==0.16.10
# via openshift
schedule==0.6.0
# via -r /awx_devel/requirements/requirements.in
semantic-version==2.9.0
# via setuptools-rust
service-identity==18.1.0
# via twisted
setuptools-rust==1.2.0
# via -r /awx_devel/requirements/requirements.in
setuptools-scm[toml]==6.4.2
# via -r /awx_devel/requirements/requirements.in
six==1.14.0
# via
# ansible-runner
# automat
# cryptography
# django-extensions
# django-pglocks
# google-auth
@@ -398,7 +401,9 @@ twisted[tls]==20.3.0
txaio==20.12.1
# via autobahn
typing-extensions==3.10.0.2
# via aiohttp
# via
# aiohttp
# setuptools-rust
urllib3==1.26.5
# via
# kubernetes
@@ -430,5 +435,6 @@ setuptools==58.2.0
# kubernetes
# markdown
# python-daemon
# setuptools-rust
# setuptools-scm
# zope-interface