Skip to content

Commit

Permalink
dep: fix cryptography CVE-2024-6119
Browse files Browse the repository at this point in the history
  • Loading branch information
a-spiker committed Sep 12, 2024
1 parent 2c382d5 commit cd9dea0
Show file tree
Hide file tree
Showing 2 changed files with 738 additions and 677 deletions.
6 changes: 3 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ name = "pypi"

[packages]
bcrypt = "4.0.1"
cryptography = "==42.0.8"
pyOpenSSL = "==24.1.0"
cryptography = "==43.0.1"
distro = "==1.8.0"
jsonschema = "==4.20.0"
pexpect = "==4.9.0"
Expand All @@ -15,12 +14,13 @@ pyasn1 = "==0.5.0"
toml = "==0.10.2"
yappi = "==1.6.0"
setuptools = "69.5.1"
aiohttp = "==3.9.5"
aiohttp = "==3.10.5"
python-dateutil = "2.8.2"
msgpack = "1.0.7"
parameterized = "*"
typing-extensions = "*"
asyncssh = "*"
pyopenssl = "==24.2.1"

[dev-packages]
parameterized = "*"
Expand Down
Loading

0 comments on commit cd9dea0

Please sign in to comment.