From 8373e03eedd3604eca9214cbffd3e8cd74898bb3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 13:36:29 +0000 Subject: [PATCH] Update dependency pytonapi to v0.3.8 --- 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..097b6eb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -701,13 +701,13 @@ cli = ["click (>=5.0)"] [[package]] name = "pytonapi" -version = "0.1.7" +version = "0.3.8" 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.3.8-py3-none-any.whl", hash = "sha256:14ad3a92925fc3af17f114e2eb56255410cbac2c9750781ad9646ad1353fb4ba"}, + {file = "pytonapi-0.3.8.tar.gz", hash = "sha256:dd19e4c97bd1596565f41c1826803f8e364df89aaf004e6b70d309b2de88a063"}, ] [package.dependencies] @@ -987,4 +987,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10,<3.11" -content-hash = "4b3a8cbe9ef7a97ab68c8ce286f2ed9f7d2c772c6c68dea3609d61c674539697" +content-hash = "1004863b1355d3f79dd7c1c2c2d602c6ddcf0b191ed73c4ff9b5bc99930b1e32" diff --git a/pyproject.toml b/pyproject.toml index c4acff1..cac6c00 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.3.0" [build-system] diff --git a/requirements.txt b/requirements.txt index bdd0027..10f5db2 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.3.8 ; 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"