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

[dep] Update websocket-client and attrs to major releases

ws-client contains mostly Py2 drop:
https://github.com/websocket-client/websocket-client/blob/master/ChangeLog

attrs contains Backward-incompatible Changes which doesn’t
seem to concern DuniterPy:
https://github.com/python-attrs/attrs/blob/main/CHANGELOG.rst
parent 6c3e0661
No related branches found
No related tags found
2 merge requests!157v1.0.0rc0: merge dev into master,!147[dep] Update websocket-client and attrs to major releases
...@@ -28,12 +28,12 @@ build-backend = "poetry.core.masonry.api" ...@@ -28,12 +28,12 @@ build-backend = "poetry.core.masonry.api"
python = "^3.6.8" python = "^3.6.8"
jsonschema = "^3.2.0" jsonschema = "^3.2.0"
pypeg2 = "^2.15.2" pypeg2 = "^2.15.2"
attrs = "^20.2.0" attrs = "^21.2.0"
base58 = "^2.0.0" base58 = "^2.1.0"
libnacl = "^1.7.2" libnacl = "^1.7.2"
pyaes = "^1.6.1" pyaes = "^1.6.1"
graphql-core = "^3.1.2" graphql-core = "^3.1.2"
websocket-client = "^0.57" websocket-client = "^1.1.0"
mnemonic = "^0.19" mnemonic = "^0.19"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment