From 4f96b43f54edf2cdef6a068c8f7a6a4bdb92f448 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 20:21:04 +0000 Subject: [PATCH] build(deps): bump idna from 3.17 to 3.18 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e43bbe1..a0b0b26 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,7 +30,7 @@ icmplib==3.0.4 # via pinghue (pyproject.toml) id==1.6.1 # via twine -idna==3.17 +idna==3.18 # via requests iniconfig==2.3.0 # via pytest