mozilla-services / autopush

Python Web Push Server used by Mozilla
https://autopush.readthedocs.io/
Mozilla Public License 2.0
217 stars 34 forks source link

feat: update dependencies #1271

Closed pjenvey closed 6 years ago

pjenvey commented 6 years ago

also fix missing ua_os/browser_ver fields in the session stats

Closes #1270

codecov-io commented 6 years ago

Codecov Report

Merging #1271 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #1271   +/-   ##
======================================
  Coverage     100%    100%           
======================================
  Files          59      59           
  Lines        9526    9531    +5     
======================================
+ Hits         9526    9531    +5
Impacted Files Coverage Δ
autopush/websocket.py 100% <100%> (ø) :arrow_up:
autopush/tests/test_utils.py 100% <100%> (ø) :arrow_up:
autopush/tests/test_integration.py 100% <100%> (ø) :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 a07c54c...5a2c3d0. Read the comment docs.

pjenvey commented 6 years ago

s/enhancement/feat/ in the commit msg