From aaf198dbb6a4e81ac2f4b3f4c0e84707b51a875d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Eckel?= Date: Mon, 30 Jan 2023 22:46:47 +0100 Subject: [PATCH] fixed some vulnerability by upgrading dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Eckel --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index da186fb..bdb0ecb 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ docs_require = [ "aafigure==0.6", "alabaster==0.7.12", "Babel==2.10.1", - "certifi==2021.10.8", + "certifi==2022.12.7", "charset-normalizer==2.0.12", "commonmark==0.9.1", "docutils==0.17.1", @@ -125,7 +125,7 @@ install_requires = [ "setproctitle==1.2.2", "werkzeug==2.0.3", "nest-asyncio==1.5.5", - "protobuf==3.20.1", + "protobuf==3.20.2", "planetmint-ipld>=0.0.3", "pyasn1>=0.4.8", "python-decouple",