Skip to content

Commit

Permalink
Bump the actions group with 5 updates (#15893)
Browse files Browse the repository at this point in the history
* Bump the actions group with 5 updates

Bumps the actions group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [ipywidgets](https://github.com/jupyter-widgets/ipywidgets) | `8.1.1` | `8.1.2` |
| [jupyterlab-language-pack-zh-cn](https://github.com/jupyterlab/language-packs) | `4.0.post6` | `4.1.post0` |
| [matplotlib](https://github.com/matplotlib/matplotlib) | `3.8.2` | `3.8.3` |
| [pandas](https://github.com/pandas-dev/pandas) | `2.2.0` | `2.2.1` |
| [ruff](https://github.com/astral-sh/ruff) | `0.2.0` | `0.3.0` |


Updates `ipywidgets` from 8.1.1 to 8.1.2
- [Release notes](https://github.com/jupyter-widgets/ipywidgets/releases)
- [Commits](jupyter-widgets/ipywidgets@8.1.1...8.1.2)

Updates `jupyterlab-language-pack-zh-cn` from 4.0.post6 to 4.1.post0
- [Release notes](https://github.com/jupyterlab/language-packs/releases)
- [Changelog](https://github.com/jupyterlab/language-packs/blob/main/RELEASE.md)
- [Commits](https://github.com/jupyterlab/language-packs/compare/ar-SA@v4.0.post6...ar-SA@v4.1.post0)

Updates `matplotlib` from 3.8.2 to 3.8.3
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.8.2...v3.8.3)

Updates `pandas` from 2.2.0 to 2.2.1
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v2.2.0...v2.2.1)

Updates `ruff` from 0.2.0 to 0.3.0
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.2.0...v0.3.0)

---
updated-dependencies:
- dependency-name: ipywidgets
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: jupyterlab-language-pack-zh-cn
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: matplotlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: pandas
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>

* Align ruff version

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Frédéric Collonval <fcollonval@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Michał Krassowski <5832902+krassowski@users.noreply.github.com>
  • Loading branch information
4 people committed Mar 15, 2024
1 parent a2fb9df commit dda3210
Show file tree
Hide file tree
Showing 18 changed files with 21 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ repos:

# Check ruff version is aligned with the one in pyproject.toml
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.0
rev: v0.3.0
hooks:
- id: ruff
args: ["--fix"]
Expand Down
1 change: 1 addition & 0 deletions binder/jupyter_config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""An INSECURE configuration for Jupyter Server, intended only for mybinder.org."""

# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.
import logging
Expand Down
1 change: 1 addition & 0 deletions examples/cell/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
run ``python main.py``.
"""

import json
import os

Expand Down
1 change: 1 addition & 0 deletions examples/console/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
run ``python main.py``.
"""

import json
import os

Expand Down
1 change: 1 addition & 0 deletions examples/example_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
e.g. python example_check.py ./app
"""

import importlib.util
import os
import shutil
Expand Down
1 change: 1 addition & 0 deletions examples/filebrowser/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
run ``python main.py``.
"""

import json
import os

Expand Down
1 change: 1 addition & 0 deletions examples/notebook/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
run ``python main.py``.
"""

import json
import os

Expand Down
1 change: 1 addition & 0 deletions examples/terminal/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
run ``python main.py``.
"""

import json
import os

Expand Down
1 change: 1 addition & 0 deletions examples/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
string being printed (see test/example.spec.ts for the sentinel strings
checked before the browser.close() call).
"""

import argparse
import glob
import os.path as osp
Expand Down
1 change: 1 addition & 0 deletions jupyterlab/browser_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
This module is meant to run JupyterLab in a headless browser, making sure
the application launches and starts up without errors.
"""

import asyncio
import inspect
import logging
Expand Down
4 changes: 1 addition & 3 deletions jupyterlab/debuglog.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
"""A mixin for adding a debug log file.
"""
"""A mixin for adding a debug log file."""

# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.
Expand Down
1 change: 0 additions & 1 deletion jupyterlab/federated_labextensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.


import importlib
import json
import os
Expand Down
1 change: 1 addition & 0 deletions jupyterlab/tests/test_build_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Distributed under the terms of the Modified BSD License.

"""Test the kernels service API."""

import asyncio
import json
import os
Expand Down
1 change: 1 addition & 0 deletions packages/services/examples/browser-require/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Copyright (c) Jupyter Development Team.
Distributed under the terms of the Modified BSD License.
"""

import os
import os.path as osp

Expand Down
1 change: 1 addition & 0 deletions packages/services/examples/browser/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Copyright (c) Jupyter Development Team.
Distributed under the terms of the Modified BSD License.
"""

import json
import os
import os.path as osp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Copyright (c) Jupyter Development Team.
Distributed under the terms of the Modified BSD License.
"""

import json
import os
import os.path as osp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
run ``python main.py``.
"""

import json
import os

Expand Down
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ docs = [
docs-screenshots = [
"altair==5.2.0",
"ipython==8.16.1",
"ipywidgets==8.1.1",
"ipywidgets==8.1.2",
"jupyterlab-geojson==3.4.0",
"jupyterlab-language-pack-zh-CN==4.0.post6",
"matplotlib==3.8.2",
"jupyterlab-language-pack-zh-CN==4.1.post0",
"matplotlib==3.8.3",
"nbconvert>=7.0.0",
"pandas==2.2.0",
"pandas==2.2.1",
"scipy==1.12.0",
"vega_datasets==0.9.0",
]
Expand All @@ -117,7 +117,7 @@ dev = [
"coverage",
"hatch",
"bump2version",
"ruff==0.2.0",
"ruff==0.3.0",
]

[tool.check-wheel-contents]
Expand Down

0 comments on commit dda3210

Please sign in to comment.