Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
487: build(deps): bump mccabe from 0.6.1 to 0.7.0 r=ChrisRBe a=dependabot[bot] Bumps [mccabe](https://github.com/pycqa/mccabe) from 0.6.1 to 0.7.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PyCQA/mccabe/commit/835a5400881b7460998be51d871fd36f836db3c9"><code>835a540</code></a> Prepare for v0.7.0</li> <li><a href="https://github.com/PyCQA/mccabe/commit/2d4dd9435fcb05aaa89ba0392a84cb1d30a87dc9"><code>2d4dd94</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pycqa/mccabe/issues/81">#81</a> from MaxG87/master</li> <li><a href="https://github.com/PyCQA/mccabe/commit/7c54a18f26ace8531d7ec6e60848ddfee5b2a38a"><code>7c54a18</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pycqa/mccabe/issues/88">#88</a> from cclauss/patch-1</li> <li><a href="https://github.com/PyCQA/mccabe/commit/ff7e1ea52948e0f7b0ca48147141dcae67f54d80"><code>ff7e1ea</code></a> [flake8] max-line-length = 88</li> <li><a href="https://github.com/PyCQA/mccabe/commit/2dfdfb1ecfeb0d62c999ab30a9ea9abb646de52b"><code>2dfdfb1</code></a> flake8 --max-line-length=88 again</li> <li><a href="https://github.com/PyCQA/mccabe/commit/7285c3be5be8f5a8606eb3615b962797c3dfaff0"><code>7285c3b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pycqa/mccabe/issues/87">#87</a> from cclauss/patch-1</li> <li><a href="https://github.com/PyCQA/mccabe/commit/78ce3839d6910a99021a4b09a85d3486897b47b7"><code>78ce383</code></a> tox.ini: flake8 --max-line-length=88</li> <li><a href="https://github.com/PyCQA/mccabe/commit/4ba21d2e8db92534914a89f44b5dfd0fb2e29e9c"><code>4ba21d2</code></a> Travis CI: allow_failures in Python end of life branches</li> <li><a href="https://github.com/PyCQA/mccabe/commit/80794d37d7d3e35cf243877a396e53f70243e154"><code>80794d3</code></a> Apply suggestions from code review</li> <li><a href="https://github.com/PyCQA/mccabe/commit/e864119dca577a38552b0d32c66d0ef3dc7779e0"><code>e864119</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pycqa/mccabe/issues/86">#86</a> from cclauss/patch-1</li> <li>Additional commits viewable in <a href="https://github.com/pycqa/mccabe/compare/0.6.1...0.7.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mccabe&package-manager=pip&previous-version=0.6.1&new-version=0.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> 488: build(deps): bump identify from 2.4.4 to 2.4.5 r=ChrisRBe a=dependabot[bot] Bumps [identify](https://github.com/pre-commit/identify) from 2.4.4 to 2.4.5. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pre-commit/identify/commit/0d91359682cb22916026bcdfdc08b28b978a8f43"><code>0d91359</code></a> v2.4.5</li> <li><a href="https://github.com/pre-commit/identify/commit/735c7b75b8f83c7c088ce7c046fb0e72d5357e76"><code>735c7b7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pre-commit/identify/issues/271">#271</a> from tdegeus/tex</li> <li><a href="https://github.com/pre-commit/identify/commit/455511e2f2c4d49bc6e9c979332f5a0c118316e3"><code>455511e</code></a> Adding <code>sty</code> files (normally TeX files)</li> <li><a href="https://github.com/pre-commit/identify/commit/d2a8a98298fa90c76d9730cc20760e94efbc4aa1"><code>d2a8a98</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pre-commit/identify/issues/270">#270</a> from pre-commit/all-repos_autofix_drop-py36</li> <li><a href="https://github.com/pre-commit/identify/commit/7f27633692f08842a55b17d095a65626bd08a81a"><code>7f27633</code></a> drop python3.6 support</li> <li>See full diff in <a href="https://github.com/pre-commit/identify/compare/v2.4.4...v2.4.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=identify&package-manager=pip&previous-version=2.4.4&new-version=2.4.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information