From 73b2ff08dbba79884356ed5d305bf7bc17808d8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 23:55:01 +0000 Subject: [PATCH] fix(deps): update idna requirement from >=3.17 to >=3.18 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.17...v3.18) --- updated-dependencies: - dependency-name: idna dependency-version: '3.18' 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 b41ccf1..512b648 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "pytest-cov>=7.1.0,<8", "twine>=6.2.0,<7", "black>=26.5.1,<27", - "idna>=3.17" + "idna>=3.18" ] classifiers = [ "Programming Language :: Python :: 3",