Skip to content

Commit

Permalink
Bump idna from 3.6 to 3.7 (#1898)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 11, 2024
1 parent 9e472af commit 42c8476
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ charset-normalizer = "==3.3.2"
click = "==8.1.7"
deprecated = "==1.2.14"
humanize = "==4.9.0"
idna = {version="==3.6", python_version=">='3.5'"}
idna = {version="==3.7", python_version=">='3.5'"}
inquirerpy = "==0.3.4"
markdown-it-py = {version="==3.0.0", python_version=">='3.7'"}
mdurl = {version="==0.1.2", python_version=">='3.7'"}
Expand Down
9 changes: 5 additions & 4 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ click==8.1.7; python_version >= '3.7'
deprecated==1.2.14; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
exceptiongroup==1.2.0; python_version < '3.11'
humanize==4.9.0; python_version >= '3.8'
idna==3.6; python_version >= '3.5'
idna==3.7; python_version >= '3.5'
inquirerpy==0.3.4; python_version >= '3.7' and python_version < '4.0'
markdown-it-py==3.0.0; python_version >= '3.7' and python_version >= '3.8'
mdurl==0.1.2; python_version >= '3.7'
Expand Down

0 comments on commit 42c8476

Please sign in to comment.