Skip to content

Commit 54bb3a0

Browse files
committed
test: fix dependabot moderate CVE warning in Infamy container
Signed-off-by: Joachim Wiberg <[email protected]>
1 parent 14dd7cb commit 54bb3a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# shellcheck disable=SC2034,SC2154
33

44
# Current container image
5-
INFIX_TEST=ghcr.io/kernelkit/infix-test:2.3
5+
INFIX_TEST=ghcr.io/kernelkit/infix-test:2.4
66

77
ixdir=$(readlink -f "$testdir/..")
88
logdir=$(readlink -f "$testdir/.log")

test/docker/pip-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ networkx==3.1
55
pydot==1.4.2
66
pyyaml==6.0.1
77
passlib==1.7.4
8-
requests==2.32.0
8+
requests~=2.32.4
99
scapy==2.6.1

0 commit comments

Comments
 (0)