From a6748a734ac6e82fdad2826612bd6926eb896b8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 15:35:56 +0000 Subject: [PATCH] Update dependency pytonapi to v0.3.2 --- 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..888ab09 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.2" 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.2-py3-none-any.whl", hash = "sha256:0ebc8c0fe4dd18427f2511fabc58679961632c72df266760939e9bb8eee2d534"}, + {file = "pytonapi-0.3.2.tar.gz", hash = "sha256:32b5561705a3a6f3d0e755ef28ce987129e27dcebc9e2e9303a18390679d82ed"}, ] [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..67647fd 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.2 ; 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"