Skip to content

Bump the uv-lockfile group across 1 directory with 9 updates - #81

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

Bump the uv-lockfile group across 1 directory with 9 updates#81
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/uv-lockfile-511e6dd6f8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the uv-lockfile group with 9 updates in the / directory:

Package From To
import-linter 2.13 2.14
pipdeptree 4.2.0 4.2.2
pre-commit 4.6.1 4.6.2
pytest-forked 1.6.0 1.7.5
pytest-rerunfailures 16.4 16.6
ruff 0.16.1 0.16.5
types-pyyaml 6.0.12.20260724 6.0.12.20260815
bluesky-tiled-plugins 2.0.9 2.0.10
pydata-sphinx-theme 0.20.0 0.21.0

Updates import-linter from 2.13 to 2.14

Changelog

Sourced from import-linter's changelog.

2.14 (2026-08-28)

  • Add broken_contract_guidance option to contracts, for explaining how to fix them when they're broken.
  • Add TextField for multi-line text configuration values.
  • Show the count of ignored imports next to a contract's result.
  • Add --no-logo option to hide the logo in terminal output.
Commits

Updates pipdeptree from 4.2.0 to 4.2.2

Release notes

Sourced from pipdeptree's releases.

4.2.2

What's Changed

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

4.2.1

What's Changed

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

Changelog

Sourced from pipdeptree's changelog.

Bug fixes - 4.2.2

  • Run under an interpreter built from a git checkout. Such a build reports its version with a trailing plus (3.13.5+), which PEP 440 reads as an empty local segment and rejects, so every run stopped with found a `+` indicating the start of a local component in a version. The trailing plus is now dropped, and a marker value that still fails to parse names the interpreter versions it came from. (:issue:656)
  • Stop warning about the console-script launcher on Windows. Python puts the running pipdeptree.exe on sys.path, and every file on the search path counted as an archive, so each run reported unsupported archives on the search path. Only files whose suffix is .egg, .pyz, .pyzw, .whl or .zip are now reported. (:issue:669)
  • Replace the removed nab-python dependency with nab-project. (:issue:681)

Packaging updates - 4.2.2

  • Build the wheels for each interpreter beside each other in CI, rather than one after another in a single job, and let the macOS builds share one Cargo target directory. The wheel matrix used to hold a pull request for 17 minutes. (:issue:648)

4.2.0 (2026-07-31)


