Merge pull request #676 from VirusTotal/fix/vt-lib-event-loop-error

fix(VirusTotal): Update vt lib which fix an event loop error
pull/679/head
Alexandre Dulaunoy 2024-08-06 11:30:21 +02:00 committed by GitHub
commit f2b11c89a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ url-normalize==1.4.3; python_version >= '2.7' and python_version not in '3.0, 3.
urlarchiver==0.2
urllib3==2.2.2; python_version >= '3.8'
vt-graph-api==2.2.0
vt-py==0.18.2; python_full_version >= '3.7.0'
vt-py==0.18.3; python_full_version >= '3.7.0'
vulners==2.1.7; python_version >= '3.8'
wand==0.6.13
websocket-client==1.8.0; python_version >= '3.8'