Skip to content
Snippets Groups Projects
Commit e5616366 authored by Moul's avatar Moul
Browse files

[dep] Bump runtime, test, doc dependencies

jsonschema
pytest, pytest-cov
sphinx_rtd_theme
parent d5bc13be
No related branches found
No related tags found
1 merge request!174Update links in readme, bump pre-commit hooks, bump dependencies
Pipeline #17471 waiting for manual action
...@@ -29,7 +29,7 @@ build-backend = "poetry.core.masonry.api" ...@@ -29,7 +29,7 @@ build-backend = "poetry.core.masonry.api"
python = "^3.7.0" python = "^3.7.0"
graphql-core = "^3.1.2" graphql-core = "^3.1.2"
websocket-client = "^1.1.0" websocket-client = "^1.1.0"
jsonschema = "^3.2.0" jsonschema = "^4.5.0"
pypeg2 = "^2.15.2" pypeg2 = "^2.15.2"
attrs = "^21.2.0" attrs = "^21.2.0"
base58 = "^2.1.0" base58 = "^2.1.0"
...@@ -38,11 +38,11 @@ pyaes = "^1.6.1" ...@@ -38,11 +38,11 @@ pyaes = "^1.6.1"
mnemonic = "^0.19" mnemonic = "^0.19"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
pytest = "^6.2.5" pytest = "^7.1.2"
pytest-cov = "^2.12.0" pytest-cov = "^3.0.0"
pytest-sugar = "^0.9.4" pytest-sugar = "^0.9.4"
sphinx = "^4.3.0" sphinx = "^4.3.0"
sphinx_rtd_theme = "^0.5.0" sphinx_rtd_theme = "^1.0.0"
[tool.isort] [tool.isort]
profile = "black" profile = "black"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment