From 21a605fb5b034c055cebe366bf0e808db20f9fd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 23:28:31 +0000 Subject: [PATCH] build(deps): bump idna from 3.17 to 3.18 in /clients/py Bumps [idna](https://github.com/kjd/idna) from 3.17 to 3.18. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](https://github.com/kjd/idna/compare/v3.17...v3.18) --- updated-dependencies: - dependency-name: idna dependency-version: '3.18' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- clients/py/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/py/requirements.txt b/clients/py/requirements.txt index 1e631ea6..0befc5fc 100644 --- a/clients/py/requirements.txt +++ b/clients/py/requirements.txt @@ -5,7 +5,7 @@ construct-typing==0.7.0 h11==0.14.0 httpcore==1.0.8 httpx==0.28.1 -idna==3.17 +idna==3.18 jsonalias==0.1.1 sniffio==1.3.1 solana==0.36.12