Skip to content

Bump the python-dependencies group with 14 updates #237

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

Merged
merged 1 commit into from
Jun 1, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2025

Bumps the python-dependencies group with 14 updates:

Package From To
jupyterlab 4.4.1 4.4.3
pylint 3.3.6 3.3.7
charset-normalizer 3.4.1 3.4.2
ipython 9.2.0 9.3.0
jsonschema 4.23.0 4.24.0
jupyter-core 5.7.2 5.8.1
jupyter-server 2.15.0 2.16.0
platformdirs 4.3.7 4.3.8
prometheus-client 0.21.1 0.22.0
rpds-py 0.24.0 0.25.1
setuptools 80.1.0 80.9.0
types-python-dateutil 2.9.0.20241206 2.9.0.20250516
astroid 3.3.9 3.3.10
pluggy 1.5.0 1.6.0

Updates jupyterlab from 4.4.1 to 4.4.3

Release notes

Sourced from jupyterlab's releases.

v4.4.3

4.4.3

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​github-actions | @​jtpio | @​jupyterlab-probot | @​krassowski | @​meeseeksmachine

v4.4.2

4.4.2

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

... (truncated)

Commits

Updates pylint from 3.3.6 to 3.3.7

Commits

Updates charset-normalizer from 3.4.1 to 3.4.2

Release notes

Sourced from charset-normalizer's releases.

Version 3.4.2

3.4.2 (2025-05-02)

