From f889950c720f50874d1f6bbff5ec29dc17fd85ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 21:29:51 +0000 Subject: [PATCH] chore(deps): bump idna from 3.11 to 3.15 in /backend/price-utils Bumps [idna](https://github.com/kjd/idna) from 3.11 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.11...v3.15) --- updated-dependencies: - dependency-name: idna dependency-version: '3.15' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/price-utils/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/price-utils/requirements.txt b/backend/price-utils/requirements.txt index 8dc588e..5ded356 100644 --- a/backend/price-utils/requirements.txt +++ b/backend/price-utils/requirements.txt @@ -4,7 +4,7 @@ cffi==2.0.0 charset-normalizer==3.4.4 curl_cffi==0.13.0 frozendict==2.4.7 -idna==3.11 +idna==3.15 multitasking==0.0.12 numpy==2.4.0 pandas==2.3.3