We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce6b472 + 54bb3a0 commit 684bbafCopy full SHA for 684bbaf
test/.env
@@ -2,7 +2,7 @@
2
# shellcheck disable=SC2034,SC2154
3
4
# Current container image
5
-INFIX_TEST=ghcr.io/kernelkit/infix-test:2.3
+INFIX_TEST=ghcr.io/kernelkit/infix-test:2.4
6
7
ixdir=$(readlink -f "$testdir/..")
8
logdir=$(readlink -f "$testdir/.log")
test/docker/pip-requirements.txt
@@ -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
9
scapy==2.6.1
0 commit comments