From 7333f4115d8a0fde1d5eccbc422185e121ab7500 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 05:17:37 +0000 Subject: [PATCH] :arrow_up: Bump idna from 3.7 to 3.8 Bumps [idna](https://github.com/kjd/idna) from 3.7 to 3.8. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.7...v3.8) --- updated-dependencies: - dependency-name: idna 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 b7a2993..f909dee 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -45,7 +45,7 @@ frozendict==2.4.4 # via yfinance html5lib==1.1 # via yfinance -idna==3.7 +idna==3.8 # via # requests # yarl diff --git a/requirements.txt b/requirements.txt index f5157cf..300354e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ frozendict==2.4.4 # via yfinance html5lib==1.1 # via yfinance -idna==3.7 +idna==3.8 # via requests lxml==5.2.2 # via yfinance