mozilla / missioncontrol

Real-time monitoring of Firefox release health
Mozilla Public License 2.0
21 stars 18 forks source link

Update idna to 2.6 #110

Closed pyup-bot closed 7 years ago

pyup-bot commented 7 years ago

There's a new version of idna available. You are currently using 2.5. I have updated it to 2.6

These links might come in handy: PyPI | Changelog | Repo

Changelog

2.6

++++++++++++++++

  • Allows generation of IDNA and UTS 46 table data for different versions of Unicode, by deriving properties directly from Unicode data.
  • Ability to generate RFC 5892/IANA-style table data
  • Diagnostic output of IDNA-related Unicode properties and derived calculations for a given codepoint
  • Support for idna.version to report version
  • Support for idna.idnadata.version and idna.uts46data.version to report Unicode version of underlying IDNA and UTS 46 data respectively.

Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 🤖

codecov-io commented 7 years ago

Codecov Report

Merging #110 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #110   +/-   ##
=======================================
  Coverage   46.29%   46.29%           
=======================================
  Files          13       13           
  Lines         270      270           
  Branches       30       30           
=======================================
  Hits          125      125           
- Misses        142      143    +1     
+ Partials        3        2    -1
Impacted Files Coverage Δ
missioncontrol/api/views.py 21.53% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6c6944f...98c25c9. Read the comment docs.