Skip to content

Commit

Permalink
Merge pull request #308 from aerospike/tools-2968
Browse files Browse the repository at this point in the history
dep: TOOLS-2968 upgrade cryptography aiohttp setuptools
  • Loading branch information
a-spiker authored Sep 13, 2024
2 parents 2c382d5 + 273d53a commit b961234
Show file tree
Hide file tree
Showing 2 changed files with 739 additions and 678 deletions.
8 changes: 4 additions & 4 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ name = "pypi"

[packages]
bcrypt = "4.0.1"
cryptography = "==42.0.8"
pyOpenSSL = "==24.1.0"
cryptography = "==43.0.1"
pyopenssl = "==24.2.1"
distro = "==1.8.0"
jsonschema = "==4.20.0"
pexpect = "==4.9.0"
ply = "==3.11"
pyasn1 = "==0.5.0"
toml = "==0.10.2"
yappi = "==1.6.0"
setuptools = "69.5.1"
aiohttp = "==3.9.5"
setuptools = "70.0.0"
aiohttp = "==3.10.5"
python-dateutil = "2.8.2"
msgpack = "1.0.7"
parameterized = "*"
Expand Down
Loading

0 comments on commit b961234

Please sign in to comment.