From 114a4ba47d984020861ed93a58aad2d4d93b3d07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 10:23:21 +0000 Subject: [PATCH] chore(deps): update idna requirement from >=3.15 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.15...v3.16) --- updated-dependencies: - dependency-name: idna dependency-version: '3.16' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 5298e03..4df35ed 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -38,6 +38,6 @@ httpx>=0.27.0 # Pulled in transitively (idna<-httpx, pygments<-pytest, tqdm<-openai); the loose # upstream bounds otherwise let known-vulnerable old versions resolve. These floors # pin to the first patched release of each advisory. -idna>=3.15 # GHSA-65pc-fj4g-8rjx +idna>=3.16 # GHSA-65pc-fj4g-8rjx pygments>=2.20.0 # PYSEC-2023-117, GHSA-5239-wwwm-4pmq tqdm>=4.66.3 # PYSEC-2017-74, GHSA-g7vv-2v7x-gj9p