From 2deb577451d0eaad32d9ea55597d6d4224d4c4e1 Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Wed, 21 Oct 2020 18:35:32 +0200
Subject: [PATCH] Update dependencies

---
 pyproject.toml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index 75606cbe..10f1be11 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -25,17 +25,17 @@ build-backend = "poetry.core.masonry.api"
 
 [tool.poetry.dependencies]
 python = "^3.6.8"
-aiohttp = "^3.6.1"
-jsonschema = "^3.0.2"
+aiohttp = "^3.6.3"
+jsonschema = "^3.2.0"
 pypeg2 = "^2.15.2"
-attrs = "^19.3.0"
+attrs = "^20.2.0"
 base58 = "^2.0.0"
-libnacl = "^1.6.1"
+libnacl = "^1.7.1"
 pyaes = "^1.6.1"
 
 [tool.poetry.dev-dependencies]
 black = "^20.8b1"
-mypy = "^0.730"
-pylint = "^2.4.2"
-sphinx = "^3.0.2"
-sphinx_rtd_theme = "^0.4.3"
+mypy = "^0.790"
+pylint = "^2.6.0"
+sphinx = "^3.2.1"
+sphinx_rtd_theme = "^0.5.0"
-- 
GitLab