From bb2a33ccef5c19c3df0f50a6a47a70d26d6956e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 13:26:38 +0000 Subject: [PATCH] Chore(deps): Bump aleph-pytezos from 0.1.1 to 3.13.4 Bumps [aleph-pytezos](https://github.com/pyscaffold/pyscaffold) from 0.1.1 to 3.13.4. - [Release notes](https://github.com/pyscaffold/pyscaffold/releases) - [Changelog](https://github.com/pyscaffold/pyscaffold/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pyscaffold/pyscaffold/commits) --- updated-dependencies: - dependency-name: aleph-pytezos dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 409694cf..bd9d8b40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ optional-dependencies.substrate = [ "substrate-interface", ] optional-dependencies.tezos = [ - "aleph-pytezos==0.1.1", + "aleph-pytezos==3.13.4", "pynacl", ] urls.Documentation = "https://aleph.im/"