-
Notifications
You must be signed in to change notification settings - Fork 326
Commit 29310f0
4861: Bump pytest-asyncio from 0.20.2 to 0.20.3 r=jenshnielsen a=dependabot[bot]
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.20.2 to 0.20.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/pytest-dev/pytest-asyncio/releases">pytest-asyncio's releases</a>.</em></p>
<blockquote>
<h2>pytest-asyncio 0.20.3</h2>
<hr />
<h2>title: 'pytest-asyncio'</h2>
<p><a href="https://pypi.python.org/pypi/pytest-asyncio"><img src="https://img.shields.io/pypi/v/pytest-asyncio.svg" alt="image" /></a></p>
<p><a href="https://github.com/pytest-dev/pytest-asyncio/actions?workflow=CI"><img src="https://github.com/pytest-dev/pytest-asyncio/workflows/CI/badge.svg" alt="image" /></a></p>
<p><a href="https://codecov.io/gh/pytest-dev/pytest-asyncio"><img src="https://codecov.io/gh/pytest-dev/pytest-asyncio/branch/master/graph/badge.svg" alt="image" /></a></p>
<p><a href="https://github.com/pytest-dev/pytest-asyncio"><img src="https://img.shields.io/pypi/pyversions/pytest-asyncio.svg" alt="Supported Python versions" /></a></p>
<p><a href="https://github.com/ambv/black"><img src="https://img.shields.io/badge/code%20style-black-000000.svg" alt="image" /></a></p>
<p>pytest-asyncio is a
<a href="https://docs.pytest.org/en/latest/contents.html">pytest</a> plugin. It
facilitates testing of code that uses the
<a href="https://docs.python.org/3/library/asyncio.html">asyncio</a> library.</p>
<p>Specifically, pytest-asyncio provides support for coroutines as test
functions. This allows users to <em>await</em> code inside their tests. For
example, the following code is executed as a test item by pytest:</p>
<pre lang="{.python}"><code>`@pytest.mark.asyncio`
async def test_some_asyncio_code():
res = await library.do_something()
assert b"expected result" == res
</code></pre>
<p>Note that test classes subclassing the standard
<a href="https://docs.python.org/3/library/unittest.html">unittest</a> library are
not supported. Users are advised to use
<a href="https://docs.python.org/3/library/unittest.html#unittest.IsolatedAsyncioTestCase">unittest.IsolatedAsyncioTestCase</a>
or an async framework such as
<a href="https://asynctest.readthedocs.io/en/latest">asynctest</a>.</p>
<p>pytest-asyncio is available under the <a href="https://github.com/pytest-dev/pytest-asyncio/blob/master/LICENSE">Apache License
2.0</a>.</p>
<h1>Installation</h1>
<p>To install pytest-asyncio, simply:</p>
<pre lang="{.bash}"><code>$ pip install pytest-asyncio
</code></pre>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/pytest-dev/pytest-asyncio/blob/master/CHANGELOG.rst">pytest-asyncio's changelog</a>.</em></p>
<blockquote>
<h1>0.20.3 (22-12-08)</h1>
<ul>
<li>Prevent DeprecationWarning to bubble up on CPython 3.10.9 and 3.11.1.
<code>[#460](pytest-dev/pytest-asyncio#460) <https://github.com/pytest-dev/pytest-asyncio/issues/460></code>_</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/007e8ec12662ffd896c6151239dc7ed1402dc710"><code>007e8ec</code></a> [fix] Prevent DeprecationWarning about existing event loops to bubble up into...</li>
<li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/44ca3da2ad68ea672d07a76ccc065922e13b5d5b"><code>44ca3da</code></a> Build(deps): Bump zipp from 3.10.0 to 3.11.0 in /dependencies/default (<a href="https://github-redirect.dependabot.com/pytest-dev/pytest-asyncio/issues/455">#455</a>)</li>
<li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/c3c601cfd9a59e52b555cfd8313d16dbc15fb704"><code>c3c601c</code></a> Build(deps): Bump pypa/gh-action-pypi-publish from 1.5.1 to 1.5.2 (<a href="https://github-redirect.dependabot.com/pytest-dev/pytest-asyncio/issues/456">#456</a>)</li>
<li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/a962e2bc89e1181de77e486b1d7cbd7815662350"><code>a962e2b</code></a> Build(deps): Bump importlib-metadata in /dependencies/default (<a href="https://github-redirect.dependabot.com/pytest-dev/pytest-asyncio/issues/454">#454</a>)</li>
<li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/56a393abec9b60d4e061b053dfdf8ce6985c8b6b"><code>56a393a</code></a> Simplify README, move most content to a separate user documentation. (<a href="https://github-redirect.dependabot.com/pytest-dev/pytest-asyncio/issues/448">#448</a>)</li>
<li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/3c78732497e02cfb4463fafd7c5b17bf1c88ce95"><code>3c78732</code></a> Build(deps): Bump hypothesis in /dependencies/default (<a href="https://github-redirect.dependabot.com/pytest-dev/pytest-asyncio/issues/453">#453</a>)</li>
<li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/d6a9a72ef1749a864e64ac6222a8d0da99e67de5"><code>d6a9a72</code></a> Build(deps): Bump exceptiongroup in /dependencies/default (<a href="https://github-redirect.dependabot.com/pytest-dev/pytest-asyncio/issues/451">#451</a>)</li>
<li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/42da7a0fea2b2bf0846dbbed5d1abcf56c7fa38b"><code>42da7a0</code></a> Build(deps): Bump hypothesis in /dependencies/default (<a href="https://github-redirect.dependabot.com/pytest-dev/pytest-asyncio/issues/450">#450</a>)</li>
<li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/0b281b1b76b93c29894519e0750a4f8634786741"><code>0b281b1</code></a> Build(deps): Bump mypy from 0.990 to 0.991 in /dependencies/default (<a href="https://github-redirect.dependabot.com/pytest-dev/pytest-asyncio/issues/446">#446</a>)</li>
<li><a href="https://github.com/pytest-dev/pytest-asyncio/commit/d39589c0353657ee6d75d38db779cc4ecb2491c4"><code>d39589c</code></a> Update pre-commit hooks (<a href="https://github-redirect.dependabot.com/pytest-dev/pytest-asyncio/issues/449">#449</a>)</li>
<li>See full diff in <a href="https://github.com/pytest-dev/pytest-asyncio/compare/v0.20.2...v0.20.3">compare view</a></li>
</ul>
</details>
<br />
[](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>
4863: Update ipykernel requirement from ~=6.17.1 to ~=6.19.2 r=jenshnielsen a=dependabot[bot]
Updates the requirements on [ipykernel](https://github.com/ipython/ipykernel) to permit the latest version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/ipython/ipykernel/releases">ipykernel's releases</a>.</em></p>
<blockquote>
<h2>v6.19.2</h2>
<h2>6.19.2</h2>
<p>(<a href="https://github.com/ipython/ipykernel/compare/v6.19.1...3c125ad5aa27de2ff412d7690de051115f175104">Full Changelog</a>)</p>
<h3>Bugs fixed</h3>
<ul>
<li>Fix error in <code>%edit</code> magic <a href="https://github-redirect.dependabot.com/ipython/ipykernel/pull/1053">#1053</a> (<a href="https://github.com/ccordoba12"><code>`@ccordoba12</code></a>)</li>`
</ul>
<h3>Contributors to this release</h3>
<p>(<a href="https://github.com/ipython/ipykernel/graphs/contributors?from=2022-12-08&to=2022-12-08&type=c">GitHub contributors page for this release</a>)</p>
<p><a href="https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2022-12-08..2022-12-08&type=Issues"><code>`@blink1073</code></a>` | <a href="https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Accordoba12+updated%3A2022-12-08..2022-12-08&type=Issues"><code>`@ccordoba12</code></a></p>`
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/ipython/ipykernel/blob/main/CHANGELOG.md">ipykernel's changelog</a>.</em></p>
<blockquote>
<h2>6.19.2</h2>
<p>(<a href="https://github.com/ipython/ipykernel/compare/v6.19.1...3c125ad5aa27de2ff412d7690de051115f175104">Full Changelog</a>)</p>
<h3>Bugs fixed</h3>
<ul>
<li>Fix error in <code>%edit</code> magic <a href="https://github-redirect.dependabot.com/ipython/ipykernel/pull/1053">#1053</a> (<a href="https://github.com/ccordoba12"><code>`@ccordoba12</code></a>)</li>`
</ul>
<h3>Contributors to this release</h3>
<p>(<a href="https://github.com/ipython/ipykernel/graphs/contributors?from=2022-12-08&to=2022-12-08&type=c">GitHub contributors page for this release</a>)</p>
<p><a href="https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2022-12-08..2022-12-08&type=Issues"><code>`@blink1073</code></a>` | <a href="https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Accordoba12+updated%3A2022-12-08..2022-12-08&type=Issues"><code>`@ccordoba12</code></a></p>`
<!-- raw HTML omitted -->
<h2>6.19.1</h2>
<p>(<a href="https://github.com/ipython/ipykernel/compare/v6.19.0...5e1b155207c506f01df5808b1ba41f868a10f097">Full Changelog</a>)</p>
<h3>Bugs fixed</h3>
<ul>
<li>fix: too many arguments dropped when passing to base comm constructor <a href="https://github-redirect.dependabot.com/ipython/ipykernel/pull/1051">#1051</a> (<a href="https://github.com/maartenbreddels"><code>`@maartenbreddels</code></a>)</li>`
</ul>
<h3>Contributors to this release</h3>
<p>(<a href="https://github.com/ipython/ipykernel/graphs/contributors?from=2022-12-07&to=2022-12-08&type=c">GitHub contributors page for this release</a>)</p>
<p><a href="https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Amaartenbreddels+updated%3A2022-12-07..2022-12-08&type=Issues"><code>`@maartenbreddels</code></a></p>`
<h2>6.19.0</h2>
<p>(<a href="https://github.com/ipython/ipykernel/compare/v6.18.3...2c80e6c31e4912b2deaf5276b27568ba5088ad97">Full Changelog</a>)</p>
<h3>Bugs fixed</h3>
<ul>
<li>Fix: there can be only one comm_manager <a href="https://github-redirect.dependabot.com/ipython/ipykernel/pull/1049">#1049</a> (<a href="https://github.com/maartenbreddels"><code>`@maartenbreddels</code></a>)</li>`
</ul>
<h3>Maintenance and upkeep improvements</h3>
<ul>
<li>Adopt ruff and address lint <a href="https://github-redirect.dependabot.com/ipython/ipykernel/pull/1046">#1046</a> (<a href="https://github.com/blink1073"><code>`@blink1073</code></a>)</li>`
</ul>
<h3>Contributors to this release</h3>
<p>(<a href="https://github.com/ipython/ipykernel/graphs/contributors?from=2022-11-29&to=2022-12-07&type=c">GitHub contributors page for this release</a>)</p>
<p><a href="https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2022-11-29..2022-12-07&type=Issues"><code>`@blink1073</code></a>` | <a href="https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Amaartenbreddels+updated%3A2022-11-29..2022-12-07&type=Issues"><code>`@maartenbreddels</code></a>` | <a href="https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Apre-commit-ci+updated%3A2022-11-29..2022-12-07&type=Issues"><code>`@pre-commit-ci</code></a></p>`
<h2>6.18.3</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/ipython/ipykernel/commit/1239e95c4e46890618d870dca7be90849a4cd489"><code>1239e95</code></a> Publish 6.19.2</li>
<li><a href="https://github.com/ipython/ipykernel/commit/3c125ad5aa27de2ff412d7690de051115f175104"><code>3c125ad</code></a> Fix error in <code>%edit</code> magic (<a href="https://github-redirect.dependabot.com/ipython/ipykernel/issues/1053">#1053</a>)</li>
<li><a href="https://github.com/ipython/ipykernel/commit/6bb9279be1c8677a706fa2f03cfe7d3c6d19143e"><code>6bb9279</code></a> Publish 6.19.1</li>
<li><a href="https://github.com/ipython/ipykernel/commit/5e1b155207c506f01df5808b1ba41f868a10f097"><code>5e1b155</code></a> fix: too many arguments dropped when passing to base comm constructor (<a href="https://github-redirect.dependabot.com/ipython/ipykernel/issues/1051">#1051</a>)</li>
<li><a href="https://github.com/ipython/ipykernel/commit/b13c46ac5fa800359748386c64f89402ac0e204e"><code>b13c46a</code></a> Publish 6.19.0</li>
<li><a href="https://github.com/ipython/ipykernel/commit/2c80e6c31e4912b2deaf5276b27568ba5088ad97"><code>2c80e6c</code></a> Fix: there can be only one comm_manager (<a href="https://github-redirect.dependabot.com/ipython/ipykernel/issues/1049">#1049</a>)</li>
<li><a href="https://github.com/ipython/ipykernel/commit/4dc303364ca73b5185685807de41c7fe4b4a4dc7"><code>4dc3033</code></a> Adopt ruff and address lint (<a href="https://github-redirect.dependabot.com/ipython/ipykernel/issues/1046">#1046</a>)</li>
<li><a href="https://github.com/ipython/ipykernel/commit/f38738d941683cfecd9af0efa7410eeeaac1b5ed"><code>f38738d</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://github-redirect.dependabot.com/ipython/ipykernel/issues/1045">#1045</a>)</li>
<li><a href="https://github.com/ipython/ipykernel/commit/a356bcc75198d069d26ff6b6c2a4e7a7887fd347"><code>a356bcc</code></a> Publish 6.18.3</li>
<li><a href="https://github.com/ipython/ipykernel/commit/c0f5b7e3a5287c288eff477ae70848decf25332d"><code>c0f5b7e</code></a> Fix Comm interface for downstream users (<a href="https://github-redirect.dependabot.com/ipython/ipykernel/issues/1042">#1042</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/ipython/ipykernel/compare/v6.17.1...v6.19.2">compare view</a></li>
</ul>
</details>
<br />
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>
4864: Update traitlets requirement from ~=5.6.0 to ~=5.7.0 r=jenshnielsen a=dependabot[bot]
Updates the requirements on [traitlets](https://github.com/ipython/traitlets) to permit the latest version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/ipython/traitlets/releases">traitlets's releases</a>.</em></p>
<blockquote>
<h2>v5.7.0</h2>
<h2>5.7.0</h2>
<p>(<a href="https://github.com/ipython/traitlets/compare/v5.6.0...f07afea52cf6314bc20571c52409ff6cb115a709">Full Changelog</a>)</p>
<h3>Enhancements made</h3>
<ul>
<li>Performance: decrease runtime overhead for constructing HasTraits (up to 20x faster) <a href="https://github-redirect.dependabot.com/ipython/traitlets/pull/777">#777</a> (<a href="https://github.com/maartenbreddels"><code>`@maartenbreddels</code></a>)</li>`
</ul>
<h3>Maintenance and upkeep improvements</h3>
<ul>
<li>Minor fixes for Application.aliases <a href="https://github-redirect.dependabot.com/ipython/traitlets/pull/810">#810</a> (<a href="https://github.com/azjps"><code>`@azjps</code></a>)</li>`
<li>Adopt ruff and address lint <a href="https://github-redirect.dependabot.com/ipython/traitlets/pull/809">#809</a> (<a href="https://github.com/blink1073"><code>`@blink1073</code></a>)</li>`
</ul>
<h3>Contributors to this release</h3>
<p>(<a href="https://github.com/ipython/traitlets/graphs/contributors?from=2022-11-29&to=2022-12-08&type=c">GitHub contributors page for this release</a>)</p>
<p><a href="https://github.com/search?q=repo%3Aipython%2Ftraitlets+involves%3Aazjps+updated%3A2022-11-29..2022-12-08&type=Issues"><code>`@azjps</code></a>` | <a href="https://github.com/search?q=repo%3Aipython%2Ftraitlets+involves%3Ablink1073+updated%3A2022-11-29..2022-12-08&type=Issues"><code>`@blink1073</code></a>` | <a href="https://github.com/search?q=repo%3Aipython%2Ftraitlets+involves%3Amaartenbreddels+updated%3A2022-11-29..2022-12-08&type=Issues"><code>`@maartenbreddels</code></a>` | <a href="https://github.com/search?q=repo%3Aipython%2Ftraitlets+involves%3Anaterush+updated%3A2022-11-29..2022-12-08&type=Issues"><code>`@naterush</code></a>` | <a href="https://github.com/search?q=repo%3Aipython%2Ftraitlets+involves%3Apre-commit-ci+updated%3A2022-11-29..2022-12-08&type=Issues"><code>`@pre-commit-ci</code></a></p>`
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/ipython/traitlets/blob/main/CHANGELOG.md">traitlets's changelog</a>.</em></p>
<blockquote>
<h2>5.7.0</h2>
<p>(<a href="https://github.com/ipython/traitlets/compare/v5.6.0...f07afea52cf6314bc20571c52409ff6cb115a709">Full Changelog</a>)</p>
<h3>Enhancements made</h3>
<ul>
<li>Performance: decrease runtime overhead for constructing HasTraits (up to 20x faster) <a href="https://github-redirect.dependabot.com/ipython/traitlets/pull/777">#777</a> (<a href="https://github.com/maartenbreddels"><code>`@maartenbreddels</code></a>)</li>`
</ul>
<h3>Maintenance and upkeep improvements</h3>
<ul>
<li>Minor fixes for Application.aliases <a href="https://github-redirect.dependabot.com/ipython/traitlets/pull/810">#810</a> (<a href="https://github.com/azjps"><code>`@azjps</code></a>)</li>`
<li>Adopt ruff and address lint <a href="https://github-redirect.dependabot.com/ipython/traitlets/pull/809">#809</a> (<a href="https://github.com/blink1073"><code>`@blink1073</code></a>)</li>`
</ul>
<h3>Contributors to this release</h3>
<p>(<a href="https://github.com/ipython/traitlets/graphs/contributors?from=2022-11-29&to=2022-12-08&type=c">GitHub contributors page for this release</a>)</p>
<p><a href="https://github.com/search?q=repo%3Aipython%2Ftraitlets+involves%3Aazjps+updated%3A2022-11-29..2022-12-08&type=Issues"><code>`@azjps</code></a>` | <a href="https://github.com/search?q=repo%3Aipython%2Ftraitlets+involves%3Ablink1073+updated%3A2022-11-29..2022-12-08&type=Issues"><code>`@blink1073</code></a>` | <a href="https://github.com/search?q=repo%3Aipython%2Ftraitlets+involves%3Amaartenbreddels+updated%3A2022-11-29..2022-12-08&type=Issues"><code>`@maartenbreddels</code></a>` | <a href="https://github.com/search?q=repo%3Aipython%2Ftraitlets+involves%3Anaterush+updated%3A2022-11-29..2022-12-08&type=Issues"><code>`@naterush</code></a>` | <a href="https://github.com/search?q=repo%3Aipython%2Ftraitlets+involves%3Apre-commit-ci+updated%3A2022-11-29..2022-12-08&type=Issues"><code>`@pre-commit-ci</code></a></p>`
<!-- raw HTML omitted -->
<h2>5.6.0</h2>
<p>(<a href="https://github.com/ipython/traitlets/compare/5.5.0...2c5188a3562f03c0703315b21df41ca7ace23dd3">Full Changelog</a>)</p>
<h3>Maintenance and upkeep improvements</h3>
<ul>
<li>Adopt jupyter releaser <a href="https://github-redirect.dependabot.com/ipython/traitlets/pull/806">#806</a> (<a href="https://github.com/blink1073"><code>`@blink1073</code></a>)</li>`
<li>Use base setup dependency type <a href="https://github-redirect.dependabot.com/ipython/traitlets/pull/805">#805</a> (<a href="https://github.com/blink1073"><code>`@blink1073</code></a>)</li>`
<li>More CI Cleanup <a href="https://github-redirect.dependabot.com/ipython/traitlets/pull/803">#803</a> (<a href="https://github.com/blink1073"><code>`@blink1073</code></a>)</li>`
<li>More maintenance cleanup <a href="https://github-redirect.dependabot.com/ipython/traitlets/pull/802">#802</a> (<a href="https://github.com/blink1073"><code>`@blink1073</code></a>)</li>`
<li>Add project description <a href="https://github-redirect.dependabot.com/ipython/traitlets/pull/801">#801</a> (<a href="https://github.com/blink1073"><code>`@blink1073</code></a>)</li>`
<li>Bump actions/setup-python from 2 to 4 <a href="https://github-redirect.dependabot.com/ipython/traitlets/pull/798">#798</a> (<a href="https://github.com/dependabot"><code>`@dependabot</code></a>)</li>`
<li>Bump actions/checkout from 2 to 3 <a href="https://github-redirect.dependabot.com/ipython/traitlets/pull/797">#797</a> (<a href="https://github.com/dependabot"><code>`@dependabot</code></a>)</li>`
<li>Bump pre-commit/action from 2.0.0 to 3.0.0 <a href="https://github-redirect.dependabot.com/ipython/traitlets/pull/796">#796</a> (<a href="https://github.com/dependabot"><code>`@dependabot</code></a>)</li>`
<li>Bump actions/upload-artifact from 2 to 3 <a href="https://github-redirect.dependabot.com/ipython/traitlets/pull/795">#795</a> (<a href="https://github.com/dependabot"><code>`@dependabot</code></a>)</li>`
<li>Add dependabot <a href="https://github-redirect.dependabot.com/ipython/traitlets/pull/794">#794</a> (<a href="https://github.com/blink1073"><code>`@blink1073</code></a>)</li>`
<li>Add more typings <a href="https://github-redirect.dependabot.com/ipython/traitlets/pull/791">#791</a> (<a href="https://github.com/blink1073"><code>`@blink1073</code></a>)</li>`
<li>Format changelog <a href="https://github-redirect.dependabot.com/ipython/traitlets/pull/789">#789</a> (<a href="https://github.com/blink1073"><code>`@blink1073</code></a>)</li>`
</ul>
<h3>Contributors to this release</h3>
<p>(<a href="https://github.com/ipython/traitlets/graphs/contributors?from=2022-10-18&to=2022-11-29&type=c">GitHub contributors page for this release</a>)</p>
<p><a href="https://github.com/search?q=repo%3Aipython%2Ftraitlets+involves%3Ablink1073+updated%3A2022-10-18..2022-11-29&type=Issues"><code>`@blink1073</code></a>` | <a href="https://github.com/search?q=repo%3Aipython%2Ftraitlets+involves%3Adependabot+updated%3A2022-10-18..2022-11-29&type=Issues"><code>`@dependabot</code></a>` | <a href="https://github.com/search?q=repo%3Aipython%2Ftraitlets+involves%3Amaartenbreddels+updated%3A2022-10-18..2022-11-29&type=Issues"><code>`@maartenbreddels</code></a>` | <a href="https://github.com/search?q=repo%3Aipython%2Ftraitlets+involves%3Apre-commit-ci+updated%3A2022-10-18..2022-11-29&type=Issues"><code>`@pre-commit-ci</code></a>` | <a href="https://github.com/search?q=repo%3Aipython%2Ftraitlets+involves%3Armorshea+updated%3A2022-10-18..2022-11-29&type=Issues"><code>`@rmorshea</code></a></p>`
<h2>5.5.0</h2>
<ul>
<li>Clean up application typing</li>
<li>Update tests and docs to use non-deprecated functions</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/ipython/traitlets/commit/11ea4705582918158167c051b41666800983ba5f"><code>11ea470</code></a> Publish 5.7.0</li>
<li><a href="https://github.com/ipython/traitlets/commit/f07afea52cf6314bc20571c52409ff6cb115a709"><code>f07afea</code></a> Performance: decrease runtime overhead for constructing HasTraits (up to 20x ...</li>
<li><a href="https://github.com/ipython/traitlets/commit/ee10bccde3bbf2ff15bdbd4891835bf0989b0cf2"><code>ee10bcc</code></a> Adopt ruff and address lint (<a href="https://github-redirect.dependabot.com/ipython/traitlets/issues/809">#809</a>)</li>
<li><a href="https://github.com/ipython/traitlets/commit/898a1bfedf5e7ae8e9534d2e650d2b572b0417cb"><code>898a1bf</code></a> Minor fixes for Application.aliases (<a href="https://github-redirect.dependabot.com/ipython/traitlets/issues/810">#810</a>)</li>
<li><a href="https://github.com/ipython/traitlets/commit/217b72aef67746064e8b4d1ec104fff1d42fe137"><code>217b72a</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://github-redirect.dependabot.com/ipython/traitlets/issues/808">#808</a>)</li>
<li>See full diff in <a href="https://github.com/ipython/traitlets/compare/v5.6.0...v5.7.0">compare view</a></li>
</ul>
</details>
<br />
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>
4865: Bump actions/setup-python from 4.3.0 to 4.3.1 r=jenshnielsen a=dependabot[bot]
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.3.0 to 4.3.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/actions/setup-python/releases">actions/setup-python's releases</a>.</em></p>
<blockquote>
<h2>Improve error handling and messages</h2>
<p>In scope of this release we added improved error message to put operating system and its version in the logs (<a href="https://github-redirect.dependabot.com/actions/setup-python/pull/559">actions/setup-python#559</a>). Besides, the release</p>
<ul>
<li>fixes issue about <a href="https://github-redirect.dependabot.com/actions/setup-python/issues/518">specifying architecture for pypy-nightly on Windows</a> with related <a href="https://github-redirect.dependabot.com/actions/setup-python/pull/520">pull request</a>.</li>
<li>improves error handling for Http Errors (<a href="https://github-redirect.dependabot.com/actions/setup-python/pull/511">actions/setup-python#511</a>).</li>
<li>updates minimatch (<a href="https://github-redirect.dependabot.com/actions/setup-python/pull/558">actions/setup-python#558</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/actions/setup-python/commit/2c3dd9e7e29afd70cc0950079bde6c979d1f69f9"><code>2c3dd9e</code></a> Add OS info to the error message (<a href="https://github-redirect.dependabot.com/actions/setup-python/issues/559">#559</a>)</li>
<li><a href="https://github.com/actions/setup-python/commit/76bbdfadd7792e54db5b82bd04a77913663d4dd6"><code>76bbdfa</code></a> Update minimatch (<a href="https://github-redirect.dependabot.com/actions/setup-python/issues/558">#558</a>)</li>
<li><a href="https://github.com/actions/setup-python/commit/1aafadcfb96443dc8b2c66d464369fad6ead5571"><code>1aafadc</code></a> Caching projects that use setup.py (<a href="https://github-redirect.dependabot.com/actions/setup-python/issues/549">#549</a>)</li>
<li><a href="https://github.com/actions/setup-python/commit/b80efd6bc5dcdc82c015d69ecd3e39320d0095e6"><code>b80efd6</code></a> Update to latest <code>actions/publish-action</code> (<a href="https://github-redirect.dependabot.com/actions/setup-python/issues/546">#546</a>)</li>
<li><a href="https://github.com/actions/setup-python/commit/5cddb278857fec730853802fad5126d9d78895d5"><code>5cddb27</code></a> Recommend setting python-version (<a href="https://github-redirect.dependabot.com/actions/setup-python/issues/545">#545</a>)</li>
<li><a href="https://github.com/actions/setup-python/commit/47c4a7af1d72897a511c975c95a5335bb6329dec"><code>47c4a7a</code></a> fix(ci): run <code>.github/workflows/workflow.yml</code> on ubuntu-20.04 (<a href="https://github-redirect.dependabot.com/actions/setup-python/issues/535">#535</a>)</li>
<li><a href="https://github.com/actions/setup-python/commit/af57b6499414c9dd25c305c7c008a5109c5a188f"><code>af57b64</code></a> Extend docu regarding rate limit issues. (<a href="https://github-redirect.dependabot.com/actions/setup-python/issues/510">#510</a>)</li>
<li><a href="https://github.com/actions/setup-python/commit/4818a5a1535387fb9d6e71f7ace82ad3b405804b"><code>4818a5a</code></a> Handle download HTTP error (<a href="https://github-redirect.dependabot.com/actions/setup-python/issues/511">#511</a>)</li>
<li><a href="https://github.com/actions/setup-python/commit/8bcd2560e267a43fbd8ff66c50da8a61825a0782"><code>8bcd256</code></a> Add architecture input check for PyPy for Windows platform (<a href="https://github-redirect.dependabot.com/actions/setup-python/issues/520">#520</a>)</li>
<li>See full diff in <a href="https://github.com/actions/setup-python/compare/v4.3.0...v4.3.1">compare view</a></li>
</ul>
</details>
<br />
[](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>
File tree
6 files changed
+8
-8
lines changedFilter options
- .github/workflows
6 files changed
+8
-8
lines changed.github/workflows/docs.yaml
Copy file name to clipboardExpand all lines: .github/workflows/docs.yaml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
75 |
| - | |
| 75 | + | |
76 | 76 |
| |
77 | 77 |
| |
78 | 78 |
| |
|
.github/workflows/pytest-min-versions.yaml
Copy file name to clipboardExpand all lines: .github/workflows/pytest-min-versions.yaml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
| 34 | + | |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
|
.github/workflows/pytest-non-local.yaml
Copy file name to clipboardExpand all lines: .github/workflows/pytest-non-local.yaml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 |
| - | |
| 31 | + | |
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
|
.github/workflows/pytest.yaml
Copy file name to clipboardExpand all lines: .github/workflows/pytest.yaml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
47 |
| - | |
| 47 | + | |
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
|
.github/workflows/upload_to_pypi.yaml
Copy file name to clipboardExpand all lines: .github/workflows/upload_to_pypi.yaml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
|
+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 |
| - | |
| 55 | + | |
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
| |||
112 | 112 |
| |
113 | 113 |
| |
114 | 114 |
| |
115 |
| - | |
| 115 | + | |
116 | 116 |
| |
117 | 117 |
| |
118 | 118 |
| |
| |||
159 | 159 |
| |
160 | 160 |
| |
161 | 161 |
| |
162 |
| - | |
| 162 | + | |
163 | 163 |
| |
164 | 164 |
| |
165 | 165 |
| |
|
0 commit comments