Skip to content

Commit

Permalink
Update cryptography for CVE-2023-38325 (ansible#14358)
Browse files Browse the repository at this point in the history
Signed-off-by: Rick Elrod <[email protected]>
  • Loading branch information
relrod authored and djyasin committed Sep 11, 2024
1 parent c766a2f commit c9f45bd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion requirements/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ boto3
botocore
channels
channels-redis==3.4.1 # see UPGRADE BLOCKERs
cryptography>=39.0.1 ## https://github.com/ansible/awx/security/dependabot/90
cryptography>=41.0.2 # CVE-2023-38325
Cython<3 # Since the bump to PyYAML 5.4.1 this is now a mandatory dep
daphne
distro
Expand Down Expand Up @@ -39,6 +39,7 @@ prometheus_client
psycopg
psutil
pygerduty
pyopenssl>=23.2.0 # resolve dep conflict from cryptography pin above
pyparsing==2.4.6 # Upgrading to v3 of pyparsing introduce errors on smart host filtering: Expected 'or' term, found 'or' (at char 15), (line:1, col:16)
python-daemon>3.0.0
python-dsv-sdk
Expand Down
12 changes: 6 additions & 6 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ click==8.1.3
# via receptorctl
constantly==15.1.0
# via twisted
cryptography==40.0.2
cryptography==41.0.3
# via
# -r /awx_devel/requirements/requirements.in
# adal
Expand All @@ -94,9 +94,7 @@ daphne==3.0.2
# -r /awx_devel/requirements/requirements.in
# channels
dataclasses==0.6
# via
# python-dsv-sdk
# python-tss-sdk
# via python-dsv-sdk
defusedxml==0.7.1
# via
# python3-openid
Expand Down Expand Up @@ -303,8 +301,10 @@ pyjwt==2.6.0
# adal
# social-auth-core
# twilio
pyopenssl==23.1.1
# via twisted
pyopenssl==23.2.0
# via
# -r /awx_devel/requirements/requirements.in
# twisted
pyparsing==2.4.6
# via
# -r /awx_devel/requirements/requirements.in
Expand Down

0 comments on commit c9f45bd

Please sign in to comment.