From 9160b55c139869cc7c286f10a83590d922904186 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 06:14:28 +0000 Subject: [PATCH] chore(deps)(deps): Update click requirement Updates the requirements on [click](https://github.com/pallets/click) to permit the latest version. - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.md) - [Commits](https://github.com/pallets/click/compare/8.4.2...8.5.0) --- updated-dependencies: - dependency-name: click dependency-version: 8.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b14f281b..7245d525 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "aiohttp>=3.14.3", "base58>=2.1.1,<3.0.0", "cbor2>=6.1.4,<7.0", - "click>=8.4.2,<9.0", + "click>=8.5.0,<9.0", "coincurve>=21.0.0,<22.0.0", # Required for X25519 ECDH + HKDF-SHA256 used by Glyph TIMELOCK / ENCRYPTED # (pyrxd.crypto.kem). OpenSSL-backed, well-audited, typically already a