Skip to content

Bump the development-dependencies group with 5 updates#1281

Merged
github-actions[bot] merged 1 commit intodevelopfrom
dependabot/pip/development-dependencies-ffbbea0a56
Jan 25, 2026
Merged

Bump the development-dependencies group with 5 updates#1281
github-actions[bot] merged 1 commit intodevelopfrom
dependabot/pip/development-dependencies-ffbbea0a56

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jan 25, 2026

Bumps the development-dependencies group with 5 updates:

Package From To
hypothesis 6.150.2 6.150.3
jupyterlab 4.5.2 4.5.3
jupytext 1.18.1 1.19.0
mdformat-frontmatter 2.0.8 2.0.10
ruff 0.14.13 0.14.14

Updates hypothesis from 6.150.2 to 6.150.3

Release notes

Sourced from hypothesis's releases.

Hypothesis for Python - version 6.150.3

Hypothesis now generates powers of 2 more often when using "integers()".

The canonical version of these notes (with links) is on readthedocs.

Commits

Updates jupyterlab from 4.5.2 to 4.5.3

Release notes

Sourced from jupyterlab's releases.

v4.5.3

4.5.3

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

  • Fix UI tests: config useSystemClipboardForCells=true for notebook toolbar test #18335 (@​brichet)
  • Remove generated docs files from the repo #18340 (@​jtpio)

Documentation improvements

Contributors to this release

The following people contributed discussions, new ideas, code and documentation contributions, and review. See our definition of contributors.

(GitHub contributors page for this release)

@​aaron-seq (activity) | @​brichet (activity) | @​IsabelParedes (activity) | @​jimangel (activity) | @​jtpio (activity) | @​krassowski (activity)