Fixed

  • Addressed the DeprecationWarning in our CLI regarding argparse.FileType by backporting the target class into the package. (#591)
  • Improved the overall reliability of the detector with CJK Ideographs. (#605) (#587)

Changed

  • Optional mypyc compilation upgraded to version 1.15 for Python >= 3.9
Changelog

Sourced from charset-normalizer's changelog.

3.4.2 (2025-05-02)

Fixed

  • Addressed the DeprecationWarning in our CLI regarding argparse.FileType by backporting the target class into the package. (#591)
  • Improved the overall reliability of the detector with CJK Ideographs. (#605) (#587)

Changed

  • Optional mypyc compilation upgraded to version 1.15 for Python >= 3.8
Commits
  • 6422af1 📝 update release date
  • 0e60ec1 🔖 Release 3.4.2 (#614)
  • f6630ce ⬆️ Bump pypa/cibuildwheel from 2.23.2 to 2.23.3 (#617)
  • 677c999 ⬆️ Bump actions/download-artifact from 4.2.1 to 4.3.0 (#618)
  • 960ab1e ⬆️ Bump actions/setup-python from 5.5.0 to 5.6.0 (#619)
  • 6eb6325 ⬆️ Bump github/codeql-action from 3.28.10 to 3.28.16 (#620)
  • c99c0f2 ⬆️ Update coverage requirement from <7.7,>=7.2.7 to >=7.2.7,<7.9 (#606)
  • 270f28e ⬆️ Bump actions/setup-python from 5.4.0 to 5.5.0 (#607)
  • d4d89a0 ⬆️ Bump pypa/cibuildwheel from 2.22.0 to 2.23.2 (#608)
  • 905fcf5 ⬆️ Bump slsa-framework/slsa-github-generator from 2.0.0 to 2.1.0 (#609)
  • Additional commits viewable in compare view

Updates ipython from 9.2.0 to 9.3.0

Commits

Updates jsonschema from 4.23.0 to 4.24.0

Release notes

Sourced from jsonschema's releases.

v4.24.0

What's Changed

New Contributors

Full Changelog: python-jsonschema/jsonschema@v4.23.0...v4.24.0

Changelog

Sourced from jsonschema's changelog.

v4.24.0

  • Fix improper handling of unevaluatedProperties in the presence of additionalProperties (#1351).
  • Support for Python 3.8 has been dropped, as it is end-of-life.
Commits
  • 3e23ee5 Add the bugfix to the changelog.
  • 8917e85 Stop running CIFuzz.
  • 737e5ed Rely on ruff in pre-commit.
  • 57e5e03 Test via PyPy 3.11.
  • d6c2ad7 Add the zizmor setup here as well.
  • af9a857 Drop a dead pyproject section.
  • c64ef84 This is less true than it once was...
  • 9ff926f Merge branch 'additional-evaluated'
  • 8290667 We still need to ditch pip-licenses...
  • 6d973b5 Update pre-commit hooks.
  • Additional commits viewable in compare view

Updates jupyter-core from 5.7.2 to 5.8.1

Release notes

Sourced from jupyter-core's releases.

v5.8.1

5.8.1

Fixes a regression in 5.8.0 for code which may assume SYSTEM_CONFIG_PATH is non-empty (Jupyter Server).

(Full Changelog)

Bugs fixed

  • Convert license settings into PEP-639 format #431 (@​jbedorf)
  • use env config path for system config path when no system config path #430 (@​minrk)

Contributors to this release

(GitHub contributors page for this release)

@​jbedorf | @​minrk

v5.8.0

5.8.0

(Full Changelog)

Security

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

... (truncated)

Changelog

Sourced from jupyter-core's changelog.

5.8.1

5.8.0

Commits

Updates jupyter-server from 2.15.0 to 2.16.0

Release notes

Sourced from jupyter-server's releases.

v2.16.0

2.16.0

(Full Changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@​ark-1 | @​bollwyvl | @​Darshan808 | @​davidbrochart | @​kjayan | @​krassowski | @​MaicoTimmerman | @​manics | @​minrk | @​nokados | @​RRosio | @​vidartf | @​yuvipanda | @​Zsailer

Changelog

Sourced from jupyter-server's changelog.

2.16.0

(Full Changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@​ark-1 | @​bollwyvl | @​Darshan808 | @​davidbrochart | @​kjayan | @​krassowski | @​MaicoTimmerman | @​manics | @​minrk | @​nokados | @​RRosio | @​vidartf | @​yuvipanda | @​Zsailer

Commits
  • 44f3fac Publish 2.16.0
  • fa41b38 display_url: Don't duplicate public_url and local_url if they are the same (#...
  • e12feb9 Validate extension name before toggling through CLI (#1509)
  • d8ebeb1 Fallback to direct write for readonly dirs and use temp path for checkpoints ...
  • bacb08a Check file permissions before making tmp file (#1513)
  • d72b1a2 Update meetings notes link and zoom link (#1517)
  • 742c241 Update websocket-protocols documentation to reflect implementation (#1508)
  • 75f5152 tests: install test-functional requirements for Jupytext downstream tests (#1...
  • 132cf04 Update Security Section in the Jupyter Server Documentation (#1505)
  • 2cf8ac5 [pre-commit.ci] auto fixes from pre-commit.com hooks
  • Additional commits viewable in compare view

Updates platformdirs from 4.3.7 to 4.3.8

Release notes

Sourced from platformdirs's releases.

4.3.8

What's Changed

New Contributors

Full Changelog: tox-dev/platformdirs@4.3.7...4.3.8

Commits

Updates prometheus-client from 0.21.1 to 0.22.0

Release notes

Sourced from prometheus-client's releases.

v0.22.0

What's Changed

Full Changelog: prometheus/client_python@v0.21.0...v0.22.0

Commits

Updates rpds-py from 0.24.0 to 0.25.1

Release notes

Sourced from rpds-py's releases.

v0.25.1

What's Changed

New Contributors

Full Changelog: crate-py/rpds@v0.25.0...v0.25.1

v0.25.0

What's Changed

New Contributors

Full Changelog: crate-py/rpds@v0.24.0...v0.25.0

Commits
  • 125b4b1 Release v0.25.1 for Windows ARM.
  • 996e50a Properly pin hashes in workflows.
  • d8e3e84 Merge pull request #133 from finnagin/arm64-wheel-build
  • e4f09f1 remove trailing whitespace
  • 403a90d fix indentation
  • 1571595 pin maturin-action steps to hash
  • 184a8e6 Merge branch 'crate-py:main' into arm64-wheel-build
  • f4070f9 Release v0.25.0.
  • 2550d1d Update dependencies.
  • 391efe2 Merge pull request #135 from edgarrmondragon/pyo3-0.25
  • Additional commits viewable in compare view

Updates setuptools from 80.1.0 to 80.9.0

Changelog

Sourced from setuptools's changelog.

v80.9.0

Features

  • Set a deadline for the removal of pkg_resources later this year (December). (#3085)
  • Removed reliance on pkg_resources in test_wheel. (#3085)

v80.8.0

Features

  • Replaced more references to pkg_resources with importlib equivalents in wheel odule. (#3085)
  • Restore explicit LICENSE file. (#5001)
  • Removed no longer used build dependency on coherent.licensed. (#5003)

v80.7.1

Bugfixes

  • Only attempt to fetch eggs for unsatisfied requirements. (#4998)
  • In installer, when discovering egg dists, let metadata discovery search each egg. (#4998)

v80.7.0

Features

  • Removed usage of pkg_resources from installer. Set an official deadline on the installer deprecation to 2025-10-31. (#4997)

Misc

v80.6.0

Features

... (truncated)

Commits
  • 9c4d383 Bump version: 80.8.0 → 80.9.0
  • 05cb3c8 Merge pull request #5014 from pypa/debt/pkg_resources-deadline
  • 3b0bf5b Adjust ignore
  • 9c28cdf Set a deadline for the removal of pkg_resources later this year (December).
  • a3bfef9 Merge pull request #5013 from DimitriPapadopoulos/ISC
  • 64bf9d0 Enforce ruff/flake8-implicit-str-concat rules (ISC)
  • 3250c25 Fix broken link in docs (#4947)
  • 5ccf50e Merge pull request #5006 from pypa/feature/remove-more-pkg_resources
  • 134e587 Suppress nitpicky typecheck in pyright.

Bumps the python-dependencies group with 14 updates:

| Package | From | To |
| --- | --- | --- |
| [jupyterlab](https://github.com/jupyterlab/jupyterlab) | `4.4.1` | `4.4.3` |
| [pylint](https://github.com/pylint-dev/pylint) | `3.3.6` | `3.3.7` |
| [charset-normalizer](https://github.com/jawah/charset_normalizer) | `3.4.1` | `3.4.2` |
| [ipython](https://github.com/ipython/ipython) | `9.2.0` | `9.3.0` |
| [jsonschema](https://github.com/python-jsonschema/jsonschema) | `4.23.0` | `4.24.0` |
| [jupyter-core](https://github.com/jupyter/jupyter_core) | `5.7.2` | `5.8.1` |
| [jupyter-server](https://github.com/jupyter-server/jupyter_server) | `2.15.0` | `2.16.0` |
| [platformdirs](https://github.com/tox-dev/platformdirs) | `4.3.7` | `4.3.8` |
| [prometheus-client](https://github.com/prometheus/client_python) | `0.21.1` | `0.22.0` |
| [rpds-py](https://github.com/crate-py/rpds) | `0.24.0` | `0.25.1` |
| [setuptools](https://github.com/pypa/setuptools) | `80.1.0` | `80.9.0` |
| [types-python-dateutil](https://github.com/typeshed-internal/stub_uploader) | `2.9.0.20241206` | `2.9.0.20250516` |
| [astroid](https://github.com/pylint-dev/astroid) | `3.3.9` | `3.3.10` |
| [pluggy](https://github.com/pytest-dev/pluggy) | `1.5.0` | `1.6.0` |


Updates `jupyterlab` from 4.4.1 to 4.4.3
- [Release notes](https://github.com/jupyterlab/jupyterlab/releases)
- [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/RELEASE.md)
- [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/lsp@4.4.1...@jupyterlab/lsp@4.4.3)

Updates `pylint` from 3.3.6 to 3.3.7
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.3.6...v3.3.7)

Updates `charset-normalizer` from 3.4.1 to 3.4.2
- [Release notes](https://github.com/jawah/charset_normalizer/releases)
- [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md)
- [Commits](jawah/charset_normalizer@3.4.1...3.4.2)

Updates `ipython` from 9.2.0 to 9.3.0
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](ipython/ipython@9.2.0...9.3.0)

Updates `jsonschema` from 4.23.0 to 4.24.0
- [Release notes](https://github.com/python-jsonschema/jsonschema/releases)
- [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst)
- [Commits](python-jsonschema/jsonschema@v4.23.0...v4.24.0)

Updates `jupyter-core` from 5.7.2 to 5.8.1
- [Release notes](https://github.com/jupyter/jupyter_core/releases)
- [Changelog](https://github.com/jupyter/jupyter_core/blob/main/CHANGELOG.md)
- [Commits](jupyter/jupyter_core@v5.7.2...v5.8.1)

Updates `jupyter-server` from 2.15.0 to 2.16.0
- [Release notes](https://github.com/jupyter-server/jupyter_server/releases)
- [Changelog](https://github.com/jupyter-server/jupyter_server/blob/main/CHANGELOG.md)
- [Commits](jupyter-server/jupyter_server@v2.15.0...v2.16.0)

Updates `platformdirs` from 4.3.7 to 4.3.8
- [Release notes](https://github.com/tox-dev/platformdirs/releases)
- [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst)
- [Commits](tox-dev/platformdirs@4.3.7...4.3.8)

Updates `prometheus-client` from 0.21.1 to 0.22.0
- [Release notes](https://github.com/prometheus/client_python/releases)
- [Commits](prometheus/client_python@v0.21.1...v0.22.0)

Updates `rpds-py` from 0.24.0 to 0.25.1
- [Release notes](https://github.com/crate-py/rpds/releases)
- [Commits](crate-py/rpds@v0.24.0...v0.25.1)

Updates `setuptools` from 80.1.0 to 80.9.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v80.1.0...v80.9.0)

Updates `types-python-dateutil` from 2.9.0.20241206 to 2.9.0.20250516
- [Commits](https://github.com/typeshed-internal/stub_uploader/commits)

Updates `astroid` from 3.3.9 to 3.3.10
- [Release notes](https://github.com/pylint-dev/astroid/releases)
- [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog)
- [Commits](pylint-dev/astroid@v3.3.9...v3.3.10)

Updates `pluggy` from 1.5.0 to 1.6.0
- [Changelog](https://github.com/pytest-dev/pluggy/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pluggy@1.5.0...1.6.0)

---
updated-dependencies:
- dependency-name: jupyterlab
  dependency-version: 4.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: pylint
  dependency-version: 3.3.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: charset-normalizer
  dependency-version: 3.4.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: ipython
  dependency-version: 9.3.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: jsonschema
  dependency-version: 4.24.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: jupyter-core
  dependency-version: 5.8.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: jupyter-server
  dependency-version: 2.16.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: platformdirs
  dependency-version: 4.3.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: prometheus-client
  dependency-version: 0.22.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: rpds-py
  dependency-version: 0.25.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: setuptools
  dependency-version: 80.9.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: types-python-dateutil
  dependency-version: 2.9.0.20250516
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: astroid
  dependency-version: 3.3.10
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: pluggy
  dependency-version: 1.6.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 1, 2025
@EliahKagan EliahKagan merged commit 50e6af8 into main Jun 1, 2025
83 checks passed
@EliahKagan EliahKagan deleted the dependabot/pip/python-dependencies-73f7ab11dd branch June 1, 2025 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant