Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
4573: Update widgetsnbextension requirement from ~=4.0.2 to ~=4.0.3 r=jenshnielsen a=dependabot[bot]

Updates the requirements on [widgetsnbextension](http://jupyter.org) to permit the latest version.


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>

4574: Update psutil requirement from ~=5.9.1 to ~=5.9.2 r=jenshnielsen a=dependabot[bot]

Updates the requirements on [psutil](https://github.com/giampaolo/psutil) to permit the latest version.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/giampaolo/psutil/blob/master/HISTORY.rst">psutil's changelog</a>.</em></p>
<blockquote>
<h1>5.9.2</h1>
<p>2022-09-04</p>
<p><strong>Bug fixes</strong></p>
<ul>
<li>2093_, [FreeBSD], <strong>[critical]</strong>: <code>pids()</code>_ may fail with ENOMEM. Dynamically
increase the <code>malloc()</code> buffer size until it's big enough.</li>
<li>2095_, [Linux]: <code>net_if_stats()</code>_ returns incorrect interface speed for
100GbE network cards.</li>
<li>2113_, [FreeBSD], <strong>[critical]</strong>: <code>virtual_memory()</code>_ may raise ENOMEM due to
missing <code>#include &lt;sys/param.h&gt;</code> directive.  (patch by Peter Jeremy)</li>
<li>2128_, [NetBSD]: <code>swap_memory()</code>_ was miscalculated.  (patch by Thomas Klausner)</li>
</ul>
<h1>5.9.1</h1>
<p>2022-05-20</p>
<p><strong>Enhancements</strong></p>
<ul>
<li>1053_: drop Python 2.6 support.  (patches by Matthieu Darbois and Hugo van
Kemenade)</li>
<li>2050_, [Linux]: increase <code>read(2)</code> buffer size from 1k to 32k when reading
<code>/proc</code> pseudo files line by line. This should help having more consistent
results.</li>
<li>2057_, [OpenBSD]: add support for <code>cpu_freq()</code>_.</li>
<li>2107_, [Linux]: <code>Process.memory_full_info()</code>_ (reporting process USS/PSS/Swap
memory) now reads <code>/proc/pid/smaps_rollup</code> instead of <code>/proc/pids/smaps</code>,
which makes it 5 times faster.</li>
</ul>
<p><strong>Bug fixes</strong></p>
<ul>
<li>2048_: <code>AttributeError</code> is raised if <code>psutil.Error</code> class is raised
manually and passed through <code>str</code>.</li>
<li>2049_, [Linux]: <code>cpu_freq()</code>_ erroneously returns <code>curr</code> value in GHz while
<code>min</code> and <code>max</code> are in MHz.</li>
<li>2050_, [Linux]: <code>virtual_memory()</code>_ may raise <code>ValueError</code> if running in a
LCX container.</li>
</ul>
<h1>5.9.0</h1>
<p>2021-12-29</p>
<p><strong>Enhancements</strong></p>
<ul>
<li>1851_, [Linux]: <code>cpu_freq()</code>_ is slow on systems with many CPUs. Read current
frequency values for all CPUs from <code>/proc/cpuinfo</code> instead of opening many</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/giampaolo/psutil/commit/9f9a82d02c901f62512236b44edb050f84cbe5b6"><code>9f9a82d</code></a> fix venv</li>
<li><a href="https://github.com/giampaolo/psutil/commit/274dd47958c9d6bf306e3cff1d3a51e11c3970f0"><code>274dd47</code></a> update HISTORY + bump up version</li>
<li><a href="https://github.com/giampaolo/psutil/commit/c7c7bbcfc762d73a50d3cb2ad6f277dad7bb9a6b"><code>c7c7bbc</code></a> FreeBSD / pids(): increase buf size if not enough</li>
<li><a href="https://github.com/giampaolo/psutil/commit/d2fab7c8de16b6ffbfb0faa3e832845bc1ef0df0"><code>d2fab7c</code></a> [NetBSD] get data about cached memory usage from /proc/meminfo as well (<a href="https://github-redirect.dependabot.com/giampaolo/psutil/issues/2088">#2088</a>)</li>
<li><a href="https://github.com/giampaolo/psutil/commit/4446e3bd5fd29e0598f2ca6672d5ffe8ca40d442"><code>4446e3b</code></a> fix sphinx warning: unexpected unindent (<a href="https://github-redirect.dependabot.com/giampaolo/psutil/issues/2118">#2118</a>)</li>
<li><a href="https://github.com/giampaolo/psutil/commit/84219ad536370eda325d27947831be270e7077b0"><code>84219ad</code></a> [NetBSD] two fixes for swap code (<a href="https://github-redirect.dependabot.com/giampaolo/psutil/issues/2128">#2128</a>)</li>
<li><a href="https://github.com/giampaolo/psutil/commit/df3fba560125a1694140418458d85076ebc546fd"><code>df3fba5</code></a> Fix missing whitespace in try-except caluses (<a href="https://github-redirect.dependabot.com/giampaolo/psutil/issues/2127">#2127</a>)</li>
<li><a href="https://github.com/giampaolo/psutil/commit/57ed46de8a988e7ab26279c2a967fb15b05397a3"><code>57ed46d</code></a> linux: skip test if ifconfig CLI is not installed</li>
<li><a href="https://github.com/giampaolo/psutil/commit/63dec1015f6c28000f4cfe54d473ec2cc4c9e52e"><code>63dec10</code></a> Merge branch 'master' of github.com:giampaolo/psutil</li>
<li><a href="https://github.com/giampaolo/psutil/commit/04e7aa604155736cce0abcc15c9b7b63d941b0e9"><code>04e7aa6</code></a> docs: fix simple typo, repeadetly -&gt; repeatedly (<a href="https://github-redirect.dependabot.com/giampaolo/psutil/issues/2123">#2123</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/giampaolo/psutil/compare/release-5.9.1...release-5.9.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>

4575: Update tqdm requirement from ~=4.64.0 to ~=4.64.1 r=jenshnielsen a=dependabot[bot]

Updates the requirements on [tqdm](https://github.com/tqdm/tqdm) to permit the latest version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/tqdm/tqdm/releases">tqdm's releases</a>.</em></p>
<blockquote>
<h2>tqdm v4.64.1 stable</h2>
<ul>
<li>support <code>ipywidgets&gt;=8</code>  (<a href="https://github-redirect.dependabot.com/tqdm/tqdm/issues/1366">#1366</a>, <a href="https://github-redirect.dependabot.com/tqdm/tqdm/issues/1361">#1361</a> &lt;- <a href="https://github-redirect.dependabot.com/tqdm/tqdm/issues/1310">#1310</a>, <a href="https://github-redirect.dependabot.com/tqdm/tqdm/issues/1359">#1359</a>, <a href="https://github-redirect.dependabot.com/tqdm/tqdm/issues/1360">#1360</a>, <a href="https://github-redirect.dependabot.com/tqdm/tqdm/issues/1364">#1364</a>)
<ul>
<li>fix jupyter lab display</li>
<li>update notebook tests</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/tqdm/tqdm/commit/6791e8c5b3d6c30bdd2060c346996bfb5a6f10d1"><code>6791e8c</code></a> bump version, merge pull request <a href="https://github-redirect.dependabot.com/tqdm/tqdm/issues/1366">#1366</a> from tqdm/devel</li>
<li><a href="https://github.com/tqdm/tqdm/commit/754186291e6b4e28ea8b56c9493adc03bf14c404"><code>7541862</code></a> tests: hotfix skip windows errors</li>
<li><a href="https://github.com/tqdm/tqdm/commit/8fb3d91f561e2a286a7fda13291eda16613dac39"><code>8fb3d91</code></a> fix ipywidgets&gt;=8 display</li>
<li><a href="https://github.com/tqdm/tqdm/commit/05e3d32a5fc8559e133e6d627d44afda93018637"><code>05e3d32</code></a> fix jupyterlab display</li>
<li>See full diff in <a href="https://github.com/tqdm/tqdm/compare/v4.64.0...v4.64.1">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>

4576: Update ipywidgets requirement from ~=8.0.1 to ~=8.0.2 r=jenshnielsen a=dependabot[bot]

Updates the requirements on [ipywidgets](https://github.com/jupyter-widgets/ipywidgets) to permit the latest version.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/jupyter-widgets/ipywidgets/commit/04ecd58294c9984c701c84994708feb826cb6abb"><code>04ecd58</code></a> Fix docs typo</li>
<li><a href="https://github.com/jupyter-widgets/ipywidgets/commit/9618f395963e83610b57976573c31e3f57271a3a"><code>9618f39</code></a> Fix porting error</li>
<li><a href="https://github.com/jupyter-widgets/ipywidgets/commit/7085fd92ad8704f0905427a918d16b547cb7da64"><code>7085fd9</code></a> Further tweaks to NaiveDatetimePicker docs</li>
<li><a href="https://github.com/jupyter-widgets/ipywidgets/commit/09ecd98abd85ec675fa4393e2c82d026095474b2"><code>09ecd98</code></a> Add NaiveDatetimePicker to docs</li>
<li>See full diff in <a href="https://github.com/jupyter-widgets/ipywidgets/compare/8.0.1...8.0.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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
bors[bot] and dependabot[bot] authored Sep 5, 2022
5 parents 2cf7f9a + 19cce45 + 575d000 + e55e050 + 13a7774 commit 12b66a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ ipykernel~=6.15.2
ipython~=8.4.0; python_version>='3.8'
ipython~=7.31.0; python_version<'3.8'
ipython-genutils~=0.2.0
ipywidgets~=8.0.1
ipywidgets~=8.0.2
jedi~=0.18.1
Jinja2~=3.1.2
jsonpointer~=2.3
Expand Down Expand Up @@ -94,7 +94,7 @@ portalocker~=2.5.1
prometheus-client~=0.14.1
prompt-toolkit~=3.0.31
protobuf~=4.21.5
psutil~=5.9.1
psutil~=5.9.2
pure-eval~=0.2.2
py~=1.11.0
pyasn1~=0.4.8
Expand Down Expand Up @@ -155,7 +155,7 @@ tinycss2~=1.1.1
tomli~=2.0.1
tornado~=6.2
towncrier~=21.9.0
tqdm~=4.64.0
tqdm~=4.64.1
traitlets~=5.3.0
typed-ast~=1.4.3; python_version<'3.8'
types-requests~=2.28.9
Expand All @@ -169,7 +169,7 @@ versioningit~=2.0.1
wcwidth~=0.2.5
webencodings~=0.5.1
websockets~=10.3
widgetsnbextension~=4.0.2
widgetsnbextension~=4.0.3
wincertstore~=0.2
wrapt~=1.14.1
xarray~=0.20.2; python_version<'3.8'
Expand Down

0 comments on commit 12b66a5

Please sign in to comment.