Closed pyup-bot closed 4 years ago
Merging #120 into development will not change coverage by
%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## development #120 +/- ##
===========================================
Coverage 2.64% 2.64%
===========================================
Files 24 24
Lines 265 265
===========================================
Hits 7 7
Misses 258 258
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 0addb95...ee1694e. Read the comment docs.
This PR updates configparser from 4.0.2 to 5.0.0.
Changelog
### 5.0.0 ``` ====== * Require Python 3.6 or later. For Python 2.6-3.5, use ``configparser < 5`` (selection should be automatic when installed using pip 9 from PyPI). The ``4.x`` line remains supported for bug fixes but will no longer be updated for future releases. ```Links
- PyPI: https://pypi.org/project/configparser - Changelog: https://pyup.io/changelogs/configparser/ - Repo: https://github.com/jaraco/configparser/