From ae633811b3aae380ab891ecaa15c8676caaabcee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 23:57:07 +0000 Subject: [PATCH] Bump idna from 2.9 to 3.7 in /util/jenkins/check_celery_progress Bumps [idna](https://github.com/kjd/idna) from 2.9 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/v2.9...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- util/jenkins/check_celery_progress/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/jenkins/check_celery_progress/requirements.txt b/util/jenkins/check_celery_progress/requirements.txt index 558658d8d5b..007304ae463 100644 --- a/util/jenkins/check_celery_progress/requirements.txt +++ b/util/jenkins/check_celery_progress/requirements.txt @@ -17,7 +17,7 @@ chardet==3.0.4 # via requests click==6.7 # via -r requirements/celery_progress.in colorama==0.3.7 # via awscli docutils==0.16 # via awscli, botocore -idna==2.9 # via requests +idna==3.7 # via requests jmespath==0.9.5 # via boto3, botocore kombu==3.0.37 # via celery opsgenie-sdk==0.3.1 # via -r requirements/celery_progress.in