Skip to content

Bump the uv-non-security group with 4 updates - #15

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/uv/uv-non-security-6f3beda0e3
Open

Bump the uv-non-security group with 4 updates#15
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/uv/uv-non-security-6f3beda0e3

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the uv-non-security group with 4 updates: jupyterlab, mapclassify, numpy and pysal.

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 mapclassify from 2.10.0 to 2.11.0

Release notes

Sourced from mapclassify's releases.

v2.11.0

What's Changed

Bug Fixes

Other Changes

New Contributors

Full Changelog: pysal/mapclassify@v2.10.0...v2.11.0

Commits

Updates numpy from 2.5.1 to 2.5.2

Release notes

Sourced from numpy's releases.

v2.5.2 (Aug 9, 2026)

NumPy 2.5.2 Release Notes

The NumPy 2.5.2 is a patch release that fixes bugs discovered after the 2.5.1 release. The big news is that it includes wheels for the newly released Python 3.15.0rc1.

This release supports Python versions 3.12-3.15

C API changes

PyArray_StringDTypeObject is opaque under the abi3t stable ABI

The PyArray_StringDTypeObject was accidentally exposed in NumPy 2.5 when targeting the free-threading-compatible stable ABI (Py_TARGET_ABI3T). PyArray_StringDTypeObject is now an opaque struct: extensions compiled that way cannot access its fields, since the struct layout depends on the size of the object header. Any code that accessed PyArray_StringDTypeObject fields in an abi3t build would have crashed, so we are making this API change in a bugfix release.

The NpyString allocator API remains usable by passing the descriptor object pointer, e.g. NpyString_acquire_allocator((PyArray_StringDTypeObject *)descr).

(gh-31771)

Contributors

A total of 16 people contributed to this release. People with a "+" by their names contributed a patch for the first time.

  • Abhijeetsingh Meena +
  • Charalampos Stratakis
  • Charles Harris
  • Chris Ninham +
  • David Woods
  • Geonho +
  • Gopu Yeshwanth Reddy +
  • Iason Krommydas
  • Ijtihed Kilani
  • Jelle Zijlstra +
  • Joren Hammudoglu
  • Kumar Aditya
  • Mike Boyle
  • Nathan Goldbaum
  • Raghuveer Devulapalli
  • Sebastian Berg

... (truncated)

Commits
  • 48fecee REL: Prepare for the NumPy 2.5.2 release (#32226)
  • ecf599c Merge pull request #32221 from charris/backport-32151
  • 3c7ac97 Merge pull request #32220 from charris/backport-32205
  • 23b30f4 BUG: avoid segfaults when legacy copyswap slot is not defined (#32151)
  • 4964ca8 TYP: isclose shape-typing fix for 2d array-likes (#32205)
  • c37ed94 MAINT: Skip limited_api tests on some platforms. (#32214)
  • 5cfd73b Merge pull request #32206 from charris/update-cibuildwheel
  • d8262bc MAINT: Update cibuildwheel to v4.2.0
  • 988d94d Merge pull request #32158 from charris/backport-32133
  • b2e4f97 BUG: avoid possible stack overflow in arraydescr_dealloc (#32133)
  • Additional commits viewable in compare view

Updates pysal from 26.1 to 26.7

Release notes

Sourced from pysal's releases.

Release v26.07

Overall, there were 704 commits that closed 363 issues since our last release on 2026-01-31.

Changes by Package

libpysal v4.15.0

  • #882: DOC: switch to sphinx-immaterial theme
  • #925: Bump actions/checkout from 6 to 7
  • #924: feat: support array-like bandwidth in kernel functions
  • #922: GHA: fix reverse dependency testing
  • #923: DEP: pin Pulp to <4
  • #921: update path for raster test data
  • #917: ENH: add kernel input validation
  • #920: Bump codecov/codecov-action from 6 to 7
  • #889: Support build of "adaptive" kernel graphs
  • #905: ENH: Add adaptive bandwidth support to Graph.build_kernel
  • #915: BUG: fix situations where linear geometries disappear in voronoi_frames
  • #914: GHA: use dedicated environment for docs action
  • #913: TST: eliminate warning about unary_union
  • #912: ENH: add Graph.from_lattice
  • #911: Sparse kernel weights
  • #909: ENH: use sparse distance computation for compact-support kernels in Graph.build_kernel()
  • #904: FIX: Fix index space mismatch in coplanar clique
  • #897: BUG: cannot reindex on an axis with duplicate labels when using clique on coplanar points
  • #910: add pulp and a "plus" dep to pyproject.toml
  • #908: Bump actions/github-script from 8 to 9
  • #906: [pre-commit.ci] pre-commit autoupdate
  • #903: Bump mamba-org/setup-micromamba from 2 to 3
  • #902: DOC: update docs infra based on momepy lessons
  • #900: source version info in docs from packaging
  • #901: cancel doc builds in progress
  • #899: Bump codecov/codecov-action from 5 to 6
  • #890: Delete .ipynb_checkpoints directory
  • #891: move to new docs/ dir structure
  • #898: DOC: fix table rendering
  • #441: Getting an error while trying to calculate knn weights from dataframe
  • #896: DOC: resolve sphinx warnings
  • #895: DOC: fold ReadMe to the docs
  • #893: Optimise default weights generation using dict comprehension
  • #894: Fix reverse dependency check
  • #892: drop Python 311 support - spec0
  • #881: Add deprecation for KDtree and Arc_KDTree
  • #886: pandana link in build_travel_cost should point to pandarm instead
  • #879: deprecate Arc_KDTree
  • #885: Ref/docs
  • #838: ENH: construction of distance-based weights directly from KDTree/BallTree

... (truncated)

Commits
  • 12cf6ad add lazy_loader for doc build action
  • 884e443 add pypi publish to release and publish
  • 2d16327 REL: v26.07
  • 09ded44 Update GitHub Actions for release process
  • 15f6723 Update PyPI publish action to use specific version
  • a56f6c2 Merge pull request #1442 from sjsrey/26.7rc1
  • 22290c0 BLD: update changelog and release artifacts from make run
  • 8d3b3c0 Restore PySAL sub-package version pins in pyproject.toml
  • 248de5b DOC: release information
  • b744022 Update tools/README.md with complete add/remove package instructions
  • 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 uv-non-security group with 4 updates: [jupyterlab](https://github.com/jupyterlab/jupyterlab), [mapclassify](https://github.com/pysal/mapclassify), [numpy](https://github.com/numpy/numpy) and [pysal](https://github.com/pysal/pysal).


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 `mapclassify` from 2.10.0 to 2.11.0
- [Release notes](https://github.com/pysal/mapclassify/releases)
- [Changelog](https://github.com/pysal/mapclassify/blob/main/CHANGELOG.md)
- [Commits](pysal/mapclassify@v2.10.0...v2.11.0)

Updates `numpy` from 2.5.1 to 2.5.2
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v2.5.1...v2.5.2)

Updates `pysal` from 26.1 to 26.7
- [Release notes](https://github.com/pysal/pysal/releases)
- [Changelog](https://github.com/pysal/pysal/blob/main/docs/releases.rst)
- [Commits](pysal/pysal@v26.01...v26.07)

---
updated-dependencies:
- dependency-name: jupyterlab
  dependency-version: 4.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: uv-non-security
- dependency-name: mapclassify
  dependency-version: 2.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv-non-security
- dependency-name: numpy
  dependency-version: 2.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: uv-non-security
- dependency-name: pysal
  dependency-version: '26.7'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv-non-security
...

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
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