Skip to content

Commit

Permalink
Bump idna from 2.7 to 3.7 in /util/jenkins
Browse files Browse the repository at this point in the history
Bumps [idna](https://github.com/kjd/idna) from 2.7 to 3.7.
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](kjd/idna@v2.7...v3.7)

---
updated-dependencies:
- dependency-name: idna
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 11, 2024
1 parent 5be75c8 commit 915ccbb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion util/jenkins/check_celery_progress/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion util/jenkins/requirements-cloudflare.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
#
certifi==2020.4.5.1 # via requests
chardet==3.0.4 # via requests
idna==2.7 # via requests
idna==3.7 # via requests
requests==2.20.0 # via -r requirements/cloudflare.in
urllib3==1.24.3 # via requests
2 changes: 1 addition & 1 deletion util/jenkins/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ click==6.7
colorama==0.3.7 # via awscli
docutils==0.15.2 # via awscli, botocore
futures==3.3.0 ; python_version == "2.7"
idna==2.8 # via requests
idna==3.7 # via requests
jmespath==0.9.4 # via boto3, botocore
kombu==3.0.37 # via celery
opsgenie-sdk==0.3.1
Expand Down

0 comments on commit 915ccbb

Please sign in to comment.