From 32bd9f691e9060bef2d7b49d364e0dec6eaa240f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 20:23:18 +0000 Subject: [PATCH] Update dependency pytonapi to v0.2.9 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- requirements.txt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 417e4f6..2ccb13f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -701,13 +701,13 @@ cli = ["click (>=5.0)"] [[package]] name = "pytonapi" -version = "0.1.7" +version = "0.2.9" description = "Provide access to indexed TON blockchain." optional = false python-versions = "*" files = [ - {file = "pytonapi-0.1.7-py3-none-any.whl", hash = "sha256:cc0935b904cc69c78f899361532cf59b65646334040fb5f05e12d0cf3e86a8c6"}, - {file = "pytonapi-0.1.7.tar.gz", hash = "sha256:c3f46b7db9c49ee12a446e34acf1343f371c6ad659bed0112076a3540b2bcdae"}, + {file = "pytonapi-0.2.9-py3-none-any.whl", hash = "sha256:5fe4378ecc9b254293eee473825e582f33c0b8bfa414b9699dfa250641ff0d59"}, + {file = "pytonapi-0.2.9.tar.gz", hash = "sha256:0c2d47da55cba1d661ad5ff15fe47f5b1737e28e9494de438d7abf012a73abc0"}, ] [package.dependencies] @@ -987,4 +987,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10,<3.11" -content-hash = "4b3a8cbe9ef7a97ab68c8ce286f2ed9f7d2c772c6c68dea3609d61c674539697" +content-hash = "878810501068efcd8a56415630c0f80b1f8d74f252ad2c4a75136eab7ebe87c4" diff --git a/pyproject.toml b/pyproject.toml index c4acff1..dcdedc8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ alembic = "^1.13.1" aiosqlite = "^0.19.0" sqlalchemy-utils = "^0.41.1" pyjwt = "^2.8.0" -pytonapi = "^0.1.7" +pytonapi = "^0.2.0" [build-system] diff --git a/requirements.txt b/requirements.txt index bdd0027..083778a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ pydantic==2.6.1 ; python_version >= "3.10" and python_version < "3.11" pyjwt==2.8.0 ; python_version >= "3.10" and python_version < "3.11" pynacl==1.5.0 ; python_version >= "3.10" and python_version < "3.11" python-dotenv==1.0.1 ; python_version >= "3.10" and python_version < "3.11" -pytonapi==0.1.7 ; python_version >= "3.10" and python_version < "3.11" +pytonapi==0.2.9 ; python_version >= "3.10" and python_version < "3.11" sniffio==1.3.0 ; python_version >= "3.10" and python_version < "3.11" sqlalchemy-utils==0.41.1 ; python_version >= "3.10" and python_version < "3.11" sqlalchemy==2.0.25 ; python_version >= "3.10" and python_version < "3.11"