Skip to content

Commit

Permalink
[Tech] Bump the non-major-dev-dependencies group across 1 directory w…
Browse files Browse the repository at this point in the history
…ith 3 updates (#3313)

Bumps the non-major-dev-dependencies group with 3 updates in the
/datascience directory: [openpyxl](https://openpyxl.readthedocs.io),
[jupyterlab](https://github.com/jupyterlab/jupyterlab) and
[faker](https://github.com/joke2k/faker).

Updates `openpyxl` from 3.1.2 to 3.1.4

Updates `jupyterlab` from 4.2.1 to 4.2.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jupyterlab/jupyterlab/releases">jupyterlab's
releases</a>.</em></p>
<blockquote>
<h2>v4.2.2</h2>
<h2>4.2.2</h2>
<p>(<a
href="https://github.com/jupyterlab/jupyterlab/compare/v4.2.1...c72b75307363b2d9620a096c88b2d97b794e26fb">Full
Changelog</a>)</p>
<h3>Bugs fixed</h3>
<ul>
<li>Fix width and margins of the notebook footer. <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/16383">#16383</a>
(<a
href="https://github.com/HaudinFlorence"><code>@​HaudinFlorence</code></a>)</li>
<li>Fix async function display <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/16443">#16443</a>
(<a
href="https://github.com/sanskriti2005"><code>@​sanskriti2005</code></a>)</li>
<li>Fix code comments in tilde (~) fences incorrectly shown as headings
in TOC <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/16437">#16437</a>
(<a
href="https://github.com/itsmevichu"><code>@​itsmevichu</code></a>)</li>
<li>Fix typos in <code>jupyter-collaboration</code>-missing error
message <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/16436">#16436</a>
(<a
href="https://github.com/krishanbhasin-px"><code>@​krishanbhasin-px</code></a>)</li>
<li>Reactive toolbar computation, again... <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/16409">#16409</a>
(<a href="https://github.com/brichet"><code>@​brichet</code></a>)</li>
<li>Fix comments in nested markdown code blocks incorrectly being
identified as TOC headings <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/16420">#16420</a>
(<a
href="https://github.com/itsmevichu"><code>@​itsmevichu</code></a>)</li>
<li>Add the toolbar again when updating the title of PanelWithToolbar <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/16390">#16390</a>
(<a href="https://github.com/brichet"><code>@​brichet</code></a>)</li>
<li>Align token usage for events <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/16397">#16397</a>
(<a
href="https://github.com/fcollonval"><code>@​fcollonval</code></a>)</li>
<li>Fix runtime console error in debugger extension <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/16368">#16368</a>
(<a href="https://github.com/afshin"><code>@​afshin</code></a>)</li>
</ul>
<h3>Maintenance and upkeep improvements</h3>
<ul>
<li>Ignore empty stdout data when logging in verdaccio <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/16459">#16459</a>
(<a
href="https://github.com/fcollonval"><code>@​fcollonval</code></a>)</li>
<li>Fix some flaky ui tests <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/16430">#16430</a>
(<a href="https://github.com/brichet"><code>@​brichet</code></a>)</li>
<li>Do not install cairo/pango on Mac in CI <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/16434">#16434</a>
(<a
href="https://github.com/krassowski"><code>@​krassowski</code></a>)</li>
<li>Fix usage check job on CI (add <code>setuptools</code> dependency)
<a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/16423">#16423</a>
(<a href="https://github.com/jtpio"><code>@​jtpio</code></a>)</li>
<li>Run Python tests on MacOS with Python 12, replace
<code>canvas</code> with <code>jest-canvas-mock</code> <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/16314">#16314</a>
(<a
href="https://github.com/krassowski"><code>@​krassowski</code></a>)</li>
<li>Fix failing link check (point to JAWS on Wikipedia) <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/16365">#16365</a>
(<a
href="https://github.com/krassowski"><code>@​krassowski</code></a>)</li>
<li>Do not check links to Jupyter blog on Medium <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/16351">#16351</a>
(<a
href="https://github.com/krassowski"><code>@​krassowski</code></a>)</li>
</ul>
<h3>Documentation improvements</h3>
<ul>
<li>Ensure <code>api</code> directory is present to build documentation
<a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/16467">#16467</a>
(<a
href="https://github.com/Darshan808"><code>@​Darshan808</code></a>)</li>
<li>Add typings to the inline completer example <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/16421">#16421</a>
(<a href="https://github.com/jtpio"><code>@​jtpio</code></a>)</li>
<li>Run Python tests on MacOS with Python 12, replace
<code>canvas</code> with <code>jest-canvas-mock</code> <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/16314">#16314</a>
(<a
href="https://github.com/krassowski"><code>@​krassowski</code></a>)</li>
<li>Align tutorial with extension template <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/16414">#16414</a>
(<a href="https://github.com/jtpio"><code>@​jtpio</code></a>)</li>
<li>Update CHANGELOG.md <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/16394">#16394</a>
(<a
href="https://github.com/fcollonval"><code>@​fcollonval</code></a>)</li>
<li>Fix failing link check (point to JAWS on Wikipedia) <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/16365">#16365</a>
(<a
href="https://github.com/krassowski"><code>@​krassowski</code></a>)</li>
</ul>
<h3>Contributors to this release</h3>
<p>(<a
href="https://github.com/jupyterlab/jupyterlab/graphs/contributors?from=2024-05-23&amp;to=2024-06-10&amp;type=c">GitHub
contributors page for this release</a>)</p>
<p><a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Adavidbrochart+updated%3A2024-05-23..2024-06-10&amp;type=Issues"><code>@​davidbrochart</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Aecharles+updated%3A2024-05-23..2024-06-10&amp;type=Issues"><code>@​echarles</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Afcollonval+updated%3A2024-05-23..2024-06-10&amp;type=Issues"><code>@​fcollonval</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajtpio+updated%3A2024-05-23..2024-06-10&amp;type=Issues"><code>@​jtpio</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajupyterlab-probot+updated%3A2024-05-23..2024-06-10&amp;type=Issues"><code>@​jupyterlab-probot</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Akrassowski+updated%3A2024-05-23..2024-06-10&amp;type=Issues"><code>@​krassowski</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Alumberbot-app+updated%3A2024-05-23..2024-06-10&amp;type=Issues"><code>@​lumberbot-app</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ameeseeksmachine+updated%3A2024-05-23..2024-06-10&amp;type=Issues"><code>@​meeseeksmachine</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Asrdas+updated%3A2024-05-23..2024-06-10&amp;type=Issues"><code>@​srdas</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Awelcome+updated%3A2024-05-23..2024-06-10&amp;type=Issues"><code>@​welcome</code></a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/jupyterlab/jupyterlab/blob/main/CHANGELOG.md">jupyterlab's
changelog</a>.</em></p>
<blockquote>
<!-- raw HTML omitted -->
<p>(changelog)=</p>
<h1>JupyterLab Changelog</h1>
<h2>v4.2</h2>
<h3>Workspaces UI</h3>
<p>It is now possible to switch and manage <a
href="https://jupyterlab.readthedocs.io/en/latest/user/workspaces.html">workspaces</a>
from within JupyterLab.</p>
<!-- raw HTML omitted -->
<h3>Recently opened/closed files</h3>
<p>The <a
href="https://github.com/jupyterlab-contrib/jupyterlab-recents">jupyterlab-recents</a>
extension was integrated into JupyterLab.</p>
<p>Users are now able to:</p>
<ul>
<li>
<p>re-open recently used files from the main menu:</p>
<!-- raw HTML omitted -->
</li>
<li>
<p>re-open recently closed files from the sidebar:</p>
<!-- raw HTML omitted -->
</li>
<li>
<p>quickly jump to open tabs/recently closed files by using a new
searchable modal dialog (press <!-- raw HTML omitted -->Ctrl<!-- raw
HTML omitted -->+<!-- raw HTML omitted -->Alt<!-- raw HTML omitted
-->+<!-- raw HTML omitted -->A<!-- raw HTML omitted --> to open the
dialog, or click on the [↗] icon in the sidebar):</p>
<!-- raw HTML omitted -->
</li>
</ul>
<h3>Full notebook windowing mode by default</h3>
<p>Notebooks in the <code>full</code> windowing mode only render the
visible cells, significantly improving the performance of the
application. One limitation of <code>full</code> mode is that the search
function in your browser may produce false negatives; using the <a
href="https://jupyterlab.readthedocs.io/en/latest/user/interface.html#searching">JupyterLab
search function</a> is recommended. To revert to the behaviour from
JupyterLab 4.1, go to Settings → Settings Editor → Notebook, scroll to
&quot;Windowing mode&quot;, and choose <code>defer</code>.</p>
<h3>Improved Shortcuts Editor</h3>
<p>Among the numerous improvements and bug fixes for the keyboard
shortcuts editor:</p>
<ul>
<li>it is now possible to remove the default shortcuts,</li>
<li>shortcuts are correctly sorted when using a language pack,</li>
<li>shortcuts with different arguments are now correctly displayed as
individual entries.</li>
</ul>
<!-- raw HTML omitted -->
<h3>Dark high contrast theme</h3>
<p>A new theme, JupyterLab Dark High Contrast, which is intended to
benefit users with the need for higher contrast, following the WCAG AAA
accessibility standard for color contrast.
To select this theme, from the menu bar, choose Settings → Theme →
JupyterLab Dark High Contrast. Please provide feedback and suggestions
on further improvements to this theme.</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jupyterlab/jupyterlab/commit/57e9a2d7cf3466cad22aa239ece7f60c4b922569"><code>57e9a2d</code></a>
[ci skip] Publish 4.2.2</li>
<li><a
href="https://github.com/jupyterlab/jupyterlab/commit/c72b75307363b2d9620a096c88b2d97b794e26fb"><code>c72b753</code></a>
Backport PR <a
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/16467">#16467</a>:
Ensure <code>api</code> directory is present to build documentation
...</li>
<li><a
href="https://github.com/jupyterlab/jupyterlab/commit/4b29ee82872080a50d511ee8894d8aa85831abe2"><code>4b29ee8</code></a>
Backport PR <a
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/16459">#16459</a>:
Ignore empty stdout data when logging in verdaccio (<a
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/16462">#16462</a>)</li>
<li><a
href="https://github.com/jupyterlab/jupyterlab/commit/6061560fd935cd1c9eb1eb7d10b4abf055d6ab85"><code>6061560</code></a>
Backport PR <a
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/16383">#16383</a>:
Fix width and margins of the notebook footer. (<a
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/16453">#16453</a>)</li>
<li><a
href="https://github.com/jupyterlab/jupyterlab/commit/79f3bbfc03c4c6090ced97fe4ba92c81c5c1f9de"><code>79f3bbf</code></a>
Backport PR <a
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/16430">#16430</a>:
Fix some flaky ui tests (<a
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/16449">#16449</a>)</li>
<li><a
href="https://github.com/jupyterlab/jupyterlab/commit/187b09ac140ca2867e8551cb4fd7da1cdc479b8e"><code>187b09a</code></a>
Backport PR <a
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/16443">#16443</a>:
Fix async function display (<a
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/16447">#16447</a>)</li>
<li><a
href="https://github.com/jupyterlab/jupyterlab/commit/d56c51ab8dcd752c5e0fe2cb697a6e602b08b05b"><code>d56c51a</code></a>
Backport PR <a
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/16437">#16437</a>:
Fix code comments in tilde (~) fences incorrectly shown a...</li>
<li><a
href="https://github.com/jupyterlab/jupyterlab/commit/aece4c5182c9da581c526e61b239081f413cb031"><code>aece4c5</code></a>
Backport PR <a
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/16436">#16436</a>:
Fix typos in <code>jupyter-collaboration</code>-missing error
messag...</li>
<li><a
href="https://github.com/jupyterlab/jupyterlab/commit/85397080246c3b9bdda4d3631d524a9b1cb98f2f"><code>8539708</code></a>
Backport PR <a
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/16434">#16434</a>:
Do not install cairo/pango on Mac in CI (<a
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/16439">#16439</a>)</li>
<li><a
href="https://github.com/jupyterlab/jupyterlab/commit/7d7053dee79f6927eda63ba01743888c31f8b8ea"><code>7d7053d</code></a>
Backport PR <a
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/16314">#16314</a>:
Run Python tests on MacOS with Python 12, replace `canvas...</li>
<li>Additional commits viewable in <a
href="https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/[email protected]...@jupyterlab/[email protected]">compare
view</a></li>
</ul>
</details>
<br />

Updates `faker` from 25.8.0 to 25.9.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/joke2k/faker/releases">faker's
releases</a>.</em></p>
<blockquote>
<h2>Release v25.9.1</h2>
<p>See <a
href="https://github.com/joke2k/faker/blob/refs/tags/v25.9.1/CHANGELOG.md">CHANGELOG.md</a>.</p>
<h2>Release v25.9.0</h2>
<p>See <a
href="https://github.com/joke2k/faker/blob/refs/tags/v25.9.0/CHANGELOG.md">CHANGELOG.md</a>.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/joke2k/faker/blob/master/CHANGELOG.md">faker's
changelog</a>.</em></p>
<blockquote>
<h3><a
href="https://github.com/joke2k/faker/compare/v25.9.0..v25.9.1">v25.9.1
- 2024-06-20</a></h3>
<ul>
<li>Change <code>pydecimal</code> type hint for <code>min_value</code>,
<code>max_value</code> to allow <code>int</code>s. Thanks <a
href="https://github.com/parsariyahi"><code>@​parsariyahi</code></a>.</li>
</ul>
<h3><a
href="https://github.com/joke2k/faker/compare/v25.8.0..v25.9.0">v25.9.0
- 2024-06-20</a></h3>
<ul>
<li>Add support for Nigerian Yoruba names and surnames
(<code>yo_NG</code>). Thanks <a
href="https://github.com/5uru"><code>@​5uru</code></a>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/joke2k/faker/commit/fb42357d0ac30c0fdba200d5339f8fe9f9ce6f81"><code>fb42357</code></a>
Bump version: 25.9.0 → 25.9.1</li>
<li><a
href="https://github.com/joke2k/faker/commit/7c391c45d840c9b7ea29e723fee6cbfd6ba08d24"><code>7c391c4</code></a>
:pencil: Update CHANGELOG.md</li>
<li><a
href="https://github.com/joke2k/faker/commit/10c2ba35cda949188c460464f46e79ee0236d605"><code>10c2ba3</code></a>
Fix typing on <code>pydecimal</code></li>
<li><a
href="https://github.com/joke2k/faker/commit/d0bfbfbf7a30b1831bf466cfb48ac627bb090b15"><code>d0bfbfb</code></a>
Change <code>pydecimal</code> type hint for <code>min_value</code>,
<code>max_value</code> to <code>numbers.Number</code>...</li>
<li><a
href="https://github.com/joke2k/faker/commit/c49ef43bf5ac8ccaaded6ff02866e9eabdaa27b5"><code>c49ef43</code></a>
Bump version: 25.8.0 → 25.9.0</li>
<li><a
href="https://github.com/joke2k/faker/commit/f375cbc42d8dd973aa170207dbe2e2ab2ea945c3"><code>f375cbc</code></a>
:pencil: Update CHANGELOG.md</li>
<li><a
href="https://github.com/joke2k/faker/commit/fc329ad841d45967ff3cda49d06c9399d5f56299"><code>fc329ad</code></a>
💄 format code</li>
<li><a
href="https://github.com/joke2k/faker/commit/84766274e5476f7698df00bc7e7ba3c3c99ad82f"><code>8476627</code></a>
Added support for Nigerian Yoruba names and surnames (yo_NG) (<a
href="https://redirect.github.com/joke2k/faker/issues/2054">#2054</a>)</li>
<li>See full diff in <a
href="https://github.com/joke2k/faker/compare/v25.8.0...v25.9.1">compare
view</a></li>
</ul>
</details>
<br />


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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>
  • Loading branch information
VincentAntoine authored Jun 21, 2024
2 parents 3ce7094 + 7f13a4d commit 0002cc2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
23 changes: 12 additions & 11 deletions datascience/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions datascience/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,20 @@ plotly = "^5.17.0"
xlsxwriter = "^3.1.8"
jupyter = "^1.0.0"
matplotlib = "^3.8.0"
openpyxl = "^3.1.2"
openpyxl = "^3.1.4"
matplotlib-venn = "^0.11.9"
seaborn = "^0.13.0"
line-profiler = "^4.1.1"
ipywidgets = "^8.1.3"
pyarrow = "^14.0.1"
xlrd = "^2.0.1"
tabula-py = "^2.8.2"
jupyterlab = "^4.0.7"
jupyterlab = "^4.2.2"
grip = "^4.6.2"
sphinxcontrib-fulltoc = "^1.2.0"
sphinx = "^7.2.6"
sphinx-rtd-theme = "^2.0.0"
faker = "^25.8.0"
faker = "^25.9.1"
sphinx-intl = "^2.1.0"
sphinx-autoapi = "^3.0.0"
prefect = {version = "1.3", extras = ["viz"]}
Expand Down

0 comments on commit 0002cc2

Please sign in to comment.