From 864211c31bfb9d8b0a3a3de9559d1d127e868ad6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 17:40:03 +0000 Subject: [PATCH] build(deps): bump idna from 3.7 to 3.15 Bumps [idna](https://github.com/kjd/idna) from 3.7 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.7...v3.15) --- updated-dependencies: - dependency-name: idna dependency-version: '3.15' dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index bf95eeb..a1a3e52 100644 --- a/requirements.txt +++ b/requirements.txt @@ -57,7 +57,7 @@ httplib2==0.22.0 # via # google-api-python-client # google-auth-httplib2 -idna==3.7 +idna==3.15 # via requests inflection==0.5.1 # via drf-spectacular diff --git a/requirements_dev.txt b/requirements_dev.txt index 1630593..aa77ac9 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -80,7 +80,7 @@ httplib2==0.22.0 # -r requirements.txt # google-api-python-client # google-auth-httplib2 -idna==3.7 +idna==3.15 # via # -r requirements.txt # requests