Skip to content

Bump the development-dependencies group with 5 updates#837

Merged
github-actions[bot] merged 1 commit intodevelopfrom
dependabot/pip/development-dependencies-2cb9fa4869
Apr 27, 2025
Merged

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 27, 2025

Bumps the development-dependencies group with 5 updates:

Package From To
hypothesis 6.131.6 6.131.9
ipython 8.35.0 8.36.0
jupyterlab 4.4.0 4.4.1
jupytext 1.17.0 1.17.1
ruff 0.11.6 0.11.7

Updates hypothesis from 6.131.6 to 6.131.9

Release notes

Sourced from hypothesis's releases.

Hypothesis for Python - version 6.131.9

Fix a "BytesWarning" after version 6.131.1 if the source code used the same value in both a normal and binary string.

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

Hypothesis for Python - version 6.131.8

"DirectoryBasedExampleDatabase" will now fall back to (potentially non-atomic) copies rather than renames, if the temporary directory used for atomic write-and-rename is on a different filesystem to the configured database location (issue #4335).

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

Hypothesis for Python - version 6.131.7

Further improve the performance of the new features introduced in version 6.131.1.

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

Commits
  • 0c6ac59 Bump hypothesis-python version to 6.131.9 and update changelog
  • b9586ff Merge pull request #4376 from tybug/fix-bytes-warning
  • 14b6538 use union instead of pipe
  • d2ad376 fix bytes warning
  • 4e788f7 Merge pull request #4374 from tybug/next
  • 814ead9 retitle
  • 2108abb add missing support.html redirect
  • f555283 move testimonials to usage.html
  • 485b802 move compatibility to "about hypothesis"
  • b0a1ee6 add redirect for test-statistics
  • Additional commits viewable in compare view

Updates ipython from 8.35.0 to 8.36.0

Commits
  • 3525cd4 release 8.36.0
  • a968bd3 Add what's new for IPython 8.36 (#14893)
  • 782ba68 Add what's new for IPython 8.36
  • 11035cf Backport PR #14890 on branch 8.x (Fix interruption of %%time and %%debug ...
  • d0bc730 Backport PR #14890: Fix interruption of %%time and %%debug magics
  • f4dc62a Backport PR #14885 on branch 8.x (Unpin langchain-core now that 0.3.54 fixe...
  • 07c957d Backport PR #14885: Unpin langchain-core now that 0.3.54 fixed `getattr...
  • 4e9a578 Backport PR #14877 on branch 8.x (Fix LLM prefix including the new lines whic...
  • 881a9f5 Merge branch '8.x' into backport-of-pr-14877-on-8.x
  • 7e8f113 Backport PR #14879 on branch 8.x (Mask issue caused by langchain-core relea...
  • Additional commits viewable in compare view

Updates jupyterlab from 4.4.0 to 4.4.1

Release notes

Sourced from jupyterlab's releases.

v4.4.1

4.4.1

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​achhina | @​afshin | @​bnavigator | @​brichet | @​Darshan808 | @​davidbrochart | @​DenisaCG | @​dependabot | @​jtpio | @​jupyterlab-probot | @​krassowski | @​pre-commit-ci

Commits
  • a0253d2 [ci skip] Publish 4.4.1
  • 431caf5 Bump webpack in /jupyterlab/tests/mock_packages/test-hyphens-underscore (#17495)
  • 9d2d384 Bump webpack in /jupyterlab/tests/mock_packages/test_no_hyphens (#17494)
  • c471326 Fix token extraction for incomplete paths (#17477)
  • 9bc588e Bump @​babel/runtime from 7.21.0 to 7.27.0 (#17491)
  • ca0faeb Fix browser tab name updates when started in single-document mode (#17210)
  • b421955 Fix undo/redo in cells created in none windowing mode (#17486)
  • ea23ac6 Follow changes to stream outputs (#17469)
  • cf437ae Fix handling of the single click navigation (#17475)
  • e1e87d2 Fix incorrect modifications in collaborative save events (#17466)
  • Additional commits viewable in compare view

Updates jupytext from 1.17.0 to 1.17.1

Release notes

Sourced from jupytext's releases.

Version 1.17.1

Fixed

  • Renaming files other than notebooks will not load their content (#1376)
Changelog

Sourced from jupytext's changelog.

1.17.1 (2025-04-26)

Fixed

  • Renaming files other than notebooks will not load their content (#1376)
Commits

Updates ruff from 0.11.6 to 0.11.7

Release notes

Sourced from ruff's releases.

0.11.7

Release Notes

Preview features

  • [airflow] Apply auto fixes to cases where the names have changed in Airflow 3 (AIR301) (#17355)
  • [perflint] Implement fix for manual-dict-comprehension (PERF403) (#16719)
  • [syntax-errors] Make duplicate parameter names a semantic error (#17131)

Bug fixes

  • [airflow] Fix typos in provider package names (AIR302, AIR312) (#17574)
  • [flake8-type-checking] Visit keyword arguments in checks involving typing.cast/typing.NewType arguments (#17538)
  • [pyupgrade] Preserve parenthesis when fixing native literals containing newlines (UP018) (#17220)
  • [refurb] Mark the FURB161 fix unsafe except for integers and booleans (#17240)

Rule changes

  • [perflint] Allow list function calls to be replaced with a comprehension (PERF401) (#17519)
  • [pycodestyle] Auto-fix redundant boolean comparison (E712) (#17090)
  • [pylint] make fix unsafe if delete comments (PLR1730) (#17459)

Documentation

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.11.7

Preview features

  • [airflow] Apply auto fixes to cases where the names have changed in Airflow 3 (AIR301) (#17355)
  • [perflint] Implement fix for manual-dict-comprehension (PERF403) (#16719)
  • [syntax-errors] Make duplicate parameter names a semantic error (#17131)

Bug fixes

  • [airflow] Fix typos in provider package names (AIR302, AIR312) (#17574)
  • [flake8-type-checking] Visit keyword arguments in checks involving typing.cast/typing.NewType arguments (#17538)
  • [pyupgrade] Preserve parenthesis when fixing native literals containing newlines (UP018) (#17220)
  • [refurb] Mark the FURB161 fix unsafe except for integers and booleans (#17240)

Rule changes

  • [perflint] Allow list function calls to be replaced with a comprehension (PERF401) (#17519)
  • [pycodestyle] Auto-fix redundant boolean comparison (E712) (#17090)
  • [pylint] make fix unsafe if delete comments (PLR1730) (#17459)

Documentation

Commits
  • f7b4851 Bump 0.11.7 (#17613)
  • 9937064 [red-knot] Use iterative approach to collect overloads (#17607)
  • 8d2c792 red_knot_python_semantic: avoid Rust's screaming snake case convention in mdtest
  • 0f47810 red_knot_python_semantic: improve diagnostics for unsupported boolean convers...
  • eb1d251 red_knot_python_semantic: add "return type span" helper method
  • a45a0a9 red_knot_python_semantic: move parameter span helper method
  • 43bd043 ruff_db: add a From impl for FileRange to Span
  • 9a54ee3 red_knot_python_semantic: add snapshot tests for unsupported boolean conversions
  • 25c3be5 [red-knot] simplify != narrowing (#17610)
  • e71f3ed [red-knot] Update == and != narrowing (#17567)
  • 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 27, 2025
@github-actions github-actions bot enabled auto-merge April 27, 2025 03:11
Bumps the development-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.131.6` | `6.131.9` |
| [ipython](https://github.com/ipython/ipython) | `8.35.0` | `8.36.0` |
| [jupyterlab](https://github.com/jupyterlab/jupyterlab) | `4.4.0` | `4.4.1` |
| [jupytext](https://github.com/mwouts/jupytext) | `1.17.0` | `1.17.1` |
| [ruff](https://github.com/astral-sh/ruff) | `0.11.6` | `0.11.7` |


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

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

Updates `jupyterlab` from 4.4.0 to 4.4.1
- [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.0...@jupyterlab/lsp@4.4.1)

Updates `jupytext` from 1.17.0 to 1.17.1
- [Release notes](https://github.com/mwouts/jupytext/releases)
- [Changelog](https://github.com/mwouts/jupytext/blob/main/CHANGELOG.md)
- [Commits](mwouts/jupytext@v1.17.0...v1.17.1)

Updates `ruff` from 0.11.6 to 0.11.7
- [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.11.6...0.11.7)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-version: 6.131.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: ipython
  dependency-version: 8.36.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: jupyterlab
  dependency-version: 4.4.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: jupytext
  dependency-version: 1.17.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: ruff
  dependency-version: 0.11.7
  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 force-pushed the dependabot/pip/development-dependencies-2cb9fa4869 branch from 67ad68f to 1997fa3 Compare April 27, 2025 03:19
@github-actions github-actions bot merged commit 1b8e57f into develop Apr 27, 2025
16 checks passed
@dependabot dependabot bot deleted the dependabot/pip/development-dependencies-2cb9fa4869 branch April 27, 2025 03:26
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