Skip to content

Bump the uv-lockfile group with 11 updates - #12

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/uv-lockfile-a5014e0f22
Open

Bump the uv-lockfile group with 11 updates#12
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/uv-lockfile-a5014e0f22

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the uv-lockfile group with 11 updates:

Package From To
bluesky-tiled-plugins 2.0.8 2.0.10
ipython 9.15.0 9.16.1
pyside6 6.9.3 6.11.1
pipdeptree 3.1.1 4.2.1
pre-commit 4.6.0 4.6.2
pytest-forked 1.6.0 1.7.5
pytest-rerunfailures 16.4 16.5
ruff 0.15.21 0.16.3
types-pyyaml 6.0.12.20260518 6.0.12.20260815
ty 0.0.59 0.0.72
sphinxcontrib-mermaid 2.0.3 2.1.0

Updates bluesky-tiled-plugins from 2.0.8 to 2.0.10

Release notes

Sourced from bluesky-tiled-plugins's releases.

v2.0.10

What's Changed

Full Changelog: bluesky/bluesky-tiled-plugins@v2.0.9...v2.0.10

v2.0.9

What's Changed

New Contributors

Full Changelog: bluesky/bluesky-tiled-plugins@v2.0.8...v2.0.9

Commits
  • 360f0c6 Merge pull request #53 from genematx/fix-async-data-sources-main
  • 5eaea8f FIX: cap hatchling <1.29 to keep Metadata-Version at 2.4
  • 2fd39fb MNT: bump minimum tiled version to 0.2.15
  • 1b60e0e FIX: adapt server-side data_sources calls to async include_assets API
  • 71fa5be Merge pull request #51 from genematx/deprecate-concat
  • d948cf4 DEP: warn that the default join_method will change to 'stack'
  • 913738a Merge pull request #49 from thopkins32/remove-size-from-uri-validation
  • 6474a7f Add back removed code
  • b1e2310 Merge pull request #1 from genematx/remove-size-from-uri-validation-eugene
  • ffe633d Merge branch 'remove-size-from-uri-validation-eugene' of github.com:genematx/...
  • Additional commits viewable in compare view

Updates ipython from 9.15.0 to 9.16.1

Commits

Updates pyside6 from 6.9.3 to 6.11.1

Updates pipdeptree from 3.1.1 to 4.2.1

Release notes

Sourced from pipdeptree's releases.

4.2.1

What's Changed

Full Changelog: tox-dev/pipdeptree@4.2.0...4.2.1

4.2.0

What's Changed

Full Changelog: tox-dev/pipdeptree@4.1.0...4.2.0

4.1.0

What's Changed

Full Changelog: tox-dev/pipdeptree@4.0.0...4.1.0

4.0.0

What's Changed

... (truncated)

Changelog

Sourced from pipdeptree's changelog.

########### Changelog ###########

.. towncrier-draft-entries:: Unreleased

.. towncrier release notes start


4.2.0 (2026-07-31)


Features - 4.2.0

  • Publish cp315t wheels, so a free-threaded 3.15 installs a wheel instead of compiling the Rust extension. (:issue:644)

Bug fixes - 4.2.0

  • Publish Linux aarch64 wheels. 4.1.0 shipped none, so pip and uv fell back to the source distribution on ARM64 hosts, where building the Rust extension needs a local cargo and C toolchain. (:issue:640)
  • Build from source on a free-threaded interpreter. The package asked for the limited API unconditionally and meson-python refuses to pair it with a free-threaded CPython, so the source build stopped before it started. (:issue:643)

Packaging updates - 4.2.0

  • Take the released version from the git tag rather than from a file in the tree, so a release can no longer ship artifacts labeled with the previous version. 4.1.1 and 4.1.2 were tagged that way and reached no index. (:issue:647)

Releases up to 4.1.0 are recorded on the GitHub releases page <https://github.com/tox-dev/pipdeptree/releases>_.

