Skip to content

⬆️ Bump the uv-dependencies group across 1 directory with 8 updates - #198

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/uv-dependencies-9b9e76840b
Closed

⬆️ Bump the uv-dependencies group across 1 directory with 8 updates#198
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/uv-dependencies-9b9e76840b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 3, 2026

Copy link
Copy Markdown
Contributor

Bumps the uv-dependencies group with 4 updates in the / directory: pystac, setuptools, pydoclint and coverage.

Updates pystac from 1.14.3 to 1.15.1

Release notes

Sourced from pystac's releases.

pystac-core-v1.15.0

No release notes provided.

pystac-core-v1.15.0-rc.1

Second rc for pystac-core

pystac-core-v1.15.0-rc.0

The first pre-release for v1.15.0, which includes the extension package refactor: stac-utils/pystac#1650. See stac-utils/pystac#1725 for the release checklist.

Changelog

Sourced from pystac's changelog.

1.15.1 (2026-06-30)

Bug Fixes

  • actually link pystac-core and pystac via release-please (207e38d)
  • consolidate core and top-level package in release-please (#1760) (c6a9fbd)
  • more release-please flailing (#1762) (bcf1062)
  • remove invalid version specifier (#1756) (bc70651)

1.15.0 (2026-06-25)

Bug Fixes

Miscellaneous Chores

  • manually set next versions (64fd083)
Commits

Updates setuptools from 81.0.0 to 82.0.1

Changelog

Sourced from setuptools's changelog.

v82.0.1

Bugfixes

  • Fix the loading of launcher manifest.xml file. (#5047)
  • Replaced deprecated json.__version__ with fixture in tests. (#5186)

Improved Documentation

  • Add advice about how to improve predictability when installing sdists. (#5168)

Misc

v82.0.0

Deprecations and Removals

  • pkg_resources has been removed from Setuptools. Most common uses of pkg_resources have been superseded by the importlib.resources <https://docs.python.org/3/library/importlib.resources.html>_ and importlib.metadata <https://docs.python.org/3/library/importlib.metadata.html>_ projects. Projects and environments relying on pkg_resources for namespace packages or other behavior should depend on older versions of setuptools. (#3085)
Commits
  • 5a13876 Bump version: 82.0.0 → 82.0.1
  • 51ab8f1 Avoid using (deprecated) 'json.version' in tests (#5194)
  • f9c37b2 Docs/CI: Fix intersphinx references (#5195)
  • 8173db2 Docs: Fix intersphinx references
  • 09bafbc Fix past tense on newsfragment
  • 461ea56 Add news fragment
  • c4ffe53 Avoid using (deprecated) 'json.version' in tests
  • 749258b Cleanup pkg_resources dependencies and configuration (#5175)
  • 2019c16 Parse ext-module.define-macros from pyproject.toml as list of tuples (#5169)
  • b809c86 Sync setuptools schema with validate-pyproject (#5157)
  • Additional commits viewable in compare view

Updates pydoclint from 0.9.0 to 0.9.1

Release notes

Sourced from pydoclint's releases.

0.9.1

What's Changed

Full Changelog: jsh9/pydoclint@0.9.0...0.9.1

Changelog

Sourced from pydoclint's changelog.

[0.9.1] - 2026-07-03

  • Fixed
    • Restored numpy docstring default checking with docstring_parser_fork==0.0.16, which preserves raw parameter and attribute type declarations while still exposing normalized type/default fields
  • Changed
    • Replaced tox type checking from mypy with ty and fixed the surfaced typing issues with explicit type narrowing
    • Run the tox -e pydoclint self-check against the local package instead of the latest published pydoclint release
    • Updated Muff tooling to 0.15.20 and added a pre-commit hook to keep the tox Muff pins in sync with the muff-pre-commit revision
  • Full diff
Commits
  • cf8f4d0 Fix numpy default checks for breaking changes in docstring_parser_fork (#296)
  • f908148 Update muff version and fix linting issues (#295)
  • b3fb488 Switch from mypy to ty; fix typing issues (#294)
  • See full diff in compare view

Updates coverage from 7.14.3 to 7.15.0

Changelog

Sourced from coverage's changelog.

Version 7.15.0 — 2026-07-02

  • Since 7.14.0, reporting commands implicitly combine parallel data files. Now those commands have a new option --keep-combined to retain the data files after combining them instead of the default, which is to delete them. Finishes issue 2198_.

  • Fix: the LCOV report would incorrectly count excluded functions as uncovered, as described in issue 2205. This is now fixed thanks to Martin Kuntz Jacobsen <pull 2206_>.

  • When running your program, coverage now correctly sets yourmodule.__spec__.loader as strongly recommended <--loader--_>, avoiding the deprecation warning described in issue 2208. Thanks, A5rocks <pull 2209_>_.

  • Fix: with Python 3.10, running with the -I (isolated mode) option didn't correctly omit the current directory from the module search path, as described in issue 2103. That is now fixed thanks to Ilia Sorokin <pull 2211_>.

.. --loader--: https://docs.python.org/3/reference/datamodel.html#module.__loader_ .. _issue 2103: coveragepy/coveragepy#2103 .. _issue 2198: coveragepy/coveragepy#2198 .. _issue 2205: coveragepy/coveragepy#2205 .. _pull 2206: coveragepy/coveragepy#2206 .. _issue 2208: coveragepy/coveragepy#2208 .. _pull 2209: coveragepy/coveragepy#2209 .. _pull 2211: coveragepy/coveragepy#2211

.. _changes_7-14-3:

Commits
  • c8c8020 docs: sample HTML for 7.15.0
  • ae19db1 docs: prep for 7.15.0
  • 17b45a1 docs: --keep-combined in the man page
  • 6f9fa1e fix: preserve isolated sys.path on Python 3.10 (#2211)
  • 787af5f chore: bump actions/checkout in the action-dependencies group (#2210)
  • 1ed3998 fix: start attaching the loader on __spec__ #2208 (#2209)
  • 1ab1122 docs: remove stray comma
  • f24a91f feat: --keep-combined for reporting commands. #2198
  • 5e70751 test: canonicalize mock calls in test_cmdline to reduce diff noise
  • 65979cc fix: skip excluded functions in LCOV function totals (#2206)
  • Additional commits viewable in compare view

Updates docstring-parser-fork from 0.0.14 to 0.0.16

Commits

Updates nvidia-cuda-nvrtc-cu12 from 12.6.85 to 12.6.77

Updates nvidia-nccl-cu12 from 2.29.3 to 2.27.5

Updates triton from 3.7.1 to 3.6.0

Commits
  • 7c56a5e [release 3.6] Release Triton to pypi (#9254)
  • 9844da9 [release/3.6] Force disable slp-copyable-elements (#9035)
  • 6213a0e [Cherrypick][CUDA][PTXAS] Make TRITON_PTXAS_BLACKWELL_PATH work to overwrite ...
  • 8fedd49 [Release specific] [BACKEND] Disable maybeDeduplicate for AMDWmma (#8936)
  • 3362bc8 [release/3.6] [Revert] [Coalesce] Fix the default order to be row major (#570...
  • 5261b27 [cherry-pick] Advance version 3.5.0->3.6.0 (#8836) (#8861)
  • 85400f8 [BACKEND] run remove backward prop until a fix point (#8776)
  • e7fb841 Revert "[Triton] Make tl.cat deterministic by using permute+reshape+join an...
  • 9946bd3 [BACKEND] Check that Shared layouts have rank equal to the tensor or one less...
  • 49b7472 [LAYOUTS] Make CTALayout an honest-to-goodness LinearLayout (#8770)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jul 3, 2026
@fmigneault

Copy link
Copy Markdown
Collaborator

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Jul 3, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@fmigneault

Copy link
Copy Markdown
Collaborator

@dependabot recreate

Bumps the uv-dependencies group with 4 updates in the / directory: [pystac](https://github.com/stac-utils/pystac), [setuptools](https://github.com/pypa/setuptools), [pydoclint](https://github.com/jsh9/pydoclint) and [coverage](https://github.com/coveragepy/coveragepy).


Updates `pystac` from 1.14.3 to 1.15.1
- [Release notes](https://github.com/stac-utils/pystac/releases)
- [Changelog](https://github.com/stac-utils/pystac/blob/main/CHANGELOG.md)
- [Commits](stac-utils/pystac@v1.14.3...v1.15.1)

Updates `setuptools` from 81.0.0 to 82.0.1
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v81.0.0...v82.0.1)

Updates `pydoclint` from 0.9.0 to 0.9.1
- [Release notes](https://github.com/jsh9/pydoclint/releases)
- [Changelog](https://github.com/jsh9/pydoclint/blob/main/CHANGELOG.md)
- [Commits](jsh9/pydoclint@0.9.0...0.9.1)

Updates `coverage` from 7.14.3 to 7.15.0
- [Release notes](https://github.com/coveragepy/coveragepy/releases)
- [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst)
- [Commits](coveragepy/coveragepy@7.14.3...7.15.0)

Updates `docstring-parser-fork` from 0.0.14 to 0.0.16
- [Changelog](https://github.com/rr-/docstring_parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rr-/docstring_parser/commits)

Updates `nvidia-cuda-nvrtc-cu12` from 12.6.85 to 12.6.77

Updates `nvidia-nccl-cu12` from 2.29.3 to 2.27.5

Updates `triton` from 3.7.1 to 3.6.0
- [Release notes](https://github.com/triton-lang/triton/releases)
- [Changelog](https://github.com/triton-lang/triton/blob/main/RELEASE.md)
- [Commits](triton-lang/triton@v3.7.1...v3.6.0)

---
updated-dependencies:
- dependency-name: coverage
  dependency-version: 7.15.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: uv-dependencies
- dependency-name: docstring-parser-fork
  dependency-version: 0.0.16
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: uv-dependencies
- dependency-name: nvidia-cuda-nvrtc-cu12
  dependency-version: 12.6.77
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: uv-dependencies
- dependency-name: nvidia-nccl-cu12
  dependency-version: 2.27.5
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: uv-dependencies
- dependency-name: pydoclint
  dependency-version: 0.9.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: uv-dependencies
- dependency-name: pystac
  dependency-version: 1.15.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: uv-dependencies
- dependency-name: setuptools
  dependency-version: 82.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: uv-dependencies
- dependency-name: triton
  dependency-version: 3.6.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: uv-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title ⬆️ Bump the uv-dependencies group with 8 updates ⬆️ Bump the uv-dependencies group across 1 directory with 8 updates Jul 3, 2026
@dependabot
dependabot Bot force-pushed the dependabot/uv/uv-dependencies-9b9e76840b branch from 651923b to 08cb0e4 Compare July 3, 2026 21:04
fmigneault pushed a commit that referenced this pull request Jul 4, 2026
```
Updated aiohappyeyeballs v2.6.1 -> v2.7.1
Updated aiohttp v3.13.5 -> v3.14.1
Updated anyio v4.13.0 -> v4.14.1
Updated ast-serialize v0.3.0 -> v0.6.0
Updated bracex v2.6 -> v3.0
Updated certifi v2026.4.22 -> v2026.6.17
Updated click v8.3.3 -> v8.4.2
Updated cryptography v47.0.0 -> v49.0.0
Updated cuda-bindings v12.9.4 -> v12.9.7
Updated cuda-pathfinder v1.5.4 -> v1.5.6
Added cuda-toolkit v12.6.3
Updated distlib v0.4.0 -> v0.4.3
Updated filelock v3.29.0 -> v3.29.5
Updated fonttools v4.62.1 -> v4.63.0
Updated fsspec v2026.4.0 -> v2026.6.0
Updated geopandas v1.1.3 -> v1.1.4
Updated hf-xet v1.5.0 -> v1.5.1
Updated huggingface-hub v1.13.0 -> v1.22.0
Updated hydra-core v1.4.0.dev1 -> v1.4.0.dev5
Updated joserfc v1.6.4 -> v1.7.2
Updated jsonargparse v4.48.0 -> v4.49.0
Updated kornia v0.8.2 -> v0.8.3
Updated kornia-rs v0.1.11 -> v0.1.14
Updated librt v0.11.0 -> v0.12.0
Updated lightly v1.5.23 -> v1.5.25
Updated lightning v2.6.1 -> v2.6.5
Updated markdown-it-py v4.0.0 -> v4.2.0
Updated matplotlib v3.11.0rc1 -> v3.11.0
Updated numpy v2.4.4 -> v2.4.6, v2.5.0
Updated nvidia-cuda-nvrtc-cu12 v12.6.77 -> v12.6.85
Updated nvidia-nccl-cu12 v2.27.5 -> v2.29.3
Updated omegaconf v2.4.0.dev10 -> v2.4.0.dev12
Updated pandas v3.0.2 -> v3.0.3
Updated pillow v12.2.0 -> v12.3.0
Updated platformdirs v4.9.6 -> v4.10.0
Updated propcache v0.4.1 -> v0.5.2
Updated pydantic-settings v2.14.0 -> v2.14.2
Updated pyogrio v0.12.1 -> v0.13.0
Updated python-discovery v1.2.2 -> v1.4.3
Updated pytorch-lightning v2.6.1 -> v2.6.5
Updated regex v2026.4.4 -> v2026.6.28
Updated rich-click v1.9.7 -> v1.9.8
Updated rpds-py v0.30.0 -> v2026.6.3
Updated safetensors v0.8.0rc0 -> v0.8.0
Updated setuptools v82.0.1 -> v81.0.0
Updated snowballstemmer v3.0.1 -> v3.1.1
Updated stevedore v5.7.0 -> v5.9.0
Updated timm v1.0.26 -> v1.0.27
Updated tomlkit v0.14.0 -> v0.15.0
Updated torch v2.10.0, v2.10.0+cpu, v2.10.0+cu126 -> v2.12.1, v2.12.1+cpu, v2.12.1+cu126
Updated torchvision v0.25.0, v0.25.0+cpu, v0.25.0+cu126 -> v0.27.1, v0.27.1+cpu, v0.27.1+cu126
Updated tqdm v4.67.3 -> v4.68.3
Updated triton v3.6.0 -> v3.7.1
Updated typeshed-client v2.11.0 -> v2.12.0
Updated typing-extensions v4.15.0 -> v4.16.0
Updated virtualenv v21.3.0 -> v21.5.1
Updated wcmatch v10.1 -> v10.2.1
Updated wcwidth v0.7.0 -> v0.8.2
Updated yarl v1.23.0 -> v1.24.2
```
@dependabot @github

dependabot Bot commented on behalf of github Jul 4, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot
dependabot Bot deleted the dependabot/uv/uv-dependencies-9b9e76840b branch July 4, 2026 00:50
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.

1 participant