jgilchrist / pybib

Get BibTeX citations from your terminal
BSD 3-Clause "New" or "Revised" License
26 stars 2 forks source link

Bump pytest from 4.6.6 to 4.6.7 #14

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps pytest from 4.6.6 to 4.6.7.

Release notes *Sourced from [pytest's releases](https://github.com/pytest-dev/pytest/releases).* > ## 4.6.7 > pytest 4.6.7 (2019-12-05) > ========================= > > Bug Fixes > --------- > > - [\#5477](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5477): The XML > file produced by `--junitxml` now correctly contain a `` > root element. > - [\#6044](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/6044): Properly > ignore `FileNotFoundError` (`OSError.errno == NOENT` in Python 2) > exceptions when trying to remove old temporary directories, for > instance when multiple processes try to remove the same directory > (common with `pytest-xdist` for example).
Changelog *Sourced from [pytest's changelog](https://github.com/pytest-dev/pytest/blob/4.6.7/CHANGELOG.rst).* > pytest 4.6.7 (2019-12-05) > ========================= > > Bug Fixes > --------- > > - [\#5477](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5477): The XML file produced by `--junitxml` now correctly contain a `` root element. > - [\#6044](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/6044): Properly ignore `FileNotFoundError` (`OSError.errno == NOENT` in Python 2) exceptions when trying to remove old temporary directories, for instance when multiple processes try to remove the same directory (common with `pytest-xdist` for example).
Commits - [`6f43eee`](https://github.com/pytest-dev/pytest/commit/6f43eee106937b49bfa8e1f28a5a1aac091aa837) Preparing release version 4.6.7 - [`e1f3c0f`](https://github.com/pytest-dev/pytest/commit/e1f3c0f9c3a933584ad2cbd0d0e4493899cb7e31) [4.6] Include \ root tag in generated XML ([#5550](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5550)) ([#6295](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/6295)) - [`192f699`](https://github.com/pytest-dev/pytest/commit/192f6992d2c82f129c1951a212970a678c176e79) Include \ root tag in generated XML ([#5550](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5550)) - [`6465244`](https://github.com/pytest-dev/pytest/commit/64652442698f671622f1c667c4a92d34bf692d64) [4.6] Upgrade black ([#6209](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/6209)) - [`097acaf`](https://github.com/pytest-dev/pytest/commit/097acaf11bd54fd827d48b82a5ab21460ba84e80) re-run black - [`3d8649b`](https://github.com/pytest-dev/pytest/commit/3d8649b206ad67acc4c762dd23a6bcf332862806) Remove (now) unnecessary fmt: off - [`a8c16d9`](https://github.com/pytest-dev/pytest/commit/a8c16d9b75ac604b9038d175a2d0ca89fec932a2) pre-commit: upgrade black - [`3edf417`](https://github.com/pytest-dev/pytest/commit/3edf417969299af80c72dfa02dcfcf22a8fb6391) [4.6] Review rm_rf handling of FileNotFoundErrors ([#6050](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/6050)) - [`0084fd9`](https://github.com/pytest-dev/pytest/commit/0084fd9783ed6b699903f6f636adafa09bade25f) Review rm_rf handling of FileNotFoundErrors ([#6044](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/6044)) - [`e89efa8`](https://github.com/pytest-dev/pytest/commit/e89efa83255e4701e87d5e5730ad1ed713cc67d1) Merge pull request [#5957](https://github-redirect.dependabot.com/pytest-dev/pytest/issues/5957) from blueyed/4.6-comment-off - Additional commits viewable in [compare view](https://github.com/pytest-dev/pytest/compare/4.6.6...4.6.7)


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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) - 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)
dependabot-preview[bot] commented 4 years ago

Superseded by #15.