Skip to content

build(deps): Bump the uv-dependencies group across 1 directory with 22 updates#108

Open
dependabot[bot] wants to merge 1 commit intocifrom
dependabot/uv/uv-dependencies-fe9c8b1a76
Open

build(deps): Bump the uv-dependencies group across 1 directory with 22 updates#108
dependabot[bot] wants to merge 1 commit intocifrom
dependabot/uv/uv-dependencies-fe9c8b1a76

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 31, 2026

Bumps the uv-dependencies group with 22 updates in the / directory:

Package From To
tqdm 4.67.1 4.67.3
python-dotenv 1.2.1 1.2.2
protobuf 5.29.6 7.34.1
panel 1.8.4 1.8.10
playwright 1.57.0 1.58.0
kagglehub 0.3.13 1.0.0
pip 26.0 26.0.1
nbdev 2.4.6 3.0.12
papermill 2.6.0 2.7.0
jupyter-lsp 1.5.1 2.3.0
jupyter-server 2.12.5 2.17.0
jupyterlab-lsp 3.10.2 5.2.0
notebook 6.5.7 7.5.5
traitlets 5.9.0 5.14.3
sentence-transformers 5.2.0 5.3.0
syllables 1.1.4 1.1.5
vizdoom 1.2.4 1.3.0
types-tqdm 4.67.0.20250809 4.67.3.20260303
pandas-stubs 2.3.3.251201 3.0.0.260204
types-protobuf 5.29.1.20250403 6.32.1.20260221
pre-commit 4.5.0 4.5.1
mypy-protobuf 3.7.0 5.0.0

Updates tqdm from 4.67.1 to 4.67.3

Release notes

Sourced from tqdm's releases.

tqdm v4.67.3 stable

