Skip to content

chore: Bump the minor-and-patch group across 1 directory with 7 updates - #1247

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/minor-and-patch-b101555227
Closed

chore: Bump the minor-and-patch group across 1 directory with 7 updates#1247
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/minor-and-patch-b101555227

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 7 updates in the / directory:

Package From To
traitlets 5.15.1 5.16.1
pyarrow 25.0.0 25.0.1
movingpandas 0.22.4 0.23.0
jupyterlab 4.6.2 4.6.3
pre-commit 4.6.1 4.6.2
pytest-ipywidgets 1.60.3 1.61.0
ruff 0.16.1 0.16.3

Updates traitlets from 5.15.1 to 5.16.1

Release notes

Sourced from traitlets's releases.

v5.16.1

5.16.1

(Full Changelog)

Merged PRs

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)

@​Carreau (activity) | @​ccordoba12 (activity)

v5.16.0

5.16.0

(Full Changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Other merged PRs

... (truncated)

Changelog

Sourced from traitlets's changelog.

5.16.1

(Full Changelog)

Merged PRs

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)

@​Carreau (activity) | @​ccordoba12 (activity)

5.16.0

(Full Changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Other merged PRs

... (truncated)

Commits
  • 7beeb10 Publish 5.16.1
  • 0f8dba1 Re-add _merge to un-break spyder temporarily.
  • dfad195 Publish 5.16.0
  • 6317a44 Rename 'tips' to 'best practices'
  • 09ff15b style: pre-commit fixes
  • 5d2c345 Add a document of 'tips' on designing with traitlets
  • a531a13 ci: speed up test workflow setup
  • 9b58514 ci: skip node install in base-setup for pure-Python workflows
  • 5ce02c7 Remove enforce-label workflow
  • 6ce8877 Remove hatch --lf fallback that could mask test failures
  • Additional commits viewable in compare view

Updates pyarrow from 25.0.0 to 25.0.1

Release notes

Sourced from pyarrow's releases.

Apache Arrow 25.0.1

Release Notes URL: https://arrow.apache.org/release/25.0.1.html

Apache Arrow 25.0.1 RC1

Release Notes: Release Candidate: 25.0.1 RC1

Apache Arrow 25.0.1 RC0

Release Notes: Release Candidate: 25.0.1 RC0

Commits

Updates movingpandas from 0.22.4 to 0.23.0

Release notes

Sourced from movingpandas's releases.

v0.23.0

This release brings a set of new trajectory distance measures (Frechet distance, Dynamic Time Warping, and Longest Common Subsequence) and other improvements.

What's Changed

Other improvements

New Contributors

Full Changelog: movingpandas/movingpandas@v0.22.4...v0.23.0

Commits

Updates jupyterlab from 4.6.2 to 4.6.3

Release notes

Sourced from jupyterlab's releases.

v4.6.3

4.6.3

(Full Changelog)

Bugs fixed

  • Fix Shift-click cell selection after editor text selection #19243 (@​MUFFANUJ)
  • Fix active cell prompt and source blink in notebook tools & prevent a memory leak #19168 (@​MUFFANUJ)
  • Update the item positions when an item is removed from reactive toolbar #19227 (@​brichet)
  • Fix variable inspection, document autocomplete and variable inspect/render #19234 (@​krassowski)
  • Show "starting" rather than "idle" status when changing kernel via SessionContext.changeKernel() #19166 (@​Zsailer)

Maintenance and upkeep improvements

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)

@​brichet (activity) | @​jtpio (activity) | @​krassowski (activity) | @​MUFFANUJ (activity) | @​Zsailer (activity)

Commits
  • e7255a9 [ci skip] Publish 4.6.3
  • 08c20a1 Backport PR #19243 on branch 4.6.x (Fix Shift-click cell selection after edit...
  • 4e08e0d Backport PR #19168 on branch 4.6.x (Fix active cell prompt and source blink i...
  • 9653490 Backport PR #19227 on branch 4.6.x (Update the item positions when an item is...
  • 243ee01 Backport PR #19234 on branch 4.6.x (Fix variable inspection, document autocom...
  • 9b7efed Backport PR #19166 on branch 4.6.x (Show "starting" rather than "idle" status...
  • edc8390 Backport PR #19212 on branch 4.6.x (Update JEP 91 link to the new MyST docs U...
  • 4cffbed Backport PR #19204 on branch 4.6.x (Update Altair snapshot) (#19205)
  • 7d0f5b6 Backport PR #19193 on branch 4.6.x (Switch pre-commit to language: system) ...
  • See full diff in compare view

Updates pre-commit from 4.6.1 to 4.6.2

Release notes

Sourced from pre-commit's releases.

pre-commit v4.6.2

Fixes

Changelog

Sourced from pre-commit's changelog.

4.6.2 - 2026-08-10

Fixes

Commits

Updates pytest-ipywidgets from 1.60.3 to 1.61.0

Commits

Updates ruff from 0.16.1 to 0.16.3

Release notes

Sourced from ruff's releases.

0.16.3

Release Notes

Released on 2026-08-13.

