From e5889d6276a04a2fb57a7870cfca67d46bba8683 Mon Sep 17 00:00:00 2001 From: Andrei Lapets Date: Sun, 17 Apr 2022 19:08:57 -0400 Subject: [PATCH] Update dependency version locks to latest versions. --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 9fab4e0..fe618a9 100644 --- a/setup.py +++ b/setup.py @@ -12,10 +12,10 @@ version=version, packages=[name,], install_requires=[ - "requests~=2.26", - "oblivious~=4.0", - "bcl~=2.0", - "additive~=0.1" + "requests~=2.27", + "oblivious~=5.0", + "bcl~=2.1", + "additive~=0.3" ], license="MIT", url="https://github.com/nthparty/nthcommunity",