LowieHuyghe / edmunds-python

Edmunds is a Flask based framework for building web applications with a firm structure to start from.
https://lowiehuyghe.github.io/edmunds-python/
Apache License 2.0
4 stars 1 forks source link

Update flask to 0.12.2 #30

Closed pyup-bot closed 7 years ago

pyup-bot commented 7 years ago

There's a new version of Flask available. You are currently using 0.12.1. I have updated it to 0.12.2

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

Changelog

0.12.2


Released on May 16 2017

  • Fix a bug in safe_join on Windows.

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 #30 into master will decrease coverage by 0.09%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #30     +/-   ##
=========================================
- Coverage   98.81%   98.72%   -0.1%     
=========================================
  Files          39       39             
  Lines        1179     1095     -84     
=========================================
- Hits         1165     1081     -84     
  Misses         14       14
Impacted Files Coverage Δ
edmunds/application.py 95.34% <0%> (-0.11%) :arrow_down:
edmunds/profiler/drivers/basedriver.py 100% <0%> (ø) :arrow_up:
edmunds/log/drivers/file.py 100% <0%> (ø) :arrow_up:
edmunds/config/config.py 100% <0%> (ø) :arrow_up:
edmunds/log/drivers/stream.py 100% <0%> (ø) :arrow_up:
edmunds/foundation/concerns/runtimeenvironment.py 100% <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 c0cb1c5...fe6fd5b. Read the comment docs.