mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
test: fix dependabot moderate CVE warning in Infamy container
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# shellcheck disable=SC2034,SC2154
|
||||
|
||||
# Current container image
|
||||
INFIX_TEST=ghcr.io/kernelkit/infix-test:2.3
|
||||
INFIX_TEST=ghcr.io/kernelkit/infix-test:2.4
|
||||
|
||||
ixdir=$(readlink -f "$testdir/..")
|
||||
logdir=$(readlink -f "$testdir/.log")
|
||||
|
||||
@@ -5,5 +5,5 @@ networkx==3.1
|
||||
pydot==1.4.2
|
||||
pyyaml==6.0.1
|
||||
passlib==1.7.4
|
||||
requests==2.32.0
|
||||
requests~=2.32.4
|
||||
scapy==2.6.1
|
||||
|
||||
Reference in New Issue
Block a user