Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump idna from 2.8 to 2.10 in /echo-service #775

Merged
merged 2 commits into from
May 21, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 17, 2024

Bumps idna from 2.8 to 2.10.

Changelog

Sourced from idna's changelog.

2.10 (2020-06-27) +++++++++++++++++

  • Update to Unicode 13.0.0.
  • Throws a more specific exception if "xn--" is provided as a label.
  • This is expected to be the last version that supports Python 2.

2.9 (2020-02-16) ++++++++++++++++

  • Update to Unicode 12.1.0.
  • Prohibit A-labels ending with a hyphen (Thanks, Julien Bernard!)
  • Future-proofing: Test on Python 3.7 and 3.8, don't immediately fail should Python 4 come along.
  • Made BSD 3-clause license clearer
Commits
  • e5c11db Release v2.10
  • d447471 Merge pull request #85 from kjd/unicode-13
  • cdd1a2c Update to Unicode 13.0.0-based data
  • efc1607 Issue IDNAError for the U-label "xn--" (fixes #82)
  • 133fc01 Remove use of deprecated 'setup.py test' command (#77)
  • 69ac335 Remove deprecated license_file from setup.cfg (#79)
  • 1233a73 Release v2.9
  • a1f6bb3 Preliminary release notes for v2.9
  • ac949bc Update to Unicode 12.1.0 (#75)
  • ef0a187 Aid license autodetection by simplifying LICENSE file (#74)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [idna](https://github.com/kjd/idna) from 2.8 to 2.10.
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](kjd/idna@v2.8...v2.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 17, 2024
@codecov-commenter
Copy link

Codecov Report

Merging #775 (462b220) into main (ae860b1) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #775   +/-   ##
=======================================
  Coverage   60.07%   60.07%           
=======================================
  Files         134      134           
  Lines        4248     4248           
=======================================
  Hits         2552     2552           
  Misses       1696     1696           

@ianco ianco merged commit 17f8a8c into main May 21, 2024
1 of 2 checks passed
@dependabot dependabot bot deleted the dependabot/pip/echo-service/idna-2.10 branch May 21, 2024 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants