From cfe0ac75cf44dea22904a31a1c48e6643ae92295 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 14:39:29 +0000 Subject: [PATCH] Bump segno from 1.4.1 to 1.6.1 Bumps [segno](https://github.com/heuer/segno) from 1.4.1 to 1.6.1. - [Release notes](https://github.com/heuer/segno/releases) - [Changelog](https://github.com/heuer/segno/blob/master/CHANGES.rst) - [Commits](https://github.com/heuer/segno/compare/1.4.1...1.6.1) --- updated-dependencies: - dependency-name: segno dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6644c6e..3f5ee4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = [{ name = "Richard Kiss", email = "him@richardkiss.com" }] license = { file = "LICENSE" } readme = "README.md" dependencies = [ - "segno==1.4.1", + "segno==1.6.1", "chia_base>=0.1.5", "chialisp_puzzles>=0.1.1", ]