Skip to content

Commit

Permalink
Merge #3958
Browse files Browse the repository at this point in the history
3958: Bump testpath from 0.5.0 to 0.6.0 r=jenshnielsen a=dependabot[bot]

Bumps [testpath](https://github.com/jupyter/testpath) from 0.5.0 to 0.6.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/jupyter/testpath/blob/master/doc/history.rst">testpath's changelog</a>.</em></p>
<blockquote>
<h1>Release notes</h1>
<h2>0.6</h2>
<p>February 2022</p>
<ul>
<li>Removed some code that's unused since dropping Python 2 support.</li>
<li>Relax the version constraint for the <code>flit_core</code> build requirement.</li>
</ul>
<h2>0.5</h2>
<p>May 2021</p>
<ul>
<li>Easier ways to use :class:<code>.MockCommand</code> to customise mocked commands,
including <code>python=</code> to specify extra code to run,
:meth:<code>~.MockCommand.fixed_output</code>, and :meth:<code>~.MockCommand.assert_called</code>.</li>
<li>Command mocking will use :data:<code>os.defpath</code> as the initial PATH if the PATH
environment variable is not set.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/jupyter/testpath/commit/de8ca59539eb23b9781e55848b7d2646c8c61df9"><code>de8ca59</code></a> Version number -&gt; 0.6.0</li>
<li><a href="https://github.com/jupyter/testpath/commit/7fc41e858885ec4a6a83d3e5acc134fa8f128a08"><code>7fc41e8</code></a> Add release notes for 0.6</li>
<li><a href="https://github.com/jupyter/testpath/commit/8fd449167679439167bbbb2a99fa04599984d246"><code>8fd4491</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/jupyter/testpath/issues/26">#26</a> from takluyver/flit-core-lt4</li>
<li><a href="https://github.com/jupyter/testpath/commit/cec9ae2f8b60194b8db2c36f5ef7800bb2212811"><code>cec9ae2</code></a> Bump allowed flit_core up to &lt;4</li>
<li><a href="https://github.com/jupyter/testpath/commit/45faa27c970759a162c2da01306022736cb1d0ae"><code>45faa27</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/jupyter/testpath/issues/23">#23</a> from jupyter/rm-temporarydirectory</li>
<li><a href="https://github.com/jupyter/testpath/commit/1c15fcc7ce95d6225a2809ecf4cbed88fc9bd25d"><code>1c15fcc</code></a> Remove Python 2 specific dependency</li>
<li><a href="https://github.com/jupyter/testpath/commit/13587c08c3ef4eca0e4d120603473dd20182152a"><code>13587c0</code></a> Remove fallback TemporaryDirectory implementation for Python 2</li>
<li><a href="https://github.com/jupyter/testpath/commit/7f612778330d75decf875aee8a63204515e8e8d2"><code>7f61277</code></a> Remove link to unhelpful module index</li>
<li>See full diff in <a href="https://github.com/jupyter/testpath/compare/0.5.0...0.6.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=testpath&package-manager=pip&previous-version=0.5.0&new-version=0.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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
bors[bot] and dependabot[bot] committed Feb 24, 2022
2 parents 730e97b + dacba08 commit 989be87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs_requirements.txt
Expand Up @@ -80,7 +80,7 @@ sphinxcontrib-serializinghtml==1.1.5
sphinxcontrib-towncrier==0.2.1a0
stringparser==0.5
terminado==0.13.1
testpath==0.5.0
testpath==0.6.0
tornado==6.1
traitlets==5.1.1
typing-extensions==4.1.1
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -79,7 +79,7 @@ six~=1.16.0
slack-sdk~=3.15.1
tabulate~=0.8.9
terminado~=0.13.1
testpath~=0.5.0
testpath~=0.6.0
tornado~=6.1
tqdm~=4.62.3
traitlets~=5.1.1
Expand Down

0 comments on commit 989be87

Please sign in to comment.