Skip to content

Commit

Permalink
Update dependency idna to v3 [SECURITY]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 22, 2024
1 parent 6aafae5 commit 8dbaf59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ chardet = "==4.0.0"
decorator = "==5.0.6"
docutils = "==0.17"
execnet = "==1.8.0"
idna = "==2.10"
idna = "==3.7"
importlib-metadata = "==3.10.0"
iniconfig = "==1.1.1"
kitchen = "==1.2.6"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ chardet==4.0.0
decorator==5.0.6
docutils==0.17
execnet==1.8.0
idna==2.10
idna==3.7
importlib-metadata==3.10.0 ; python_version < '3.8'
iniconfig==1.1.1
kitchen==1.2.6
Expand Down

0 comments on commit 8dbaf59

Please sign in to comment.