Skip to content

Commit

Permalink
Bump idna from 3.7 to 3.8 (#2035)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 30, 2024
1 parent 4ef2929 commit 376a52c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ click = "==8.1.7"
decorator = "==5.1.1"
deprecated = "==1.2.14"
humanize = "==4.10.0"
idna = {version="==3.7", python_version=">='3.5'"}
idna = {version="==3.8", 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
11 changes: 6 additions & 5 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 @@ -9,7 +9,7 @@ decorator==5.1.1
deprecated==1.2.14
exceptiongroup==1.2.2; python_version >= '3.7'
humanize==4.10.0; python_version >= '3.8'
idna==3.7; python_version >= '3.5'
idna==3.8; python_version >= '3.6'
inquirerpy==0.3.4
markdown-it-py==3.0.0; python_version >= '3.7'
mdurl==0.1.2; python_version >= '3.7'
Expand Down

0 comments on commit 376a52c

Please sign in to comment.