Skip to content

Commit

Permalink
Update dependency versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
nuttycom committed Sep 19, 2022
1 parent 8f18c76 commit 73ced0f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 116 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_vectors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Install gnome-keyring
run: sudo apt-get install gnome-keyring

- name: Install poetry
run: pip install --user poetry

Expand Down
124 changes: 11 additions & 113 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ classifiers = [
]

[tool.poetry.dependencies]
python = "^3.7"
numpy = "1.21.0"
python = "^3.8"
numpy = "1.23.3"
chacha20poly1305 = "0.0.3"
cryptography = "36.0.0"
cryptography = "38.0.1"
secp256k1 = "0.14.0"
base58 = "2.1.1"

Expand Down

0 comments on commit 73ced0f

Please sign in to comment.