Skip to content

Commit

Permalink
Update dependency version locks to latest versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
lapets committed Apr 17, 2022
1 parent d0947cc commit e5889d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e5889d6

Please sign in to comment.