Commits
  • 2677660 [ci skip] Publish 4.5.3
  • a3c7cc6 Backport PR #18344 on branch 4.5.x (Update CodeMirror to latest versions) (#1...
  • 6859ddd Backport PR #18352: Fix error in console when the debugger switch from a modu...
  • 1dff9c6 Backport PR #18362: Fix focus of replace buttons in the document search box (...
  • 7e49682 Backport PR #18363: Add installation instructions for JupyterLab with uv (#18...
  • 06736b5 Backport PR #18359: Fix deferred cell loading in defer and `contentVisibili...
  • 3688544 Fix "Open With > Editor" for .py files, update @lumino packages to `v2026...
  • ec399e0 Backport PR #18335: Fix UI tests: config useSystemClipboardForCells=true for ...
  • bb5cb96 Backport PR #18340: Remove generated docs files from the repo (#18341)
  • See full diff in compare view

Updates jupytext from 1.18.1 to 1.19.0

Release notes

Sourced from jupytext's releases.

Version 1.19.0

1.19.0 (2026-01-18)

Changes

  • The environment used to develop Jupytext is now maintained using Pixi (#1459)

Fixed

  • We have restored the support for .qmd documents in Jupyter (#1435)
  • We have fixed warnings about the cell ids like either Cell is missing an id field or Additional properties are not allowed ('id' was unexpected) when converting to some formats, including Pandoc (#1464)
  • We have updated the dependencies of the Jupytext extension for JupyterLab. Many thanks to Mahendra Paipuri for his PR (#1477)!

Added

  • We have added a new py:marimo format, which uses the marimo command line interface to convert notebooks to and from the Marimo format (#1431)

Version 1.19.0.dev0

1.19.0.dev0 (2025-11-16)

Changes The environment used to develop Jupytext is now maintained using Pixi (#1459)

Fixed

  • We have fixed the round trip tests and made them work with Quarto 1.8.25 (#1435)
  • We have fixed warnings about the cell ids like either Cell is missing an id field or Additional properties are not allowed ('id' was unexpected) when converting to some formats, including Pandoc (#1464)

Added We have added a new py:marimo format, which uses the marimo command line interface to convert notebooks to and from the Marimo format (#1431)

Changelog

Sourced from jupytext's changelog.

1.19.0 (2026-01-18)

Changes

  • The environment used to develop Jupytext is now maintained using Pixi (#1459)

Fixed

  • We have restored the support for .qmd documents in Jupyter (#1435)
  • We have fixed warnings about the cell ids like either Cell is missing an id field or Additional properties are not allowed ('id' was unexpected) when converting to some formats, including Pandoc (#1464)
  • We have updated the dependencies of the Jupytext extension for JupyterLab. Many thanks to Mahendra Paipuri for his PR (#1477)!

Added

  • We have added a new py:marimo format, which uses the marimo command line interface to convert notebooks to and from the Marimo format (#1431)
Commits

Updates mdformat-frontmatter from 2.0.8 to 2.0.10

Release notes

Sourced from mdformat-frontmatter's releases.

v2.0.10

Full Changelog: butler54/mdformat-frontmatter@v2.0.9...v2.0.10

v2.0.9

What's Changed

New Contributors

Full Changelog: butler54/mdformat-frontmatter@v2.0.8...v2.0.9

Changelog

Sourced from mdformat-frontmatter's changelog.

CHANGELOG

Commits

Updates ruff from 0.14.13 to 0.14.14

Release notes

Sourced from ruff's releases.

0.14.14

Release Notes

Released on 2026-01-22.

Preview features

  • Preserve required parentheses in lambda bodies (#22747)
  • Combine range suppression code diagnostics (#22613)
  • [airflow] Second positional argument to Asset/Dataset should not be a dictionary (AIR303) (#22453)
  • [ruff] Detect duplicate entries in __all__ (RUF068) (#22114)

Bug fixes

  • [pyupgrade] Allow shadowing non-builtin bindings (UP029) (#22749)
  • [pyupgrade] Apply UP045 to string arguments of typing.cast (#22320)
  • [flake8-pie] Detect duplicated declared class fields in PIE794 (#22717)

Rule changes

Documentation

  • Add --exit-non-zero-on-format to formatter exit codes section (#22761)
  • Update contributing guide for adding a new rule (#22779)
  • [FastAPI] Document fix safety for FAST001 (#22655)
  • [flake8-async] Tweak explanation to focus on latency/efficiency tradeoff (ASYNC110) (#22715)
  • [pandas-vet] Make example error out-of-the-box (PD002) (#22561)
  • [refurb] Make the example work out of box (FURB101) (#22770)
  • [refurb] Make the example work out of box (FURB103) (#22769)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.14.14

Released on 2026-01-22.

Preview features

  • Preserve required parentheses in lambda bodies (#22747)
  • Combine range suppression code diagnostics (#22613)
  • [airflow] Second positional argument to Asset/Dataset should not be a dictionary (AIR303) (#22453)
  • [ruff] Detect duplicate entries in __all__ (RUF068) (#22114)

Bug fixes

  • [pyupgrade] Allow shadowing non-builtin bindings (UP029) (#22749)
  • [pyupgrade] Apply UP045 to string arguments of typing.cast (#22320)
  • [flake8-pie] Detect duplicated declared class fields in PIE794 (#22717)

Rule changes

Documentation

  • Add --exit-non-zero-on-format to formatter exit codes section (#22761)
  • Update contributing guide for adding a new rule (#22779)
  • [FastAPI] Document fix safety for FAST001 (#22655)
  • [flake8-async] Tweak explanation to focus on latency/efficiency tradeoff (ASYNC110) (#22715)
  • [pandas-vet] Make example error out-of-the-box (PD002) (#22561)
  • [refurb] Make the example work out of box (FURB101) (#22770)
  • [refurb] Make the example work out of box (FURB103) (#22769)

Contributors

... (truncated)

Commits
  • 8b2e7b3 Prepare release v0.14.14 (#22813)
  • 4c7d1f5 [ty] Infer TypedDict types with >=1 required key as being always truthy (#2...
  • b7de434 add CCfW hooks (#22803)
  • b912dfc [pyupgrade] Apply UP045 to string arguments of typing.cast (#22320)
  • 1ff062d [ty] Improve completion rankings for raise-from/except contexts (#22775)
  • 7e408a5 Update dependency wrangler to v4.59.1 (#22793)
  • ceb876b [flake8-pyi] Fix inconsistent handling of forward references for __new__,...
  • c5b4ee6 [ty] Support solving generics involving PEP 695 type aliases (#22678)
  • b9a6129 [ty] Improve support for kwarg splats in dictionary literals (#22781)
  • f516d47 Update contributing guide for adding a new rule (#22779)
  • Additional commits viewable in compare view

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 commands and options

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

Bumps the development-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.150.2` | `6.150.3` |
| [jupyterlab](https://github.com/jupyterlab/jupyterlab) | `4.5.2` | `4.5.3` |
| [jupytext](https://github.com/mwouts/jupytext) | `1.18.1` | `1.19.0` |
| [mdformat-frontmatter](https://github.com/butler54/mdformat-frontmatter) | `2.0.8` | `2.0.10` |
| [ruff](https://github.com/astral-sh/ruff) | `0.14.13` | `0.14.14` |


Updates `hypothesis` from 6.150.2 to 6.150.3
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.150.2...hypothesis-python-6.150.3)

Updates `jupyterlab` from 4.5.2 to 4.5.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.5.2...@jupyterlab/lsp@4.5.3)

Updates `jupytext` from 1.18.1 to 1.19.0
- [Release notes](https://github.com/mwouts/jupytext/releases)
- [Changelog](https://github.com/mwouts/jupytext/blob/main/CHANGELOG.md)
- [Commits](mwouts/jupytext@v1.18.1...v1.19.0)

Updates `mdformat-frontmatter` from 2.0.8 to 2.0.10
- [Release notes](https://github.com/butler54/mdformat-frontmatter/releases)
- [Changelog](https://github.com/butler54/mdformat-frontmatter/blob/main/CHANGELOG.md)
- [Commits](butler54/mdformat-frontmatter@v2.0.8...v2.0.10)

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

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-version: 6.150.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: jupyterlab
  dependency-version: 4.5.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: jupytext
  dependency-version: 1.19.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: mdformat-frontmatter
  dependency-version: 2.0.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: ruff
  dependency-version: 0.14.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-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 Jan 25, 2026
@github-actions github-actions bot enabled auto-merge January 25, 2026 03:14
@github-actions github-actions bot merged commit 682a35f into develop Jan 25, 2026
13 checks passed
@github-actions github-actions bot deleted the dependabot/pip/development-dependencies-ffbbea0a56 branch January 25, 2026 03:22
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.

0 participants