Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restore MercuryiPS driver #460

Merged
merged 4 commits into from
Apr 11, 2017

Conversation

jenshnielsen
Copy link
Collaborator

This fixes the Mercury Driver to work with the new parameters class

@alexcjohnson This relied on being able to set what is essentially MultiParameters.
Is there a particular reason why that is not allowed

This is needed to restore Oxford MercuryiSP driver
3 dimentional parameters like these must be multiparameters
@jenshnielsen
Copy link
Collaborator Author

Failing since there is an explicit test for set not being allowed

@alexcjohnson
Copy link
Contributor

Ah cool - didn't realize anyone had made a settable multi-valued parameter but I guess a magnet driver would be the place. Your warning is right: it's just that multi-valued set is incompatible with Loop / Measure. That's what the TODO immediately above it is about. If you want to alter or remove that test to get this passing, I can work on that TODO.

@jenshnielsen
Copy link
Collaborator Author

My understanding is that these limitations are not new but were there already so I think converting it to a warning is ok for now and I will disable the test. Lets wait with the todo until we are a bit more sure about how we want to use it

@giulioungaretti giulioungaretti merged commit 88abf63 into microsoft:master Apr 11, 2017
giulioungaretti pushed a commit that referenced this pull request Apr 11, 2017
Author: Jens Hedegaard Nielsen <jenshnielsen@gmail.com>

    Restore MercuryiPS driver (#460)
@jenshnielsen jenshnielsen deleted the fix/mercury_param branch April 24, 2017 08:58
bors bot added a commit that referenced this pull request Dec 12, 2022
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&quot;expected result&quot; == 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) &lt;https://github.com/pytest-dev/pytest-asyncio/issues/460&gt;</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 />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pytest-asyncio&package-manager=pip&previous-version=0.20.2&new-version=0.20.3)](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&amp;to=2022-12-08&amp;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&amp;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&amp;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&amp;to=2022-12-08&amp;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&amp;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&amp;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&amp;to=2022-12-08&amp;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&amp;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&amp;to=2022-12-07&amp;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&amp;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&amp;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&amp;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&amp;to=2022-12-08&amp;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&amp;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&amp;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&amp;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&amp;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&amp;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&amp;to=2022-12-08&amp;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&amp;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&amp;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&amp;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&amp;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&amp;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&amp;to=2022-11-29&amp;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&amp;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&amp;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&amp;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&amp;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&amp;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 />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-python&package-manager=github_actions&previous-version=4.3.0&new-version=4.3.1)](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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants