diff --git a/pyproject.toml b/pyproject.toml index 8408cfb..d271ed3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,11 +15,11 @@ readme = "README.rst" # ToDo: fix smtp incompatibility with 3.12 requires-python = ">=3.8" dependencies = [ - "twisted==21.7.0", + "twisted==24.10.0", "psutil==5.9.0", - "pycryptodome==3.19.0", - "requests==2.28.2", - "requests[socks]==2.28.2", + "pycryptodome==3.19.1", + "requests==2.32.0", + "requests[socks]==2.32.0", "impacket==0.9.24", "paramiko==3.5.0", "scapy",