From e56163667dc77f609b70cf6c15c5191377860733 Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Sun, 8 May 2022 21:55:47 +0200 Subject: [PATCH] [dep] Bump runtime, test, doc dependencies jsonschema pytest, pytest-cov sphinx_rtd_theme --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 92066ef..2e33e11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ build-backend = "poetry.core.masonry.api" python = "^3.7.0" graphql-core = "^3.1.2" websocket-client = "^1.1.0" -jsonschema = "^3.2.0" +jsonschema = "^4.5.0" pypeg2 = "^2.15.2" attrs = "^21.2.0" base58 = "^2.1.0" @@ -38,11 +38,11 @@ pyaes = "^1.6.1" mnemonic = "^0.19" [tool.poetry.dev-dependencies] -pytest = "^6.2.5" -pytest-cov = "^2.12.0" +pytest = "^7.1.2" +pytest-cov = "^3.0.0" pytest-sugar = "^0.9.4" sphinx = "^4.3.0" -sphinx_rtd_theme = "^0.5.0" +sphinx_rtd_theme = "^1.0.0" [tool.isort] profile = "black" -- GitLab