diff --git a/networking-calico/requirements.txt b/networking-calico/requirements.txt index ec5e903be57..67e53b11675 100644 --- a/networking-calico/requirements.txt +++ b/networking-calico/requirements.txt @@ -3,6 +3,9 @@ # process, which may cause wedges in the gate later. Babel!=2.4.0,>=2.3.4 # BSD -eventlet>=0.31.0 # MIT +eventlet>=0.34.3 # MIT six>=1.10.0 # MIT etcd3gw>=0.2.2 # Apache-2.0 +certifi>=2023.7.22 # not directly required, pinned by Snyk to avoid a vulnerability +idna>=3.7 # not directly required, pinned by Snyk to avoid a vulnerability +requests>=2.31.0 # not directly required, pinned by Snyk to avoid a vulnerability