From 0daa86cab4328a50a303799279cc919a54582b23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 21:20:23 +0000 Subject: [PATCH] build(deps): bump idna from 3.8 to 3.15 Bumps [idna](https://github.com/kjd/idna) from 3.8 to 3.15. - [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.8...v3.15) --- updated-dependencies: - dependency-name: idna dependency-version: '3.15' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index bc8c99a..6f2d670 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -47,7 +47,7 @@ ghp-import==2.1.0 # via mkdocs identify==2.6.0 # via pre-commit -idna==3.8 +idna==3.15 # via requests isort==5.13.2 # via diff --git a/requirements.txt b/requirements.txt index 32f8553..9ad658d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ click==8.1.7 # via # apprise # atlassian-plugin-remote-install (pyproject.toml) -idna==3.8 +idna==3.15 # via requests markdown==3.8.1 # via apprise