Skip to content

Commit

Permalink
chore(deps): bump idna from 2.10 to 3.7 (#15)
Browse files Browse the repository at this point in the history
Bumps [idna](https://github.com/kjd/idna) from 2.10 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.10...v3.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 16, 2024
1 parent b475908 commit 3074b41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
certifi==2023.7.22
chardet==3.0.4
idna==2.10
idna==3.7
requests-toolbelt==0.9.1
urllib3==1.26.18
PyInquirer==1.0.3
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
install_requires=[
"certifi==2023.7.22",
"chardet==3.0.4",
"idna==2.10",
"idna==3.7",
"requests-toolbelt==0.9.1",
"urllib3==1.26.18",
"PyInquirer==1.0.3",
Expand Down

0 comments on commit 3074b41

Please sign in to comment.