mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-06 07:33:01 +02:00
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:
@@ -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")
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user