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 mysqlclient to 1.3.13 #107

Closed pyup-bot closed 6 years ago

pyup-bot commented 6 years ago

This PR updates mysqlclient from 1.3.12 to 1.3.13.

Changelog ### 1.3.13 ``` ====================== Support build with MySQL 8 Fix decoding tiny/medium/long blobs (215) Remove broken row_seek() and row_tell() APIs (220) Reduce callproc roundtrip time (223) ====================== ```
Links - PyPI: https://pypi.org/project/mysqlclient - Changelog: https://pyup.io/changelogs/mysqlclient/ - Repo: https://github.com/PyMySQL/mysqlclient-python
codecov-io commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #107   +/-   ##
=======================================
  Coverage   94.04%   94.04%           
=======================================
  Files         103      103           
  Lines        2383     2383           
=======================================
  Hits         2241     2241           
  Misses        142      142

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 706faab...a87f5df. Read the comment docs.