Skip to content

Commit

Permalink
fix: TOOLS-2861 TOOLS-2860 upgrade cryptography and pyopenssl to fix …
Browse files Browse the repository at this point in the history
…possible vulnerabilities
  • Loading branch information
Jesse Schmidt committed Apr 3, 2024
1 parent 04fc761 commit 6dc0b67
Show file tree
Hide file tree
Showing 3 changed files with 448 additions and 785 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/mac-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,8 @@ jobs:
- name: Pipenv setup
if: steps.cache-asadm-asinfo.outputs.cache-hit != 'true'
working-directory: ${{ steps.working-dir.outputs.value }}
# wheel upgrade can be removed when python 3.9 ships with wheel >= 0.38. Currently it is 0.37.1 and pipenv check fails because of a security issue.
run: |
brew install pipenv
pipenv run pip install --upgrade wheel
pipenv check
- name: Build asadm
if: steps.cache-asadm-asinfo.outputs.cache-hit != 'true'
working-directory: ${{ steps.working-dir.outputs.value }}
Expand Down
6 changes: 3 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ name = "pypi"

[packages]
bcrypt = "4.0.1"
cryptography = "==41.0.7"
pyOpenSSL = "==23.2.0"
cryptography = "==42.0.5"
pyOpenSSL = "==24.1.0"
distro = "==1.8.0"
jsonschema = "==4.20.0"
pexpect = "==4.8.0"
Expand Down Expand Up @@ -36,7 +36,7 @@ aerospike = "*"
docker = "*"

[requires]
python_full_version = "3.10.11"
python_full_version = "3.10.13"

[pipenv]
allow_prereleases = true
Loading

0 comments on commit 6dc0b67

Please sign in to comment.