Commits
  • d39803f release 4.2.2
  • bb671c8 👷 ci(release): report a missing release token (#692)
  • d0421c3 build(deps): bump taiki-e/install-action from 2.86.1 to 2.86.3 in the github-...
  • e51a0cc [pre-commit.ci] pre-commit autoupdate (#690)
  • 67aea4d 👷 ci: derive the wheel toolchain from rust-toolchain.toml (#689)
  • 89d7361 build(deps): bump rust-toolchain from 1.97 to 1.98 in the rust-toolchain grou...
  • b313166 build(deps): bump toml from 1.1.3+spec-1.1.0 to 1.1.4+spec-1.1.0 in the cargo...
  • 2faf801 build(deps): bump taiki-e/install-action from 2.85.13 to 2.86.1 in the github...
  • e72c775 🔧 chore: batch dependency updates weekly on Tuesday (#685)
  • 9c32c5d build(deps): bump astral-sh/setup-uv from 10.0.0 to 10.0.1 (#684)
  • Additional commits viewable 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-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.6

Changelog

Sourced from pytest-rerunfailures's changelog.

16.6 (2026-08-17)

Features ++++++++

  • Add a repeatable --rerun-exclude-path option to exclude test files or directories from reruns. ([#232](https://github.com/pytest-dev/pytest-rerunfailures/issues/232) <https://github.com/pytest-dev/pytest-rerunfailures/issues/232>_)

Bug Fixes +++++++++

  • Fix a regression in version 16.5 which made --pdb unusable even when no reruns were configured. ([#342](https://github.com/pytest-dev/pytest-rerunfailures/issues/342) <https://github.com/pytest-dev/pytest-rerunfailures/issues/342>_)

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
  • 257d92a Preparing release 16.6
  • 44cc385 Fix regression making --pdb unusable without configured reruns (#343)
  • bb86346 Add path exclusion for reruns (#344)
  • d428dee Back to development: 16.6
  • 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)
  • Additional commits viewable in compare view

Updates ruff from 0.16.1 to 0.16.5

Release notes

Sourced from ruff's releases.

0.16.5

Release Notes

Released on 2026-08-27.

Preview features

  • Allow rules without codes (#28049)
  • Introduce category selectors (#27666)
  • Update preview default rules and categories (#27877)

Bug fixes

  • [flake8-async] Detect blocking generic HTTP requests (ASYNC210) (#28024)
  • [flake8-datetimez] Allow timezone-safe strptime chains (DTZ007) (#28023)
  • [flake8-simplify] Respect side effects in lambda defaults (SIM401) (#28000)

Server

  • Fix duplicated "of" in ClientOptions doc comment (#27978)

Documentation

  • Document rule acceptance guidelines (#27910)
  • Document the new category selectors (#27906)

Contributors

Install ruff 0.16.5

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://releases.astral.sh/github/ruff/releases/download/0.16.5/ruff-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://releases.astral.sh/github/ruff/releases/download/0.16.5/ruff-installer.ps1 | iex"

Download ruff 0.16.5

... (truncated)

Changelog

Sourced from ruff's changelog.

0.16.5

Released on 2026-08-27.

Preview features

  • Allow rules without codes (#28049)
  • Introduce category selectors (#27666)
  • Update preview default rules and categories (#27877)

Bug fixes

  • [flake8-async] Detect blocking generic HTTP requests (ASYNC210) (#28024)
  • [flake8-datetimez] Allow timezone-safe strptime chains (DTZ007) (#28023)
  • [flake8-simplify] Respect side effects in lambda defaults (SIM401) (#28000)

Server

  • Fix duplicated "of" in ClientOptions doc comment (#27978)

Documentation

  • Document rule acceptance guidelines (#27910)
  • Document the new category selectors (#27906)

Contributors

0.16.4

Released on 2026-08-20.

Preview features

  • [flake8-use-pathlib] Add autofix for PTH116 (#26460)
  • [refurb] Restrict delete-full-slice to lists (FURB131) (#27711)
  • [refurb] Skip FURB101 and FURB103 when the open argument is a file descriptor (#27643)

Bug fixes

  • Fix InvalidInstruction on Windows CPUs that do not support POPCNT (#27803)
  • [pyflakes] Emit semantic syntax errors in string type definitions as F722 (#27835)
  • [pylint] Allow os._exit imports in import-private-name (PLC2701) (#27738)

... (truncated)

Commits

Updates types-pyyaml from 6.0.12.20260724 to 6.0.12.20260815

Commits

Updates bluesky-tiled-plugins from 2.0.9 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

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'
  • See full diff in compare view

Updates pydata-sphinx-theme from 0.20.0 to 0.21.0

Release notes

Sourced from pydata-sphinx-theme's releases.

v0.21.0

What's Changed

Breaking

None.

Fixes

Improvements

Dependencies

New Contributors

Full Changelog: pydata/pydata-sphinx-theme@v0.20.0...v0.21.0

Commits
  • a52f5c9 Bump 0.20.0 -> 0.21.0 (#2472)
  • dc10572 Prevent "Back to Top" button from being cropped on firefox/android (#2442)
  • a9f2040 Bump astral-sh/setup-uv from 9.0.0 to 10.0.0 (#2468)
  • fe3f573 Bump py-cov-action/python-coverage-comment-action from 4.1 to 4.3 (#2467)
  • 3e15d01 fix: don't share sidebars between pages with non-flat output URIs (#2469)
  • c90610d fix: correct typo in source (#2459)
  • 051ac2c Avoid redundant processing when collapse_navigation=False (#2449)
  • ca91fce refactor: drop user-select rule superseded by Sphinx's basic.css (#2464)
  • 2a63b5c Bump js-yaml from 4.2.0 to 4.3.1 (#2463)
  • cbb254b Bump pypa/gh-action-pypi-publish from 1.14.1 to 1.14.2 (#2460)
  • 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 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [import-linter](https://github.com/seddonym/import-linter) | `2.13` | `2.14` |
| [pipdeptree](https://github.com/tox-dev/pipdeptree) | `4.2.0` | `4.2.2` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `4.6.1` | `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.6` |
| [ruff](https://github.com/astral-sh/ruff) | `0.16.1` | `0.16.5` |
| [types-pyyaml](https://github.com/python/typeshed) | `6.0.12.20260724` | `6.0.12.20260815` |
| [bluesky-tiled-plugins](https://github.com/bluesky/bluesky-tiled-plugins) | `2.0.9` | `2.0.10` |
| [pydata-sphinx-theme](https://github.com/pydata/pydata-sphinx-theme) | `0.20.0` | `0.21.0` |



Updates `import-linter` from 2.13 to 2.14
- [Changelog](https://github.com/seddonym/import-linter/blob/main/docs/release_notes.md)
- [Commits](seddonym/import-linter@v2.13...v2.14)

Updates `pipdeptree` from 4.2.0 to 4.2.2
- [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@4.2.0...4.2.2)

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-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.6
- [Changelog](https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst)
- [Commits](pytest-dev/pytest-rerunfailures@16.4...16.6)

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

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

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

Updates `pydata-sphinx-theme` from 0.20.0 to 0.21.0
- [Release notes](https://github.com/pydata/pydata-sphinx-theme/releases)
- [Changelog](https://github.com/pydata/pydata-sphinx-theme/blob/main/RELEASE.md)
- [Commits](pydata/pydata-sphinx-theme@v0.20.0...v0.21.0)

---
updated-dependencies:
- dependency-name: import-linter
  dependency-version: '2.14'
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: uv-lockfile
- dependency-name: pipdeptree
  dependency-version: 4.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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.6'
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: uv-lockfile
- dependency-name: ruff
  dependency-version: 0.16.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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: bluesky-tiled-plugins
  dependency-version: 2.0.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: uv-lockfile
- dependency-name: pydata-sphinx-theme
  dependency-version: 0.21.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 Sep 1, 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