Preview features

  • [pylint] Fix false negatives on negative numbers (PLR6104) (#27251)
  • [pyupgrade] Add rule to replace while 1 with while True (UP048) (#27190)

Bug fixes

  • [flake8-bandit] Also check keyword arguments (S602, S603, S607, S609) (#27687)
  • [pylint] Allow continue in finally on Python 3.8 (#27626)
  • [pylint] Fix PLE1307 false positive with bools (#27651)
  • [pylint] Fix false positives and negatives with %b format character (PLE1300, PLE1307) (#27560)
  • [pylint] Improve handling of concatenated strings (PLE1300) (#27659)

Rule changes

  • [numpy] Make np.chararray autofix backwards-compatible (NPY201) (#27527)

Performance

  • Enable PGO for Linux x86-64 Ruff releases (#27570)
  • Enable PGO for Linux ARM64 Ruff releases (#27574)
  • Enable PGO for Windows x86-64 Ruff releases (#27573)
  • Enable PGO for macOS ARM64 Ruff releases (#27572)
  • Reduce Expr size to 64 bytes (#27591)

CLI

  • Hyperlink rule codes in ruff check --statistics output (#27646)

Documentation

  • [ruff] Also suggest asyncio.TaskGroup (RUF006) (#27461)

Other changes

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.16.3

Released on 2026-08-13.

Preview features

  • [pylint] Fix false negatives on negative numbers (PLR6104) (#27251)
  • [pyupgrade] Add rule to replace while 1 with while True (UP048) (#27190)

Bug fixes

  • [flake8-bandit] Also check keyword arguments (S602, S603, S607, S609) (#27687)
  • [pylint] Allow continue in finally on Python 3.8 (#27626)
  • [pylint] Fix PLE1307 false positive with bools (#27651)
  • [pylint] Fix false positives and negatives with %b format character (PLE1300, PLE1307) (#27560)
  • [pylint] Improve handling of concatenated strings (PLE1300) (#27659)

Rule changes

  • [numpy] Make np.chararray autofix backwards-compatible (NPY201) (#27527)

Performance

  • Enable PGO for Linux x86-64 Ruff releases (#27570)
  • Enable PGO for Linux ARM64 Ruff releases (#27574)
  • Enable PGO for Windows x86-64 Ruff releases (#27573)
  • Enable PGO for macOS ARM64 Ruff releases (#27572)
  • Reduce Expr size to 64 bytes (#27591)

CLI

  • Hyperlink rule codes in ruff check --statistics output (#27646)

Documentation

  • [ruff] Also suggest asyncio.TaskGroup (RUF006) (#27461)

Other changes

Contributors

... (truncated)

Commits
  • b0e4702 Bump 0.16.3 (#27723)
  • ecdd401 [ty] Separate script and uv modules from project metadata (#27720)
  • 1263524 [ty] Simplify display implementations with std::fmt::from_fn (#27718)
  • 59196ba [ty] Unify polarity-aware relation construction (#27707)
  • b8c5e73 [ty] Disable CodSpeed cycle estimation for instrumented benchmarks (#27706)
  • 2b0d210 [ty] Centralize matched argument relations (#27705)
  • a9130f3 [pyupgrade] Add rule to replace while 1 with while True (while-one, `...
  • c64c7d6 [ty] Model try exception flow with operation checkpoints (#27471)
  • 9dea5ef [ty] Avoid deriving sequents for typevars with concrete bounds (#27587)
  • 9798e88 [ty] Preserve enum exhaustiveness with custom missing methods (#27700)
  • 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 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 minor-and-patch group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [traitlets](https://github.com/ipython/traitlets) | `5.15.1` | `5.16.1` |
| [pyarrow](https://github.com/apache/arrow) | `25.0.0` | `25.0.1` |
| [movingpandas](https://github.com/movingpandas/movingpandas) | `0.22.4` | `0.23.0` |
| [jupyterlab](https://github.com/jupyterlab/jupyterlab) | `4.6.2` | `4.6.3` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `4.6.1` | `4.6.2` |
| [pytest-ipywidgets](https://github.com/widgetti/solara) | `1.60.3` | `1.61.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.16.1` | `0.16.3` |



Updates `traitlets` from 5.15.1 to 5.16.1
- [Release notes](https://github.com/ipython/traitlets/releases)
- [Changelog](https://github.com/ipython/traitlets/blob/main/CHANGELOG.md)
- [Commits](ipython/traitlets@v5.15.1...v5.16.1)

Updates `pyarrow` from 25.0.0 to 25.0.1
- [Release notes](https://github.com/apache/arrow/releases)
- [Commits](apache/arrow@apache-arrow-25.0.0...apache-arrow-25.0.1)

Updates `movingpandas` from 0.22.4 to 0.23.0
- [Release notes](https://github.com/movingpandas/movingpandas/releases)
- [Commits](movingpandas/movingpandas@v0.22.4...v0.23.0)

Updates `jupyterlab` from 4.6.2 to 4.6.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.6.2...@jupyterlab/lsp@4.6.3)

Updates `pre-commit` from 4.6.1 to 4.6.2
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v4.6.1...v4.6.2)

Updates `pytest-ipywidgets` from 1.60.3 to 1.61.0
- [Changelog](https://github.com/widgetti/solara/blob/master/CHANGELOG.md)
- [Commits](widgetti/solara@v1.60.3...v1.61.0)

Updates `ruff` from 0.16.1 to 0.16.3
- [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.16.1...0.16.3)

---
updated-dependencies:
- dependency-name: traitlets
  dependency-version: 5.16.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: pyarrow
  dependency-version: 25.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: movingpandas
  dependency-version: 0.23.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: jupyterlab
  dependency-version: 4.6.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: pre-commit
  dependency-version: 4.6.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: pytest-ipywidgets
  dependency-version: 1.61.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: ruff
  dependency-version: 0.16.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Aug 17, 2026
@ds-release-bot ds-release-bot Bot added the chore label Aug 17, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Aug 24, 2026
@dependabot
dependabot Bot deleted the dependabot/uv/minor-and-patch-b101555227 branch August 24, 2026 04:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants