From b6e59f32355a1202041835eb3e94a822eb11ef8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 20:24:14 +0000 Subject: [PATCH] chore(deps): bump idna from 3.12 to 3.13 Bumps [idna](https://github.com/kjd/idna) from 3.12 to 3.13. - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.12...v3.13) --- updated-dependencies: - dependency-name: idna dependency-version: '3.13' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index b4a0ebc..1fc92d2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -23,7 +23,7 @@ docutils==0.22.4 # myst-parser # sphinx # sphinx-rtd-theme -idna==3.12 +idna==3.13 # via requests imagesize==2.0.0 # via sphinx diff --git a/requirements.txt b/requirements.txt index 4da9c7d..d4b55c4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ certifi==2026.2.25 # via requests charset-normalizer==3.4.7 # via requests -idna==3.12 +idna==3.13 # via requests requests==2.33.1 # via pyUSPTO (pyproject.toml)