hasgeek / hasmail

Hasgeek Mailer
0 stars 0 forks source link

Scheduled monthly dependency update for October #63

Closed pyup-bot closed 4 years ago

pyup-bot commented 4 years ago

Update coverage from 5.2.1 to 5.3.

Changelog ### 5.3 ``` -------------------------- - The ``source`` setting has always been interpreted as either a file path or a module, depending on which existed. If both interpretations were valid, it was assumed to be a file path. The new ``source_pkgs`` setting can be used to name a package to disambiguate this case. Thanks, Thomas Grainger. Fixes `issue 268`_. - If a plugin was disabled due to an exception, we used to still try to record its information, causing an exception, as reported in `issue 1011`_. This is now fixed. .. _issue 268: https://github.com/nedbat/coveragepy/issues/268 .. _issue 1011: https://github.com/nedbat/coveragepy/issues/1011 .. _changes_521: ```
Links - PyPI: https://pypi.org/project/coverage - Changelog: https://pyup.io/changelogs/coverage/ - Repo: https://github.com/nedbat/coveragepy

Update coveralls from 2.1.1 to 2.1.2.

Changelog ### 2.1.2 ``` Features * **circleci:** support parallel builds (233) ([5e05654c](5e05654c)) Note: this is partially a fix for the `--finish` command introduced in v2.1.0, which did not seem to work for some CircleCI users. <a name="2.1.1"></a> ```
Links - PyPI: https://pypi.org/project/coveralls - Changelog: https://pyup.io/changelogs/coveralls/ - Repo: http://github.com/coveralls-clients/coveralls-python