From c7973b0cd213e16e43d26d36b3f95db320262706 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 04:14:18 +0000 Subject: [PATCH] Bump idna from 3.6 to 3.7 in /solutions/py-aoai-capacity Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7. - [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.6...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- solutions/py-aoai-capacity/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solutions/py-aoai-capacity/requirements.txt b/solutions/py-aoai-capacity/requirements.txt index 32fada5..b48470e 100644 --- a/solutions/py-aoai-capacity/requirements.txt +++ b/solutions/py-aoai-capacity/requirements.txt @@ -1,7 +1,7 @@ certifi==2023.11.17 charset-normalizer==3.3.2 click==8.1.7 -idna==3.6 +idna==3.7 python-dotenv==1.0.0 requests==2.31.0 typer==0.9.0