mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Updated pycryptography (#13964)
Co-authored-by: Jessica Steurer <70719005+jay-steurer@users.noreply.github.com>
This commit is contained in:
parent
7b1cb281c2
commit
7e4da7efa2
@ -6,7 +6,7 @@ asyncpg
|
||||
azure-keyvault==1.1.0 # see UPGRADE BLOCKERs
|
||||
channels
|
||||
channels-redis==3.4.1 # see UPGRADE BLOCKERs
|
||||
cryptography
|
||||
cryptography>=39.0.1 ## https://github.com/ansible/awx/security/dependabot/90
|
||||
Cython<3 # Since the bump to PyYAML 5.4.1 this is now a mandatory dep
|
||||
daphne
|
||||
distro
|
||||
|
||||
@ -70,7 +70,7 @@ click==8.1.3
|
||||
# via receptorctl
|
||||
constantly==15.1.0
|
||||
# via twisted
|
||||
cryptography==38.0.4
|
||||
cryptography==40.0.2
|
||||
# via
|
||||
# -r /awx_devel/requirements/requirements.in
|
||||
# adal
|
||||
@ -295,7 +295,7 @@ pyjwt==2.6.0
|
||||
# adal
|
||||
# social-auth-core
|
||||
# twilio
|
||||
pyopenssl==22.1.0
|
||||
pyopenssl==23.1.1
|
||||
# via twisted
|
||||
pyparsing==2.4.6
|
||||
# via
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user