tqdm v4.67.2 stable

  • support pandas>=3 (#1703 <- #1701, #1650, #1700)
  • fix format_interval for negative numbers (#1703)
  • misc linting
  • framework updates (#1704)
    • bump CI workflow & pre-commit dependencies
    • add pyupgrade
    • add py3.13 support
    • fix py3.7 tests
    • update setuptools-scm usage
    • support auto-dedented docstrings when building docs in py3.13
  • tests: relax flaky benchmarks
Commits

Updates python-dotenv from 1.2.1 to 1.2.2

Release notes

Sourced from python-dotenv's releases.

v1.2.2

Added

  • Support for Python 3.14, including the free-threaded (3.14t) build. (#)

Changed

  • The dotenv run command now forwards flags directly to the specified command by @​bbc2 in theskumar/python-dotenv#607
  • Improved documentation clarity regarding override behavior and the reference page.
  • Updated PyPy support to version 3.11.
  • Documentation for FIFO file support.
  • Support for Python 3.9.

Fixed

Breaking Changes

  • dotenv.set_key and dotenv.unset_key used to follow symlinks in some situations. This is no longer the case. For that behavior to be restored in all cases, follow_symlinks=True should be used.

  • In the CLI, set and unset used to follow symlinks in some situations. This is no longer the case.

  • dotenv.set_key, dotenv.unset_key and the CLI commands set and unset used to reset the file mode of the modified .env file to 0o600 in some situations. This is no longer the case: The original mode of the file is now preserved. Is the file needed to be created or wasn't a regular file, mode 0o600 is used.

Misc

New Contributors

Full Changelog: theskumar/python-dotenv@v1.2.1...v1.2.2

Changelog

Sourced from python-dotenv's changelog.

[1.2.2] - 2026-03-01

Added

  • Support for Python 3.14, including the free-threaded (3.14t) build. (#588)

Changed

  • The dotenv run command now forwards flags directly to the specified command by [@​bbc2] in #607
  • Improved documentation clarity regarding override behavior and the reference page.
  • Updated PyPy support to version 3.11.
  • Documentation for FIFO file support.
  • Dropped Support for Python 3.9.

Fixed

  • Improved set_key and unset_key behavior when interacting with symlinks by [@​bbc2] in [790c5c0]
  • Corrected the license specifier and added missing Python 3.14 classifiers in package metadata by [@​JYOuyang] in #590

Breaking Changes

  • dotenv.set_key and dotenv.unset_key used to follow symlinks in some situations. This is no longer the case. For that behavior to be restored in all cases, follow_symlinks=True should be used.

  • In the CLI, set and unset used to follow symlinks in some situations. This is no longer the case.

  • dotenv.set_key, dotenv.unset_key and the CLI commands set and unset used to reset the file mode of the modified .env file to 0o600 in some situations. This is no longer the case: The original mode of the file is now preserved. Is the file needed to be created or wasn't a regular file, mode 0o600 is used.

Commits

Updates protobuf from 5.29.6 to 7.34.1

Release notes

Sourced from protobuf's releases.

Protocol Buffers v34.0-rc1

Announcements

Bazel

Compiler

C++

... (truncated)

Commits

Updates panel from 1.8.4 to 1.8.10

Release notes

Sourced from panel's releases.

Version 1.8.10

Panel 1.8.10 focuses on stability improvements across widgets, plotting integrations, and server behavior. It includes fixes for Tabulator serialization, Param widget updates, Plotly and Vega regressions, and several UI issues. This release also improves compatibility with Bokeh 3.9, enhances error reporting when serving apps, and addresses a security issue in panel.js.

Many thanks to the contributors to this release including: @​philippjfr, @​SuMayaBee, @​AtharvaJaiswal005, @​hoxbro, @​ghostiee-11, and @​tmoulignier.

✨ Enhancements

  • Improve Python error messages displayed when serving apps (#8478)
  • Improve state.busy logic to avoid mismatches in busy state tracking (#8498)
  • Allow configuring the Panel CDN with the PANEL_CDN_ROOT environment variable or pn.config.cdn_root (#8512)

🐛 Bug Fixes

  • Prevent spacebar in Card header inputs from toggling collapse (#8442)
  • Fix DateRangeSlider incorrectly modifying both values with timezone-aware timestamps (#8455)
  • Preserve slider bar color when Accordion panels are collapsed or expanded (#8460)
  • Fix datetime axis type mismatch in link_axes after scroll and plot update (#8468)
  • Fix JSON serialization errors in Tabulator when using mixed NaT datetime columns (#8491)
  • Fix Param widget values not updating when changed inside their own callback (#8492)
  • Fix missing validation in _imgshape for image panes (#8485)
  • Fix Vega pane not updating when using inline data (#8495)
  • Fix Plotly regressions introduced in earlier 1.8 releases (#8471, #8476)
  • Ensure all ReactiveESM children render correctly (#8473)
  • Ensure CodeEditor annotations are not overridden (#8505)
  • Fix Modal objects update rendering inline instead of in dialog (#8508)
  • Prevent ValueError when EditableFloatSlider input is cleared (#8511)

🔒 Security

  • Address XSS and prototype overwrite issues in panel.js (#8501)

📦 Compatibility & Dependency Updates

  • Add compatibility with Bokeh 3.9 (#8475)

📚 Documentation

  • Recommend using bound function references instead of watch=True in the bind_component guide (#8479)

🧪 Tests & Maintenance

  • Improve test robustness (#8502)
  • Fix JupyterLite CI workflow (#8494, #8496)

Version 1.8.9

Many thanks to @​philippjfr and @​hoxbro for their contributions.

🐛 Bug Fixes

  • Only serialize ESM model definition if session is already loaded (#8462)

... (truncated)

Changelog

Sourced from panel's changelog.

Version 1.8.10

Panel 1.8.10 focuses on stability improvements across widgets, plotting integrations, and server behavior. It includes fixes for Tabulator serialization, Param widget updates, Plotly and Vega regressions, and several UI issues. This release also improves compatibility with Bokeh 3.9, enhances error reporting when serving apps, and addresses a security issue in panel.js.

Many thanks to the contributors to this release including: @​philippjfr, @​SuMayaBee, @​AtharvaJaiswal005, @​hoxbro, @​ghostiee-11, and @​tmoulignier.

✨ Enhancements

  • Improve Python error messages displayed when serving apps (#8478)
  • Improve state.busy logic to avoid mismatches in busy state tracking (#8498)
  • Allow configuring the Panel CDN with the PANEL_CDN_ROOT environment variable or pn.config.cdn_root (#8512)

🐛 Bug Fixes

  • Prevent spacebar in Card header inputs from toggling collapse (#8442)
  • Fix DateRangeSlider incorrectly modifying both values with timezone-aware timestamps (#8455)
  • Preserve slider bar color when Accordion panels are collapsed or expanded (#8460)
  • Fix datetime axis type mismatch in link_axes after scroll and plot update (#8468)
  • Fix JSON serialization errors in Tabulator when using mixed NaT datetime columns (#8491)
  • Fix Param widget values not updating when changed inside their own callback (#8492)
  • Fix missing validation in _imgshape for image panes (#8485)
  • Fix Vega pane not updating when using inline data (#8495)
  • Fix Plotly regressions introduced in earlier 1.8 releases (#8471, #8476)
  • Ensure all ReactiveESM children render correctly (#8473)
  • Ensure CodeEditor annotations are not overridden (#8505)
  • Fix Modal objects update rendering inline instead of in dialog (#8508)
  • Prevent ValueError when EditableFloatSlider input is cleared (#8511)

🔒 Security

  • Address XSS and prototype overwrite issues in panel.js (#8501)

📦 Compatibility & Dependency Updates

  • Add compatibility with Bokeh 3.9 (#8475)

📚 Documentation

  • Recommend using bound function references instead of watch=True in the bind_component guide (#8479)

🧪 Tests & Maintenance

  • Improve test robustness (#8502)
  • Fix JupyterLite CI workflow (#8494, #8496)

Version 1.8.9

Many thanks to @​philippjfr and @​hoxbro for their contributions.

... (truncated)

Commits
  • dabdb38 Bump panel.js to 1.8.10
  • dd1a6f4 Update CHANGELOG
  • e6c2916 ci: Update github action versions (#8513)
  • e94fddf Prevent spacebar in Card header inputs from toggling collapse (#8442)
  • b8a2b29 Allow making CDN_ROOT configurable (#8512)
  • 40b1fe6 Fix Modal objects update rendering inline instead of in dialog (#8508)
  • 9a66009 fix: prevent ValueError when EditableFloatSlider input is cleared (#8511)
  • 2b50a33 Fix CodeEditor annotations overwritten by Ace worker (#8505)
  • f6dc8a7 Bump panel.js to 1.8.10-rc.0
  • cddfd31 Add 1.8.10 changelog
  • Additional commits viewable in compare view

Updates playwright from 1.57.0 to 1.58.0

Release notes

Sourced from playwright's releases.

v1.58.0

Trace Viewer Improvements

  • New 'system' theme option follows your OS dark/light mode preference
  • Search functionality (Cmd/Ctrl+F) is now available in code editors
  • Network details panel has been reorganized for better usability
  • JSON responses are now automatically formatted for readability

Thanks to @​cpAdm for contributing these improvements!

Miscellaneous

browser_type.connect_over_cdp() now accepts an is_local option. When set to True, it tells Playwright that it runs on the same host as the CDP server, enabling file system optimizations.

Breaking Changes ⚠️

  • Removed _react and _vue selectors. See locators guide for alternatives.
  • Removed :light selector engine suffix. Use standard CSS selectors instead.
  • Option devtools from browser_type.launch() has been removed. Use args=['--auto-open-devtools-for-tabs'] instead.
  • Removed macOS 13 support for WebKit. We recommend to upgrade your macOS version, or keep using an older Playwright version.

Browser Versions

  • Chromium 145.0.7632.6
  • Mozilla Firefox 146.0.1
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 144
  • Microsoft Edge 144
Commits

Updates kagglehub from 0.3.13 to 1.0.0

Changelog

Sourced from kagglehub's changelog.

v1.0.0 (February 11, 2026)

  • General Availability release

v0.4.3 (February 6, 2026)

  • Add output_dir parameter to dataset_download, model_download, notebook_output_download and competition_download for direct download to custom directory. (#283, #284, #285)

v0.4.2 (January 29, 2026)

  • Add set_kaggle_credentials method back to avoid breakage on libraries depending on setting legacy credentials. (#281)

v0.4.1 (January 20, 2026)

  • Use new API tokens for kagglehub.login() and Colab secrets auth. (#279)

v0.4.0 (January 7, 2026)

  • Restored version-checking logic. (#272)
  • Document new auth technique. (#270)
  • Use kagglesdk instead of custom HTTP implementation. (#268)
  • Dropped support for Python 3.9. The minimum required Python version is now 3.10. (#260)
Commits

Updates pip from 26.0 to 26.0.1

Changelog

Sourced from pip's changelog.

26.0.1 (2026-02-04)

Bug Fixes

  • Fix --pre not being respected from the command line when a requirement file includes an option e.g. -extra-index-url. ([#13788](https://github.com/pypa/pip/issues/13788) <https://github.com/pypa/pip/issues/13788>_)
Commits

Updates nbdev from 2.4.6 to 3.0.12

Release notes

Sourced from nbdev's releases.

v3.0.12

Bugs Squashed

  • Merge raw and markdown frontmatter instead of returning only the first found (#1580)

v3.0.11

New Features

  • Flatten showdoc_nm results in _def_names to handle list returns (#1579)
  • Add nb_frontmatter helper and save option to nbdev_test (#1578)

Bugs Squashed

v3.0.10

Bugs Squashed

  • Use correct template

v3.0.9

New Features

  • Add verbose parameter to test_nb and nbdev-test for streaming cell output (#1567)

Bugs Squashed

v3.0.8

New Features

v3.0.7

Bugs Squashed

  • remove cache_clear (#1561)

v3.0.6

Bugs Squashed

  • remove cache_clear (#1561)

v3.0.5

New Features

  • Warn if settings.ini found (#1560)

... (truncated)

Changelog

Sourced from nbdev's changelog.

3.0.12

Bugs Squashed

  • Merge raw and markdown frontmatter instead of returning only the first found (#1580)

3.0.11

New Features

  • Flatten showdoc_nm results in _def_names to handle list returns (#1579)
  • Add nb_frontmatter helper and save option to nbdev_test (#1578)

Bugs Squashed

3.0.10

Bugs Squashed

  • Use correct template

3.0.9

New Features

  • Add verbose parameter to test_nb and nbdev-test for streaming cell output (#1567)

Bugs Squashed

3.0.8

New Features

3.0.7

Bugs Squashed

... (truncated)

Commits

Updates papermill from 2.6.0 to 2.7.0

Changelog

Sourced from papermill's changelog.

2.7.0

Highlights

  • Drop Python 3.8 and 3.9, add Python 3.13 support
  • Drop ansicolors dependency
  • Modernize packaging to use pyproject.toml

Changes

  • Add Python 3.13 support, drop Python 3.8/3.9 #828
  • Drop the dependency on ansicolors #822
  • Replace deprecated datetime.utcnow() #823
  • Modernize packaging to use pyproject.toml #837
  • Changed parameter inspection to raise the same error messages as other pathways for missing kernel name and language

Bug Fixes

  • Fix failing tests in CI, pin azure-datalake-store #826
  • Fix skipped HDFS tests for Python 3.12 #839
  • Unskip tests that were previously failing #846

Dev / CI

  • Add pyproject-fmt and validate-pyproject pre-commit hooks #858
  • Add Dependabot for GitHub Actions #857
  • Update pre-commit config #843
  • Update CONTRIBUTING.md #842 #847
  • Update docs/RTD configuration #805 #836
  • Bump CI actions to latest versions #852 #853 #854 #855
Commits
  • 8d8d155 Prep 2.7.0: update changelog and bump version (#861)
  • 8351218 Modify Dependabot settings for GitHub Actions (#857)
  • 6130ad5 Add pyproject-fmt and validate-pyproject hooks (#858)
  • 0336050 Bump actions/checkout from 4 to 6 (#855)
  • 567d9e0 Bump codecov/codecov-action from 4 to 5 (#854)
  • c0b7839 Bump actions/setup-python from 5 to 6 (#853)
  • 24c169e Bump github/codeql-action from 3 to 4 (#852)
  • d2b2573 Update moto requirement in /requirements (#851)
  • 7d2b505 Update ipython requirement in /requirements (#850)
  • 6dce363 Update azure-datalake-store requirement in /requirements (#849)
  • Additional commits viewable in compare view

Updates jupyter-lsp from 1.5.1 to 2.3.0

Release notes

Sourced from jupyter-lsp's releases.

jupyter-lsp 2.3.0

This release adds auto-detection of two language servers for Python:

To upgrade to this release:

  1. Make sure your JupyterLab version is 4.1.0 or newer and Python version is 3.9 or newer.
  2. Update the extension:
    pip install jupyterlab-lsp==5.2.0 jupyter-lsp==2.3.0 'jupyterlab>=4.1.0'
    # or, for conda:
    # > Please note that conda packages may take a day or two since release before becoming available!
    # conda install -c conda-forge jupyterlab-lsp=5.2.0 jupyter-lsp=2.3.0 'jupyterlab>=4.1.0'
  3. If installing this extension for the first time:
    • please read the full installation instructions as language servers of your choice need to be installed too, and additional configuration can make your experience smoother,
    • if you wish to use jedi-language-server or python-lsp-server, please make sure to upgrade IPython to 7.20 or newer.

Changelog

jupyter-lsp 2.3.0
  • features:
    • add auto-detection of Pyrefly language server (#1136)
    • add auto-detection of basedpyright language server (#1152)

jupyter-lsp 2.2.5

This is a hotfix release for jupyter-lsp (server extension) only.

To upgrade to this release:

  1. Make sure your JupyterLab version is 4.1.0 or newer and Python version is 3.8 or newer.
  2. Update the extension:
    pip install jupyterlab-lsp==5.1.0 jupyter-lsp==2.2.5 'jupyterlab>=4.1.0'
    # or, for conda:
    # > Please note that conda packages may take a day or two since release before becoming available!
    # conda install -c conda-forge jupyterlab-lsp=5.1.0 jupyter-lsp=2.2.5 'jupyterlab>=4.1.0'
  3. If installing this extension for the first time:
    • please read the full installation instructions as language servers of your choice need to be installed too, and additional configuration can make your experience smoother,
    • if you wish to use jedi-language-server or python-lsp-server, please make sure to upgrade IPython to 7.20 or newer.

Changelog

jupyter-lsp 2.2.5
  • bug fixes:
    • fix for environment variables leaking into the parent environment (#1078)

... (truncated)

Changelog

Sourced from jupyter-lsp's changelog.

jupyter-lsp 2.3.0

  • features:
    • add auto-detection of Pyrefly language server (#1136)
    • add auto-detection of basedpyright language server (#1152)

@jupyter-lsp/jupyterlab-lsp 5.2.0

  • enhancements:

    • allow to disable LSP toolbar item in Notebook view (#1139)
  • bug fixes:

    • fixed jump to definition for notebooks that have special characters in filename and position for external jumps (#1128)
  • maintenance:

    • fixed tests, all green now!
    • we are no longer testing against pypy - contributions to restore it welcome!

ju...

Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Mar 31, 2026
…2 updates

Bumps the uv-dependencies group with 22 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [tqdm](https://github.com/tqdm/tqdm) | `4.67.1` | `4.67.3` |
| [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.2.1` | `1.2.2` |
| [protobuf](https://github.com/protocolbuffers/protobuf) | `5.29.6` | `7.34.1` |
| [panel](https://github.com/holoviz/panel) | `1.8.4` | `1.8.10` |
| [playwright](https://github.com/microsoft/playwright-python) | `1.57.0` | `1.58.0` |
| [kagglehub](https://github.com/Kaggle/kagglehub) | `0.3.13` | `1.0.0` |
| [pip](https://github.com/pypa/pip) | `26.0` | `26.0.1` |
| [nbdev](https://github.com/AnswerDotAI/nbdev) | `2.4.6` | `3.0.12` |
| [papermill](https://github.com/nteract/papermill) | `2.6.0` | `2.7.0` |
| [jupyter-lsp](https://github.com/jupyter-lsp/jupyterlab-lsp) | `1.5.1` | `2.3.0` |
| [jupyter-server](https://github.com/jupyter-server/jupyter_server) | `2.12.5` | `2.17.0` |
| [jupyterlab-lsp](https://github.com/jupyter-lsp/jupyterlab-lsp) | `3.10.2` | `5.2.0` |
| [notebook](https://github.com/jupyter/notebook) | `6.5.7` | `7.5.5` |
| [traitlets](https://github.com/ipython/traitlets) | `5.9.0` | `5.14.3` |
| [sentence-transformers](https://github.com/huggingface/sentence-transformers) | `5.2.0` | `5.3.0` |
| [syllables](https://github.com/prosegrinder/python-syllables) | `1.1.4` | `1.1.5` |
| [vizdoom](https://github.com/Farama-Foundation/ViZDoom) | `1.2.4` | `1.3.0` |
| [types-tqdm](https://github.com/python/typeshed) | `4.67.0.20250809` | `4.67.3.20260303` |
| [pandas-stubs](https://github.com/pandas-dev/pandas-stubs) | `2.3.3.251201` | `3.0.0.260204` |
| [types-protobuf](https://github.com/python/typeshed) | `5.29.1.20250403` | `6.32.1.20260221` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `4.5.0` | `4.5.1` |
| [mypy-protobuf](https://github.com/nipunn1313/mypy-protobuf) | `3.7.0` | `5.0.0` |



Updates `tqdm` from 4.67.1 to 4.67.3
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](tqdm/tqdm@v4.67.1...v4.67.3)

Updates `python-dotenv` from 1.2.1 to 1.2.2
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md)
- [Commits](theskumar/python-dotenv@v1.2.1...v1.2.2)

Updates `protobuf` from 5.29.6 to 7.34.1
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)

Updates `panel` from 1.8.4 to 1.8.10
- [Release notes](https://github.com/holoviz/panel/releases)
- [Changelog](https://github.com/holoviz/panel/blob/main/CHANGELOG.md)
- [Commits](holoviz/panel@v1.8.4...v1.8.10)

Updates `playwright` from 1.57.0 to 1.58.0
- [Release notes](https://github.com/microsoft/playwright-python/releases)
- [Commits](microsoft/playwright-python@v1.57.0...v1.58.0)

Updates `kagglehub` from 0.3.13 to 1.0.0
- [Release notes](https://github.com/Kaggle/kagglehub/releases)
- [Changelog](https://github.com/Kaggle/kagglehub/blob/main/CHANGELOG.md)
- [Commits](Kaggle/kagglehub@v0.3.13...v1.0.0)

Updates `pip` from 26.0 to 26.0.1
- [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst)
- [Commits](pypa/pip@26.0...26.0.1)

Updates `nbdev` from 2.4.6 to 3.0.12
- [Release notes](https://github.com/AnswerDotAI/nbdev/releases)
- [Changelog](https://github.com/AnswerDotAI/nbdev/blob/main/CHANGELOG.md)
- [Commits](AnswerDotAI/nbdev@2.4.6...3.0.12)

Updates `papermill` from 2.6.0 to 2.7.0
- [Changelog](https://github.com/nteract/papermill/blob/main/docs/changelog.md)
- [Commits](nteract/papermill@2.6.0...2.7.0)

Updates `jupyter-lsp` from 1.5.1 to 2.3.0
- [Release notes](https://github.com/jupyter-lsp/jupyterlab-lsp/releases)
- [Changelog](https://github.com/jupyter-lsp/jupyterlab-lsp/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jupyter-lsp/jupyterlab-lsp/commits/jupyter-lsp-2.3.0)

Updates `jupyter-server` from 2.12.5 to 2.17.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.12.5...v2.17.0)

Updates `jupyterlab-lsp` from 3.10.2 to 5.2.0
- [Release notes](https://github.com/jupyter-lsp/jupyterlab-lsp/releases)
- [Changelog](https://github.com/jupyter-lsp/jupyterlab-lsp/blob/main/CHANGELOG.md)
- [Commits](jupyter-lsp/jupyterlab-lsp@v3.10.2...v5.2.0)

Updates `notebook` from 6.5.7 to 7.5.5
- [Release notes](https://github.com/jupyter/notebook/releases)
- [Changelog](https://github.com/jupyter/notebook/blob/@jupyter-notebook/tree@7.5.5/CHANGELOG.md)
- [Commits](https://github.com/jupyter/notebook/compare/v6.5.7...@jupyter-notebook/tree@7.5.5)

Updates `traitlets` from 5.9.0 to 5.14.3
- [Release notes](https://github.com/ipython/traitlets/releases)
- [Changelog](https://github.com/ipython/traitlets/blob/main/CHANGELOG.md)
- [Commits](ipython/traitlets@v5.9.0...v5.14.3)

Updates `sentence-transformers` from 5.2.0 to 5.3.0
- [Release notes](https://github.com/huggingface/sentence-transformers/releases)
- [Commits](huggingface/sentence-transformers@v5.2.0...v5.3.0)

Updates `syllables` from 1.1.4 to 1.1.5
- [Release notes](https://github.com/prosegrinder/python-syllables/releases)
- [Changelog](https://github.com/prosegrinder/python-syllables/blob/main/CHANGELOG.md)
- [Commits](prosegrinder/python-syllables@v1.1.4...v1.1.5)

Updates `vizdoom` from 1.2.4 to 1.3.0
- [Release notes](https://github.com/Farama-Foundation/ViZDoom/releases)
- [Commits](Farama-Foundation/ViZDoom@1.2.4...1.3.0)

Updates `types-tqdm` from 4.67.0.20250809 to 4.67.3.20260303
- [Commits](https://github.com/python/typeshed/commits)

Updates `pandas-stubs` from 2.3.3.251201 to 3.0.0.260204
- [Changelog](https://github.com/pandas-dev/pandas-stubs/blob/main/docs/release_procedure.md)
- [Commits](pandas-dev/pandas-stubs@v2.3.3.251201...v3.0.0.260204)

Updates `types-protobuf` from 5.29.1.20250403 to 6.32.1.20260221
- [Commits](https://github.com/python/typeshed/commits)

Updates `pre-commit` from 4.5.0 to 4.5.1
- [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.5.0...v4.5.1)

Updates `mypy-protobuf` from 3.7.0 to 5.0.0
- [Changelog](https://github.com/nipunn1313/mypy-protobuf/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nipunn1313/mypy-protobuf/commits)

---
updated-dependencies:
- dependency-name: tqdm
  dependency-version: 4.67.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: uv-dependencies
- dependency-name: python-dotenv
  dependency-version: 1.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: uv-dependencies
- dependency-name: protobuf
  dependency-version: 7.34.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: uv-dependencies
- dependency-name: panel
  dependency-version: 1.8.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: uv-dependencies
- dependency-name: playwright
  dependency-version: 1.58.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv-dependencies
- dependency-name: kagglehub
  dependency-version: 1.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: uv-dependencies
- dependency-name: pip
  dependency-version: 26.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: uv-dependencies
- dependency-name: nbdev
  dependency-version: 3.0.12
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: uv-dependencies
- dependency-name: papermill
  dependency-version: 2.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: uv-dependencies
- dependency-name: jupyter-lsp
  dependency-version: 2.3.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: uv-dependencies
- dependency-name: jupyter-server
  dependency-version: 2.17.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: uv-dependencies
- dependency-name: jupyterlab-lsp
  dependency-version: 5.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: uv-dependencies
- dependency-name: notebook
  dependency-version: 7.5.5
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: uv-dependencies
- dependency-name: traitlets
  dependency-version: 5.14.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: uv-dependencies
- dependency-name: sentence-transformers
  dependency-version: 5.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: uv-dependencies
- dependency-name: syllables
  dependency-version: 1.1.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: uv-dependencies
- dependency-name: vizdoom
  dependency-version: 1.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: uv-dependencies
- dependency-name: types-tqdm
  dependency-version: 4.67.3.20260303
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: uv-dependencies
- dependency-name: pandas-stubs
  dependency-version: 3.0.0.260204
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: uv-dependencies
- dependency-name: types-protobuf
  dependency-version: 6.32.1.20260221
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: uv-dependencies
- dependency-name: pre-commit
  dependency-version: 4.5.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: uv-dependencies
- dependency-name: mypy-protobuf
  dependency-version: 5.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: uv-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/uv/uv-dependencies-fe9c8b1a76 branch from ae0880c to c559c4b Compare April 1, 2026 05:06
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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants