snoonetIRC / CloudBot

CloudBot - The simple, fast, expandable, open-source Python IRC Bot!
GNU General Public License v3.0
67 stars 52 forks source link

Bump lxml from 4.3.3 to 4.3.4 #540

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps lxml from 4.3.3 to 4.3.4.

Changelog *Sourced from [lxml's changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt).* > 4.3.4 (2019-06-10) > ================== > > * Rebuilt with Cython 0.29.10 to support Python 3.8.
Commits - [`6156d61`](https://github.com/lxml/lxml/commit/6156d61ca53cadfd6b3d1b2908af518174997039) Prepare release of lxml 4.3.4. - See full diff in [compare view](https://github.com/lxml/lxml/compare/lxml-4.3.3...lxml-4.3.4)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
codecov[bot] commented 5 years ago

Codecov Report

Merging #540 into gonzobot will increase coverage by 1.42%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##           gonzobot     #540      +/-   ##
============================================
+ Coverage     46.24%   47.67%   +1.42%     
============================================
  Files           220      224       +4     
  Lines         13131    13627     +496     
============================================
+ Hits           6073     6496     +423     
- Misses         7058     7131      +73
Impacted Files Coverage Δ
plugins/duckhunt.py 27.29% <0%> (-0.82%) :arrow_down:
tests/core_tests/test_hook.py 100% <0%> (ø) :arrow_up:
tests/plugin_tests/test_duckhunt.py 100% <0%> (ø) :arrow_up:
tests/plugin_tests/test_chan_track.py 100% <0%> (ø) :arrow_up:
tests/plugin_tests/test_lmgtfy.py 100% <0%> (ø) :arrow_up:
tests/plugin_tests/test_factoids.py 100% <0%> (ø) :arrow_up:
tests/plugin_tests/conftest.py 100% <0%> (ø)
tests/plugin_tests/test_xkcd.py 100% <0%> (ø)
tests/core_tests/test_client.py 100% <0%> (ø)
tests/plugin_tests/test_feeds.py 100% <0%> (ø)
... and 4 more

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 07e5948...fa90c19. Read the comment docs.