Skip to content

MAINT: upgrade lock files - #444

Merged
redeboer merged 17 commits into
mainfrom
dependabot/lock-63817043ce
Aug 5, 2026
Merged

MAINT: upgrade lock files#444
redeboer merged 17 commits into
mainfrom
dependabot/lock-63817043ce

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

 

🖱️ Developer experience

  • Local agent tooling is now git-ignored: .agents/, .claude/, .codex/, AGENTS.md, and CLAUDE.md stay out of the repository, so agent configuration can be kept locally without polluting the working tree.
  • Ruff rule selection is now expressed with rule names instead of rule codes, both in the global ignore list and in every per-file-ignores block of pyproject.toml, and in all inline suppressions (# noqa: PLC2701# ruff: ignore[import-private-name]). Suppressions are now self-explanatory at the call site, so a reader no longer has to look up what a code means.
  • Pre-commit hooks upgraded: ComPWA policy 0.9.00.9.3 (including the matching tool.tombi.schemas URL), Ruff v0.15.21v0.16.1, tombi v1.2.0v1.2.6, editorconfig-checker 3.6.13.8.0, ty v0.0.59v0.0.66, and uv 0.11.290.12.1. The pinned language_version on the cspell hook is no longer needed and was dropped.

🔨 Maintenance

  • Upgraded uv.lock and pixi.lock, which brings in ampform-dpd 0.4.1 and Python 3.13.14.
  • Julia dependencies are no longer pinned through a [compat] section. The two unregistered packages (Lc2ppiKSemileptonicModelLHCb, ThreeBodyDecay) are now declared through a [sources] section instead, and julia/Manifest.toml was regenerated accordingly.
  • Dependency version specifiers in pyproject.toml are normalized to the space-less form (ampform >=0.15.11ampform>=0.15.11) and sorted.
  • The LS-model regression check in docs/appendix/ls-model.ipynb compares at 15 instead of 16 significant digits, to absorb a last-digit difference in one of the decay fractions.

Squash commit messages

* DX: ignore agent configuration files
* DX: migrate Ruff rule selection to rule names
* DX: upgrade pre-commit hooks and ComPWA policy to 0.9.3
* MAINT: format dependency version specifiers
* MAINT: loosen precision in LS-model regression check
* MAINT: replace Julia compat pins with [sources] entries
* MAINT: upgrade to ampform-dpd 0.4.1

Bumps [jupyterlab](https://github.com/jupyterlab/jupyterlab) from 4.6.1 to 4.6.2.
- [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.1...@jupyterlab/lsp@4.6.2)

---
updated-dependencies:
- dependency-name: jupyterlab
  dependency-version: 4.6.2
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the ⬆️ Lock This PR upgrades the lock files label Jul 26, 2026
@redeboer redeboer changed the title MAINT: bump jupyterlab from 4.6.1 to 4.6.2 MAINT: upgrade lock files Jul 26, 2026
@redeboer
redeboer marked this pull request as draft July 27, 2026 19:22
dependabot Bot and others added 10 commits August 4, 2026 10:35
Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.51 to 3.1.54.
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](gitpython-developers/GitPython@3.1.51...3.1.54)

---
updated-dependencies:
- dependency-name: gitpython
  dependency-version: 3.1.54
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Remco de Boer <29308176+redeboer@users.noreply.github.com>
redeboer pushed a commit to ComPWA/polarimetry-pr-preview that referenced this pull request Aug 4, 2026
redeboer pushed a commit to ComPWA/polarimetry-pr-preview that referenced this pull request Aug 4, 2026
* MAINT: bump gitpython from 3.1.51 to 3.1.57

Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.51 to 3.1.57.
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](gitpython-developers/GitPython@3.1.51...3.1.57)

---
updated-dependencies:
- dependency-name: gitpython
  dependency-version: 3.1.57
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* MAINT: upgrade lock files

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Remco de Boer <29308176+redeboer@users.noreply.github.com>
redeboer pushed a commit to ComPWA/polarimetry-pr-preview that referenced this pull request Aug 4, 2026
@redeboer
redeboer self-requested a review August 4, 2026 19:27
@redeboer
redeboer force-pushed the dependabot/lock-63817043ce branch from 30536b3 to 732d57c Compare August 4, 2026 21:25
@redeboer
redeboer marked this pull request as ready for review August 4, 2026 22:26
@redeboer redeboer added 🔨 Maintenance Maintenance and upkeep improvements 🖱️ DX Improvements to the Developer Experience labels Aug 4, 2026
@redeboer redeboer added 🔨 Maintenance Maintenance and upkeep improvements and removed 🔨 Maintenance Maintenance and upkeep improvements labels Aug 4, 2026
@redeboer
redeboer enabled auto-merge (squash) August 4, 2026 22:38
redeboer pushed a commit to ComPWA/polarimetry-pr-preview that referenced this pull request Aug 5, 2026
@redeboer
redeboer merged commit ac86a98 into main Aug 5, 2026
40 checks passed
@redeboer
redeboer deleted the dependabot/lock-63817043ce branch August 5, 2026 01:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🖱️ DX Improvements to the Developer Experience ⬆️ Lock This PR upgrades the lock files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants