From ec4143f74205f15e1b8e2ac2bb921c16e94bc06f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 10:53:05 +0000 Subject: [PATCH] fix(deps): update idna requirement from >=3 to >=3.16 Updates the requirements on [idna](https://github.com/kjd/idna) to permit the latest version. - [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.0...v3.16) --- updated-dependencies: - dependency-name: idna dependency-version: '3.16' 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 aca5b52..b6e9f3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "pytest-cov>=7.1.0,<8", "twine>=4,<7", "black>=26.3.1,<27", - "idna>=3" + "idna>=3.16" ] classifiers = [ "Programming Language :: Python :: 3",