diff --git a/pyproject.toml b/pyproject.toml index 28115bb..4a17872 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ requires = [ "bech32==1.2.0", "coincurve>=18.0.0", "mnemonic", - "aiohttp>=3.12.14", + "aiohttp>=3.12.15", "bcrypt", "portalocker>=2.8", "nostr-sdk>=0.43", @@ -44,7 +44,7 @@ requires = [ "uvicorn>=0.35.0", "httpx>=0.28.1", "requests>=2.32", - "python-multipart", + "python-multipart>=0.0.20", "orjson", "argon2-cffi", ] diff --git a/requirements.lock b/requirements.lock index 2962cf1..66c405f 100644 --- a/requirements.lock +++ b/requirements.lock @@ -1,70 +1,91 @@ +PGPy==0.6.0 +PyJWT==2.10.1 +PyNaCl==1.5.0 +Pygments==2.19.2 aiohappyeyeballs==2.6.1 -aiohttp==3.12.14 +aiohttp==3.12.15 aiosignal==1.4.0 +annotated-types==0.7.0 +anyio==4.9.0 +argon2-cffi-bindings==25.1.0 +argon2-cffi==25.1.0 attrs==25.3.0 -argon2-cffi==23.1.0 -base58==2.1.1 bcrypt==4.3.0 bech32==1.2.0 bip-utils==2.9.3 cbor2==5.6.5 -certifi==2025.6.15 +certifi==2025.8.3 cffi==1.17.1 charset-normalizer==3.4.2 click==8.2.1 coincurve==21.0.0 colorama==0.4.6 -coverage==7.9.1 +coverage==7.10.1 crcmod==1.7 -cryptography==45.0.4 +cryptography==45.0.5 ecdsa==0.19.1 ed25519-blake2b==1.4.1 execnet==2.1.1 fastapi==0.116.1 +freezegun==1.5.4 frozenlist==1.7.0 glob2==0.7 -hypothesis==6.135.20 +h11==0.16.0 +httpcore==1.0.9 +httpx==0.28.1 +hypothesis==6.136.7 idna==3.10 iniconfig==2.1.0 -ipaddress==1.0.23 junit-xml==1.9 +markdown-it-py==3.0.0 +mdurl==0.1.2 mnemonic==0.21 -monero==1.1.1 multidict==6.6.3 mutmut==2.4.4 +mypy_extensions==1.1.0 nostr-sdk==0.43.0 -orjson==3.10.18 +orjson==3.11.1 packaging==25.0 parso==0.8.4 -pgpy==0.6.0 +pathspec==0.12.1 +pillow==11.3.0 +platformdirs==4.3.8 pluggy==1.6.0 pony==0.7.19 portalocker==3.2.0 propcache==0.3.2 py-sr25519-bindings==0.2.2 -pycoin==0.92.20241201 +pyasn1==0.6.1 pycparser==2.22 pycryptodome==3.23.0 -pycryptodomex==3.23.0 +pydantic==2.11.7 +pydantic_core==2.33.2 +pyotp==2.9.0 pyperclip==1.9.0 -Pygments==2.19.2 -PyNaCl==1.5.0 -PySocks==1.7.1 -pytest==8.4.1 pytest-cov==6.2.1 pytest-xdist==3.8.0 +pytest==8.4.1 +python-dateutil==2.9.0.post0 +python-multipart==0.0.20 +qrcode==8.2 requests==2.32.4 +rich==14.1.0 +shellingham==1.5.4 six==1.17.0 +sniffio==1.3.1 sortedcontainers==2.4.0 +starlette==0.47.2 termcolor==3.1.0 +toga-core==0.5.2 +toga-dummy==0.5.2 toml==0.10.2 tomli==2.2.1 +travertino==0.5.2 +typer==0.16.0 +typing-inspection==0.4.1 +typing_extensions==4.14.1 urllib3==2.5.0 uvicorn==0.35.0 -starlette==0.47.2 -httpx==0.28.1 -varint==1.0.2 websocket-client==1.7.0 websockets==15.0.1 yarl==1.20.1 -typer==0.12.3 diff --git a/src/requirements.txt b/src/requirements.txt index d16ac24..e40f6a5 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -5,7 +5,7 @@ bip-utils>=2.5.0 bech32==1.2.0 coincurve>=18.0.0 mnemonic -aiohttp>=3.12.14 +aiohttp>=3.12.15 bcrypt pytest>=7.0 pytest-cov @@ -30,7 +30,7 @@ uvicorn>=0.35.0 starlette>=0.47.2 httpx>=0.28.1 requests>=2.32 -python-multipart +python-multipart>=0.0.20 PyJWT orjson argon2-cffi diff --git a/src/runtime_requirements.txt b/src/runtime_requirements.txt index 3f0d4f2..a970f15 100644 --- a/src/runtime_requirements.txt +++ b/src/runtime_requirements.txt @@ -7,7 +7,7 @@ bip-utils>=2.5.0 bech32==1.2.0 coincurve>=18.0.0 mnemonic -aiohttp>=3.12.14 +aiohttp>=3.12.15 bcrypt portalocker>=2.8 nostr-sdk>=0.43 @@ -24,7 +24,7 @@ fastapi>=0.116.0 uvicorn>=0.35.0 httpx>=0.28.1 requests>=2.32 -python-multipart +python-multipart>=0.0.20 orjson argon2-cffi toga-core>=0.5.2