Skip to content

Commit

Permalink
Bump idna from 3.3 to 3.4 (#510)
Browse files Browse the repository at this point in the history
Bumps [idna](https://github.com/kjd/idna) from 3.3 to 3.4.
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](kjd/idna@v3.3...v3.4)

---
updated-dependencies:
- dependency-name: idna
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

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] committed Sep 26, 2022
1 parent f9692d8 commit 3cfe0c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cryptography==38.0.0
# via -r docs-requirements.in
docutils==0.19
# via sphinx
idna==3.3
idna==3.4
# via
# -r docs-requirements.in
# requests
Expand Down
2 changes: 1 addition & 1 deletion lint-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
attrs==22.1.0
# via pytest
idna==3.3
idna==3.4
# via -r lint-requirements.in
iniconfig==1.1.1
# via pytest
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cryptography==38.0.0
# -r test-requirements.in
# pyopenssl
# service-identity
idna==3.3
idna==3.4
# via -r test-requirements.in
iniconfig==1.1.1
# via pytest
Expand Down

0 comments on commit 3cfe0c9

Please sign in to comment.