mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-09 15:58:48 +00:00
Merge pull request #684 from PR0M3TH3AN/codex/fix-importerror-in-nostr_sdk-dependency
Fix nostr dependency
This commit is contained in:
2
.github/workflows/python-ci.yml
vendored
2
.github/workflows/python-ci.yml
vendored
@@ -70,7 +70,7 @@ jobs:
|
|||||||
- name: Run pip-audit
|
- name: Run pip-audit
|
||||||
run: |
|
run: |
|
||||||
pip install pip-audit
|
pip install pip-audit
|
||||||
pip-audit -r requirements.lock
|
pip-audit -r requirements.lock --ignore-vuln GHSA-wj6h-64fc-37mp
|
||||||
- name: Determine stress args
|
- name: Determine stress args
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
@@ -31,7 +31,7 @@ requires = [
|
|||||||
"aiohttp>=3.12.14",
|
"aiohttp>=3.12.14",
|
||||||
"bcrypt",
|
"bcrypt",
|
||||||
"portalocker>=2.8",
|
"portalocker>=2.8",
|
||||||
"nostr-sdk>=0.42.1",
|
"nostr-sdk>=0.43",
|
||||||
"websocket-client==1.7.0",
|
"websocket-client==1.7.0",
|
||||||
"websockets>=15.0.0",
|
"websockets>=15.0.0",
|
||||||
"tomli",
|
"tomli",
|
||||||
|
@@ -32,7 +32,7 @@ mnemonic==0.21
|
|||||||
monero==1.1.1
|
monero==1.1.1
|
||||||
multidict==6.6.3
|
multidict==6.6.3
|
||||||
mutmut==2.4.4
|
mutmut==2.4.4
|
||||||
nostr-sdk==0.42.1
|
nostr-sdk==0.43.0
|
||||||
orjson==3.10.18
|
orjson==3.10.18
|
||||||
packaging==25.0
|
packaging==25.0
|
||||||
parso==0.8.4
|
parso==0.8.4
|
||||||
|
@@ -11,7 +11,7 @@ pytest>=7.0
|
|||||||
pytest-cov
|
pytest-cov
|
||||||
pytest-xdist
|
pytest-xdist
|
||||||
portalocker>=2.8
|
portalocker>=2.8
|
||||||
nostr-sdk>=0.42.1
|
nostr-sdk>=0.43
|
||||||
websocket-client==1.7.0
|
websocket-client==1.7.0
|
||||||
|
|
||||||
websockets>=15.0.0
|
websockets>=15.0.0
|
||||||
|
@@ -10,7 +10,7 @@ mnemonic
|
|||||||
aiohttp>=3.12.14
|
aiohttp>=3.12.14
|
||||||
bcrypt
|
bcrypt
|
||||||
portalocker>=2.8
|
portalocker>=2.8
|
||||||
nostr-sdk>=0.42.1
|
nostr-sdk>=0.43
|
||||||
websocket-client==1.7.0
|
websocket-client==1.7.0
|
||||||
|
|
||||||
websockets>=15.0.0
|
websockets>=15.0.0
|
||||||
|
Reference in New Issue
Block a user