Skip to content

Commit a0370b1

Browse files
author
Jesse S
authored
dep: TOOLS-2945 upgrade cryptography to fix CVE-2024-2511 (#294)
* dep: TOOLS-2945 upgrade cryptography to fix CVE-2024-2511
1 parent 41a553a commit a0370b1

File tree

4 files changed

+459
-446
lines changed

4 files changed

+459
-446
lines changed

.github/workflows/mac-artifact.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,9 @@ jobs:
8989
working-directory: ${{ steps.working-dir.outputs.value }}
9090
run: |
9191
sudo make install
92+
asadm -e "info" || true
9293
asadm -e "info" 2>&1 | grep "Not able to connect"
94+
asinfo || true
9395
asinfo 2>&1 | grep "Not able to connect"
9496
- name: Create .tar
9597
working-directory: ${{ steps.working-dir.outputs.value }}

Pipfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name = "pypi"
55

66
[packages]
77
bcrypt = "4.0.1"
8-
cryptography = "==42.0.5"
8+
cryptography = "==42.0.8"
99
pyOpenSSL = "==24.1.0"
1010
distro = "==1.8.0"
1111
jsonschema = "==4.20.0"
@@ -14,7 +14,7 @@ ply = "==3.11"
1414
pyasn1 = "==0.5.0"
1515
toml = "==0.10.2"
1616
yappi = "==1.6.0"
17-
setuptools = "69.1.1"
17+
setuptools = "69.5.1"
1818
aiohttp = "==3.9.5"
1919
python-dateutil = "2.8.2"
2020
msgpack = "1.0.7"
@@ -24,7 +24,7 @@ asyncssh = "*"
2424

2525
[dev-packages]
2626
parameterized = "*"
27-
pyinstaller = "==6.4.0"
27+
pyinstaller = "==6.8.0"
2828
black = "*"
2929
flake8 = "*"
3030
pytest = "*"

0 commit comments

Comments
 (0)