docker: Upgrade requests to silence dependabot

Unintended leak of Proxy-Authorization header in requests #1
Requests `Session` object does not verify requests after making first request with verify=False #2
This commit is contained in:
Mattias Walström
2024-06-19 15:35:51 +02:00
parent ee0b035e4b
commit b92276bfac
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
# Current container image
INFIX_TEST=ghcr.io/kernelkit/infix-test:1.6
INFIX_TEST=ghcr.io/kernelkit/infix-test:1.7
ixdir=$(readlink -f "$testdir/..")
logdir=$(readlink -f "$testdir/.log")
+1 -1
View File
@@ -5,4 +5,4 @@ networkx==3.1
pydot==1.4.2
pyyaml==6.0.1
passlib==1.7.4
requests==2.25.1
requests==2.32.0