Bump idna from 3.7 to 3.8
Bumps idna from 3.7 to 3.8.
Release notes
Sourced from idna's releases.
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: https://github.com/kjd/idna/compare/v3.7...v3.8
Changelog
Sourced from idna's changelog.
3.8 (2024-08-23) ++++++++++++++++
- 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.
Commits
-
784c6f4
Release v3.8 -
28c7c9e
Typo fix -
a2b41c3
Pin remainder of Github Actions flagged in code scanning -
1f613c5
More Github Action dependency pinning -
a87e2b6
Update OSSF scorecard to latest version -
12d4dd1
Merge pull request #182 from kjd/github-pypi-actions -
e1a1541
Pin Github Actions dependencies -
c109d3a
Merge branch 'master' into github-pypi-actions -
f8a8de4
Do not try to build/send packages to TestPyPI for now -
613bdde
Update regexp to move global flag to start of expression - Additional commits viewable in compare view