Skip to content

Commit

Permalink
Pin crypto libs versions
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kus committed Dec 9, 2020
1 parent 55bd90a commit a8545d9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
sudo apt-get update -q
sudo apt-get install libsodium-dev libsecp256k1-dev libgmp-dev -y
poetry run pip install pysodium
poetry run pip install pysodium==0.7.5
poetry install -v
- name: Run tests
run: poetry run pytest tests/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: |
sudo apt-get update -q
sudo apt-get install libsodium-dev libsecp256k1-dev libgmp-dev -y
poetry run pip install pysodium
poetry run pip install pysodium==0.7.5
poetry install -v
- name: Run tests
run: poetry run pytest tests/
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ simplejson = "*"
mnemonic = "*"
fire = "*"
pyyaml = "*"
pysodium = "^0.7.1"
secp256k1 = "^0.13.2"
fastecdsa = "^1.7.1"
pysodium = "0.7.5"
secp256k1 = "0.13.2"
fastecdsa = "1.7.5"
bson = "^0.5.10"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit a8545d9

Please sign in to comment.