Skip to content

Commit eb7b715

Browse files
Update dependency idna to v3.10 (#1945)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [idna](https://redirect.github.com/kjd/idna) ([changelog](https://redirect.github.com/kjd/idna/blob/master/HISTORY.rst)) | minor | `==3.7` -> `==3.10` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>kjd/idna (idna)</summary> ### [`v3.10`](https://redirect.github.com/kjd/idna/compare/v3.9...v3.10) [Compare Source](https://redirect.github.com/kjd/idna/compare/v3.9...v3.10) ### [`v3.9`](https://redirect.github.com/kjd/idna/compare/v3.8...v3.9) [Compare Source](https://redirect.github.com/kjd/idna/compare/v3.8...v3.9) ### [`v3.8`](https://redirect.github.com/kjd/idna/releases/tag/v3.8) [Compare Source](https://redirect.github.com/kjd/idna/compare/v3.7...v3.8) #### What's Changed - Fix regression where IDNAError exception was not being produced for certain inputs. - Add support for Python 3.13, drop support for Python 3.5 as it is no longer testable. - Documentation improvements - Updates to package testing using Github actions Thanks to Hugo van Kemenade for contributions to this release. **Full Changelog**: kjd/idna@v3.7...v3.8 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - "every weekday" (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJpbXBhY3Qvbm8tY2hhbmdlbG9nLXJlcXVpcmVkIl19--> Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>
1 parent 670c521 commit eb7b715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-py-oidc-provider-pulumi-cloud/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ certifi==2024.12.14
44
cffi==1.17.1
55
charset-normalizer==3.4.1
66
cryptography==44.0.1
7-
idna==3.7
7+
idna==3.10
88
pycparser==2.22
99
pyOpenSSL==23.2.0
1010
requests==2.32.3

0 commit comments

Comments
 (0)