Commits
  • 14a577d 👷 ci: retry the Windows Graphviz install (#673)
  • 10f4abb build(deps): bump taiki-e/install-action from 2.85.9 to 2.85.10 (#672)
  • 0b5cef4 🐛 fix(metadata): warn only on real archive search paths (#671)
  • 4ab0d85 build(deps): bump taiki-e/install-action from 2.85.8 to 2.85.9 (#670)
  • bd9dca9 📄 docs: publish llms.txt from the docs build (#668)
  • dfb5865 build(deps): bump thiserror from 2.0.18 to 2.0.20 (#664)
  • febd82d build(deps): bump serde_json from 1.0.150 to 1.0.151 (#665)
  • 22bce24 build(deps): bump glob from 0.3.3 to 0.3.4 (#666)
  • 1b00cd3 build(deps): bump pyo3 from 0.29.0 to 0.29.2 (#667)
  • 9378995 build(deps): bump clap from 4.6.1 to 4.6.6 (#663)
  • Additional commits viewable in compare view

Updates pre-commit from 4.6.0 to 4.6.2

Release notes

Sourced from pre-commit's releases.

pre-commit v4.6.2

Fixes

pre-commit v4.6.1

Fixes

Changelog

Sourced from pre-commit's changelog.

4.6.2 - 2026-08-10

Fixes

4.6.1 - 2026-07-21

Fixes

Commits
  • 9767b6c v4.6.2
  • 42ee3ff Merge pull request #3743 from pre-commit/npm-build-scripts-11-x
  • 3056619 fix language: node for hooks with build scripts and npm 11.x
  • 242ce8a v4.6.1
  • 766e550 Merge pull request #3727 from pre-commit/dedupe
  • 1558d06 Merge pull request #3726 from pre-commit/exists-faster
  • 8a1c47a avoid duplicate files in --all-files during conflict
  • 2e01c99 faster check of rev existing locally as a commit
  • 3613bf2 Merge pull request #3701 from pre-commit/autoupdate-repos
  • 1d811d9 Return an error for invalid --repo
  • Additional commits viewable in compare view

Updates pytest-forked from 1.6.0 to 1.7.5

Changelog

Sourced from pytest-forked's changelog.

v1.7.5

  • Drop support for EOL Python versions: 3.7, 3.8, 3.9.
  • Print proper child process exit status.
  • Removed dependency to py <https://pypi.org/project/py>__.
  • Fix tests marked with @pytest.mark.forked in pytest 7+.
  • pytest >= 7 is now required.
Commits
  • 3e8450b Bump changelog to v1.7.5
  • 4b53aac Fix deploy workflow permissions for Trusted Publishing
  • 0d58e8c Merge remote-tracking branch 'upstream/master' into release-1.7.0
  • c3cef55 Fix teardown error with tests mared with forked (#101)
  • e12ab04 Bump changelog to v1.7.4
  • f370dfd Use trusted publishing in deploy
  • 76cee95 Bump changelog to v1.7.3
  • e431cdf Explicitly disable attestations in gh-action-pypi-publish (default is true)
  • 9575abc Bump changelog to v1.7.2
  • 9153522 Disable attestations
  • Additional commits viewable in compare view

Updates pytest-rerunfailures from 16.4 to 16.5

Changelog

Sourced from pytest-rerunfailures's changelog.

16.5 (2026-08-13)

Features ++++++++

  • Add --max-suite-reruns option to cap the total number of reruns across the entire test suite. Once the limit is reached, no further reruns occur regardless of per-test --reruns or @pytest.mark.flaky settings. ([#298](https://github.com/pytest-dev/pytest-rerunfailures/issues/298) <https://github.com/pytest-dev/pytest-rerunfailures/issues/298>_)

Bug Fixes +++++++++

  • Create a new test class instance for each rerun. Previously the instance of the failed attempt was reused, so state stored on self leaked into the rerun and broke test isolation. Fixtures cached at class scope or higher are still not re-executed. ([#268](https://github.com/pytest-dev/pytest-rerunfailures/issues/268) <https://github.com/pytest-dev/pytest-rerunfailures/issues/268>_)
  • Prevent a rerun when a fixture teardown raises an error matching --rerun-except. Previously only the error from the current test stage was considered, so a --rerun-except-matching error raised during teardown was ignored and the test was rerun anyway. ([#270](https://github.com/pytest-dev/pytest-rerunfailures/issues/270) <https://github.com/pytest-dev/pytest-rerunfailures/issues/270>_)
Commits
  • 88291f7 Preparing release 16.5
  • 81141e0 Switch change log management to towncrier (#341)
  • 6df6fb5 Create a fresh test class instance for each rerun (#340)
  • 0440e21 fix: prevent rerun when teardown error matches --rerun-except (#338)
  • 5fc2d79 feat: add --max-suite-reruns option to cap total reruns across suite (#332)
  • 5fc495a Bump actions/setup-python from 6 to 7 in the actions group (#339)
  • 1087cc2 Back to development: 16.5
  • See full diff in compare view

Updates ruff from 0.15.21 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

Updates types-pyyaml from 6.0.12.20260518 to 6.0.12.20260815

Commits

Updates ty from 0.0.59 to 0.0.72

Release notes

Sourced from ty's releases.

0.0.72

Release Notes

Released on 2026-08-14.

Preview features

  • Check PEP 723 scripts in isolation (#27462)

Library support

  • Pydantic: Accept documented boolean and fractional inputs (#27754)
  • Pydantic: Accept enum members for lax string and integer fields (#27751)

Diagnostics

  • Improve assignability hints for protocols and TypedDict types (#27717)

Core type checking

  • Avoid treating augmented assignments as attribute definitions (#27633)
  • Diagnose invalid module-level __getattr__ calls (#27507)
  • Fix overload argument expansion with unpacked positional arguments (#27744)
  • Fix specialization of generic TypedDict aliases (#27760)
  • Ignore generic declaration metadata in staticness checks (#27692)
  • Preserve tuple types containing Never (#27580)
  • Report deprecated unary operations (#27584)
  • Respect variance when inferring structural and callable types (#27707)
  • Support TypeVarTuple in call binding (#26886)
  • Treat generator-expression exceptions as eagerly evaluated (#27735)

Performance

  • Avoid exponential narrowing of gradual string-literal unions (#27742)

Contributors

Install ty 0.0.72

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://releases.astral.sh/github/ty/releases/download/0.0.72/ty-installer.sh | sh
</tr></table> 

... (truncated)

Changelog

Sourced from ty's changelog.

0.0.72

Released on 2026-08-14.

Preview features

  • Check PEP 723 scripts in isolation (#27462)

Library support

  • Pydantic: Accept documented boolean and fractional inputs (#27754)
  • Pydantic: Accept enum members for lax string and integer fields (#27751)

Diagnostics

  • Improve assignability hints for protocols and TypedDict types (#27717)

Core type checking

  • Avoid treating augmented assignments as attribute definitions (#27633)
  • Diagnose invalid module-level __getattr__ calls (#27507)
  • Fix overload argument expansion with unpacked positional arguments (#27744)
  • Fix specialization of generic TypedDict aliases (#27760)
  • Ignore generic declaration metadata in staticness checks (#27692)
  • Preserve tuple types containing Never (#27580)
  • Report deprecated unary operations (#27584)
  • Respect variance when inferring structural and callable types (#27707)
  • Support TypeVarTuple in call binding (#26886)
  • Treat generator-expression exceptions as eagerly evaluated (#27735)

Performance

  • Avoid exponential narrowing of gradual string-literal unions (#27742)

Contributors

0.0.71

Released on 2026-08-12.

Library support

  • Respect third-party keyword-only fields before Python 3.10 (#27699)

... (truncated)

Commits

Updates sphinxcontrib-mermaid from 2.0.3 to 2.1.0

Changelog

Sourced from sphinxcontrib-mermaid's changelog.

2.1.0 (July 18, 2026)

  • Add mermaid_config option for passing a global Mermaid configuration (#215)
  • Load the ZenUML plugin lazily, only on pages that contain a ZenUML diagram, and confine its injected stylesheet to the diagram subtree so it no longer restyles the host theme (#252)
  • Skip injecting the Mermaid JavaScript when the output format does not support it (#253)
  • Fix d3 zoom on nested SVGs (#179)
  • Fix fullscreen button positioning inconsistency (#225)
  • Fix interactions between the fullscreen, zoom, and lazy-render features (#254)
Commits
  • 6d7611b Merge pull request #257 from mgaitan/tkp/210
  • c53952b Bump version to 2.1.0
  • c5bfe4a Merge pull request #256 from timkpaine/tkp/escape-generated-javascript
  • 7244a8c Escape generated JavaScript values
  • f4cf3e6 Merge pull request #254 from timkpaine/tkp/recent-integration-fixes
  • e96f80c fix(html): Correct Mermaid feature interactions
  • 2395a38 Merge pull request #225 from yarikoptic/bf-fullscreen
  • e0178bd Merge pull request #253 from timkpaine/tkp/pr-132-skip-static-js
  • c5bafdb test(fullscreen): Cover button positioning
  • c09d852 Fix fullscreen button positioning inconsistency
  • 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-lockfile group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [bluesky-tiled-plugins](https://github.com/bluesky/bluesky-tiled-plugins) | `2.0.8` | `2.0.10` |
| [ipython](https://github.com/ipython/ipython) | `9.15.0` | `9.16.1` |
| [pyside6](https://pyside.org) | `6.9.3` | `6.11.1` |
| [pipdeptree](https://github.com/tox-dev/pipdeptree) | `3.1.1` | `4.2.1` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `4.6.0` | `4.6.2` |
| [pytest-forked](https://github.com/pytest-dev/pytest-forked) | `1.6.0` | `1.7.5` |
| [pytest-rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures) | `16.4` | `16.5` |
| [ruff](https://github.com/astral-sh/ruff) | `0.15.21` | `0.16.3` |
| [types-pyyaml](https://github.com/python/typeshed) | `6.0.12.20260518` | `6.0.12.20260815` |
| [ty](https://github.com/astral-sh/ty) | `0.0.59` | `0.0.72` |
| [sphinxcontrib-mermaid](https://github.com/mgaitan/sphinxcontrib-mermaid) | `2.0.3` | `2.1.0` |


Updates `bluesky-tiled-plugins` from 2.0.8 to 2.0.10
- [Release notes](https://github.com/bluesky/bluesky-tiled-plugins/releases)
- [Commits](bluesky/bluesky-tiled-plugins@v2.0.8...v2.0.10)

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

Updates `pyside6` from 6.9.3 to 6.11.1

Updates `pipdeptree` from 3.1.1 to 4.2.1
- [Release notes](https://github.com/tox-dev/pipdeptree/releases)
- [Changelog](https://github.com/tox-dev/pipdeptree/blob/main/docs/changelog.rst)
- [Commits](tox-dev/pipdeptree@3.1.1...4.2.1)

Updates `pre-commit` from 4.6.0 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.0...v4.6.2)

Updates `pytest-forked` from 1.6.0 to 1.7.5
- [Release notes](https://github.com/pytest-dev/pytest-forked/releases)
- [Changelog](https://github.com/pytest-dev/pytest-forked/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-forked@v1.6.0...v1.7.5)

Updates `pytest-rerunfailures` from 16.4 to 16.5
- [Changelog](https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst)
- [Commits](pytest-dev/pytest-rerunfailures@16.4...16.5)

Updates `ruff` from 0.15.21 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.15.21...0.16.3)

Updates `types-pyyaml` from 6.0.12.20260518 to 6.0.12.20260815
- [Commits](https://github.com/python/typeshed/commits)

Updates `ty` from 0.0.59 to 0.0.72
- [Release notes](https://github.com/astral-sh/ty/releases)
- [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ty@0.0.59...0.0.72)

Updates `sphinxcontrib-mermaid` from 2.0.3 to 2.1.0
- [Changelog](https://github.com/mgaitan/sphinxcontrib-mermaid/blob/master/CHANGELOG.md)
- [Commits](mgaitan/sphinxcontrib-mermaid@2.0.3...2.1.0)

---
updated-dependencies:
- dependency-name: bluesky-tiled-plugins
  dependency-version: 2.0.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: uv-lockfile
- dependency-name: ipython
  dependency-version: 9.16.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv-lockfile
- dependency-name: pyside6
  dependency-version: 6.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: uv-lockfile
- dependency-name: pipdeptree
  dependency-version: 4.2.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: uv-lockfile
- dependency-name: pre-commit
  dependency-version: 4.6.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: uv-lockfile
- dependency-name: pytest-forked
  dependency-version: 1.7.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: uv-lockfile
- dependency-name: pytest-rerunfailures
  dependency-version: '16.5'
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: uv-lockfile
- dependency-name: ruff
  dependency-version: 0.16.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: uv-lockfile
- dependency-name: types-pyyaml
  dependency-version: 6.0.12.20260815
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: uv-lockfile
- dependency-name: ty
  dependency-version: 0.0.72
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: uv-lockfile
- dependency-name: sphinxcontrib-mermaid
  dependency-version: 2.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: uv-lockfile
...

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