Commit 5fe2c02
authored
chore(deps): Update github-actions (#1647)
This PR contains the following updates:
| Package | Type | Update | Change | Pending |
|---|---|---|---|---|
| [actions/setup-python](https://redirect.github.com/actions/setup-python) ([changelog](https://redirect.github.com/actions/setup-python/compare/a309ff8b426b58ec0e2a45f0f869d46889d02405..ece7cb06caefa5fff74198d8649806c4678c61a1)) | action | digest | `a309ff8` → `ece7cb0` | |
| [astral-sh/uv](https://redirect.github.com/astral-sh/uv) | uses-with | patch | `0.11.18` → `0.11.24` | `0.11.26` (+1) |
| [aws-actions/configure-aws-credentials](https://redirect.github.com/aws-actions/configure-aws-credentials) ([changelog](https://redirect.github.com/aws-actions/configure-aws-credentials/compare/e7f100cf4c008499ea8adda475de1042d6975c7b..254c19bd240aabef8777f48595e9d2d7b972184b)) | action | digest | `e7f100c` → `254c19b` | |
| [python](https://redirect.github.com/actions/python-versions) | uses-with | minor | `3.11` → `3.14` | |
| [stefanzweifel/git-auto-commit-action](https://redirect.github.com/stefanzweifel/git-auto-commit-action) ([changelog](https://redirect.github.com/stefanzweifel/git-auto-commit-action/compare/04702edda442b2e678b25b537cec683a1493fcb9..4a55954c782fc1ea30b9056cd3e7a2b40ca8887d)) | action | digest | `04702ed` → `4a55954` | |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/1591) for more information.
---
### Release Notes
<details>
<summary>astral-sh/uv (astral-sh/uv)</summary>
### [`v0.11.24`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#01124)
[Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.11.23...0.11.24)
Released on 2026-06-23.
##### Python
- Add CPython 3.15.0b3 ([#​19964](https://redirect.github.com/astral-sh/uv/pull/19964))
##### Preview features
- Make project environments relocatable under preview ([#​19965](https://redirect.github.com/astral-sh/uv/pull/19965))
##### Performance
- Use a compact index for lazy version maps ([#​19959](https://redirect.github.com/astral-sh/uv/pull/19959))
##### Bug fixes
- Allow disabling `exclude-newer` ([#​19934](https://redirect.github.com/astral-sh/uv/pull/19934))
- Avoid archive id collisions ([#​19949](https://redirect.github.com/astral-sh/uv/pull/19949))
- Reapply "Fix transparent Python upgrades in project environments" ([#​19928](https://redirect.github.com/astral-sh/uv/pull/19928))
- Clean up partial tool entrypoint installs ([#​19966](https://redirect.github.com/astral-sh/uv/pull/19966))
- Fix relocatable `activate.fish` and broaden Fish version support ([#​19856](https://redirect.github.com/astral-sh/uv/pull/19856))
### [`v0.11.23`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#01123)
[Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.11.22...0.11.23)
Released on 2026-06-19.
##### Bug fixes
- Revert "Fix transparent Python upgrades in project environments" to mitigate unintended breakage in `pre-commit-uv` ([#​19925](https://redirect.github.com/astral-sh/uv/pull/19925))
- Restore old behavior where workspace members "hidden" by an intermediate `pyproject.toml` would be treated as standalone projects ([#​19926](https://redirect.github.com/astral-sh/uv/pull/19926))
### [`v0.11.22`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#01122)
[Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.11.21...0.11.22)
Released on 2026-06-18.
##### Enhancements
- Publish wheels before sdists in `uv publish` ([#​19831](https://redirect.github.com/astral-sh/uv/pull/19831))
- Add `TY` and `RUFF` env vars for providing paths for binaries used by `uv format` and `uv check` ([#​19821](https://redirect.github.com/astral-sh/uv/pull/19821))
##### Preview features
- Allow configuring preview features in `uv.toml` and `pyproject.toml` ([#​18437](https://redirect.github.com/astral-sh/uv/pull/18437))
- Update the lockfile during `uv check --no-sync` ([#​19909](https://redirect.github.com/astral-sh/uv/pull/19909))
- Add `--script` to `uv check` and `uv metadata` ([#​19860](https://redirect.github.com/astral-sh/uv/pull/19860))
- Report workspace-exclusive dependency groups in `workspace metadata` ([#​19862](https://redirect.github.com/astral-sh/uv/pull/19862))
- Support SARIF as a `uv audit` output ([#​19872](https://redirect.github.com/astral-sh/uv/pull/19872))
##### Performance
- Use a more deadlock-resistant concurrent hashmap in the resolver ([#​19532](https://redirect.github.com/astral-sh/uv/pull/19532))
##### Bug fixes
- Update string marker ordering semantics to match [upstream clarified rules](https://redirect.github.com/pypa/packaging.python.org/pull/1988) ([#​19808](https://redirect.github.com/astral-sh/uv/pull/19808))
- Reject extras that have the same normalized name ([#​19871](https://redirect.github.com/astral-sh/uv/pull/19871))
- Reject dependency group `include-group` entries that have additional fields ([#​19866](https://redirect.github.com/astral-sh/uv/pull/19866))
- Reject invalid UTF-8 URL credentials ([#​19814](https://redirect.github.com/astral-sh/uv/pull/19814))
- Validate that PEP 517 `backend-path`s exist when building sdists ([#​19834](https://redirect.github.com/astral-sh/uv/pull/19834))
- Validate that `pylock.toml` files do not have an unsupported a `lock-version` ([#​19869](https://redirect.github.com/astral-sh/uv/pull/19869))
- Validate that the environment satisfies the `packages.requires-python` of a `pylock.toml` ([#​19868](https://redirect.github.com/astral-sh/uv/pull/19868))
- Allow `uv` to be recursively invoked by PEP 517 build hooks ([#​19879](https://redirect.github.com/astral-sh/uv/pull/19879))
- Allow empty `credentials.toml` files ([#​19815](https://redirect.github.com/astral-sh/uv/pull/19815))
- Fix transparent Python upgrades in project environments ([#​19890](https://redirect.github.com/astral-sh/uv/pull/19890))
- Handle non-file editable URLs in `uv pip list` ([#​19867](https://redirect.github.com/astral-sh/uv/pull/19867))
- Fix incorrect output from `uv tree --invert` ([#​19910](https://redirect.github.com/astral-sh/uv/pull/19910))
- Fix environment locking of `uv venv` in a project ([#​19837](https://redirect.github.com/astral-sh/uv/pull/19837))
- Fix handling of workspace-exclusive dependency groups in `uv tree` ([#​19905](https://redirect.github.com/astral-sh/uv/pull/19905))
##### Documentation
- Archive the 0.10.x changelog ([#​19813](https://redirect.github.com/astral-sh/uv/pull/19813))
##### Other changes
- Mark more tests as requiring network for vendors that need to run tests offline ([#​19819](https://redirect.github.com/astral-sh/uv/pull/19819))
### [`v0.11.21`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#01121)
[Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.11.20...0.11.21)
Released on 2026-06-11.
##### Python
- Add CPython 3.13.14 and 3.14.6 ([#​19787](https://redirect.github.com/astral-sh/uv/pull/19787))
##### Preview features
- Add `environment.root` to `uv workspace metadata --sync` ([#​19760](https://redirect.github.com/astral-sh/uv/pull/19760))
- Allow `uv upgrade` to update a single dependency constraint ([#​19738](https://redirect.github.com/astral-sh/uv/pull/19738))
- Compute and pass `uv workspace metadata` payload in `ty check` ([#​19763](https://redirect.github.com/astral-sh/uv/pull/19763))
- Make packaged applications the default for `uv init` ([#​17841](https://redirect.github.com/astral-sh/uv/pull/17841))
##### Performance
- Add parallel discovery of Python versions for `uv python list` ([#​18684](https://redirect.github.com/astral-sh/uv/pull/18684))
- Avoid normalizing source distribution names twice ([#​19784](https://redirect.github.com/astral-sh/uv/pull/19784))
##### Bug fixes
- Improve cache robustness and pruning behavior
- Allow CI cache pruning without an sdist bucket ([#​19802](https://redirect.github.com/astral-sh/uv/pull/19802))
- Avoid overflow when reading malformed cache entries ([#​19799](https://redirect.github.com/astral-sh/uv/pull/19799))
- Preserve cached Python downloads during cache pruning ([#​19795](https://redirect.github.com/astral-sh/uv/pull/19795))
- Reject running inside the cache ([#​19659](https://redirect.github.com/astral-sh/uv/pull/19659))
- Fix Python discovery and version request edge cases
- Avoid panics for Unicode Python version requests ([#​19797](https://redirect.github.com/astral-sh/uv/pull/19797))
- Fix handling of non-critical errors in `uv python list` with path requests ([#​19774](https://redirect.github.com/astral-sh/uv/pull/19774))
- Fix stop-discovery-at regression ([#​19769](https://redirect.github.com/astral-sh/uv/pull/19769))
- Harden parsing and validation for package metadata, requirements, markers, URLs, and conflict sets
- Allow trailing commas in version specifiers ([#​19806](https://redirect.github.com/astral-sh/uv/pull/19806))
- Avoid panics for invalid UTF-8 URL credentials ([#​19800](https://redirect.github.com/astral-sh/uv/pull/19800))
- Avoid panics for malformed source distribution filenames ([#​19776](https://redirect.github.com/astral-sh/uv/pull/19776))
- Avoid panics for trailing extra separators ([#​19779](https://redirect.github.com/astral-sh/uv/pull/19779))
- Avoid stack overflow for recursive requirements path aliases ([#​19777](https://redirect.github.com/astral-sh/uv/pull/19777))
- Ignore reversed string compatible-release markers ([#​19782](https://redirect.github.com/astral-sh/uv/pull/19782))
- Reject duplicate entries in conflict sets ([#​19801](https://redirect.github.com/astral-sh/uv/pull/19801))
- Reject malformed hash options in requirements files ([#​19783](https://redirect.github.com/astral-sh/uv/pull/19783))
- Reject source distribution filenames without a separator ([#​19803](https://redirect.github.com/astral-sh/uv/pull/19803))
- Use UTF-8 lengths for requirement errors ([#​19781](https://redirect.github.com/astral-sh/uv/pull/19781))
- Use UTF-8 lengths for trailing marker errors ([#​19796](https://redirect.github.com/astral-sh/uv/pull/19796))
- Use byte offsets when peeking over requirements ([#​19780](https://redirect.github.com/astral-sh/uv/pull/19780))
- Validate GraalPy ABI suffixes ([#​19805](https://redirect.github.com/astral-sh/uv/pull/19805))
- Improve wheel entry-point error handling and virtual environment activation quoting
- Propagate errors when reading wheel entry points ([#​19794](https://redirect.github.com/astral-sh/uv/pull/19794))
- Quote virtual environment activation paths with shell metacharacters ([#​19798](https://redirect.github.com/astral-sh/uv/pull/19798))
### [`v0.11.20`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#01120)
[Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.11.19...0.11.20)
Released on 2026-06-10.
##### Enhancements
- Add `--emit-index-url` and `--emit-find-links` to `uv export` ([#​18370](https://redirect.github.com/astral-sh/uv/pull/18370))
- Add `--find-links` support for `uv pip list` ([#​16103](https://redirect.github.com/astral-sh/uv/pull/16103))
- Group executable install errors during `uv python install` ([#​19691](https://redirect.github.com/astral-sh/uv/pull/19691))
- Use ICF in macOS release builds to reduce binary sizes ([#​19615](https://redirect.github.com/astral-sh/uv/pull/19615))
##### Preview features
- Add initial hidden `uv upgrade` command ([#​19678](https://redirect.github.com/astral-sh/uv/pull/19678))
- Reject Git revisions in `uv upgrade` ([#​19742](https://redirect.github.com/astral-sh/uv/pull/19742))
##### Configuration
- Recognize `UV_NO_INSTALL_PROJECT`, `UV_NO_INSTALL_WORKSPACE`, `UV_NO_INSTALL_LOCAL` ([#​19323](https://redirect.github.com/astral-sh/uv/pull/19323))
##### Performance
- Speed up discovery of large workspaces ([#​18311](https://redirect.github.com/astral-sh/uv/pull/18311))
##### Bug fixes
- Allow unknown preview flags with a warning again ([#​19669](https://redirect.github.com/astral-sh/uv/pull/19669))
- Apply dependency exclusions to direct requirements ([#​19699](https://redirect.github.com/astral-sh/uv/pull/19699))
- Avoid following external symlinks during cache clean ([#​19682](https://redirect.github.com/astral-sh/uv/pull/19682))
- Avoid following symlinks during cache prune ([#​19543](https://redirect.github.com/astral-sh/uv/pull/19543))
- Fix Git cache keys for worktrees and packed refs ([#​19706](https://redirect.github.com/astral-sh/uv/pull/19706))
- Make resolver error handling iterative to avoid stack overflows ([#​19695](https://redirect.github.com/astral-sh/uv/pull/19695))
- Pass `VIRTUAL_ENV` through `cygpath` inside `fish` on Windows ([#​19703](https://redirect.github.com/astral-sh/uv/pull/19703))
- Rebuild explicit local directory tool installs ([#​19591](https://redirect.github.com/astral-sh/uv/pull/19591))
- Validate egg top-level entries as identifiers ([#​19679](https://redirect.github.com/astral-sh/uv/pull/19679))
##### Documentation
- Document `--find-links` caching behavior ([#​19585](https://redirect.github.com/astral-sh/uv/pull/19585))
- Add a small section for malware checks ([#​19680](https://redirect.github.com/astral-sh/uv/pull/19680))
### [`v0.11.19`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#01119)
[Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.11.18...0.11.19)
Released on 2026-06-03.
##### Python
- Add CPython 3.15.0b2 ([#​19531](https://redirect.github.com/astral-sh/uv/pull/19531))
##### Enhancements
- Always compute SHA256 for remote distributions ([#​19662](https://redirect.github.com/astral-sh/uv/pull/19662))
- Add PyEmscripten platform (PEP 783) ([#​19629](https://redirect.github.com/astral-sh/uv/pull/19629))
- Add Pyodide 2025 target triple ([#​19653](https://redirect.github.com/astral-sh/uv/pull/19653))
##### Preview features
- Make preview features for commands have names that aren't ambiguous with the command ([#​19645](https://redirect.github.com/astral-sh/uv/pull/19645))
- Respect `--isolated` in `uv check` ([#​19666](https://redirect.github.com/astral-sh/uv/pull/19666))
##### Bug fixes
- Continue tool uninstall after dangling receipts ([#​19623](https://redirect.github.com/astral-sh/uv/pull/19623))
- Skip Unix-specific installation steps when cross-installing Windows Python distributions ([#​19424](https://redirect.github.com/astral-sh/uv/pull/19424))
</details>
<details>
<summary>actions/python-versions (python)</summary>
### [`v3.14.6`](https://redirect.github.com/actions/python-versions/releases/tag/3.14.6-27283001424): 3.14.6
[Compare Source](https://redirect.github.com/actions/python-versions/compare/3.14.5-25647354415...3.14.6-27283001424)
Python 3.14.6
### [`v3.14.5`](https://redirect.github.com/actions/python-versions/releases/tag/3.14.5-25647354415): 3.14.5
[Compare Source](https://redirect.github.com/actions/python-versions/compare/3.14.4-25113653268...3.14.5-25647354415)
Python 3.14.5
### [`v3.14.4`](https://redirect.github.com/actions/python-versions/releases/tag/3.14.4-25113653268): 3.14.4
[Compare Source](https://redirect.github.com/actions/python-versions/compare/3.14.3-21673711214...3.14.4-25113653268)
Python 3.14.4
### [`v3.14.3`](https://redirect.github.com/actions/python-versions/releases/tag/3.14.3-21673711214): 3.14.3
[Compare Source](https://redirect.github.com/actions/python-versions/compare/3.14.2-20014991423...3.14.3-21673711214)
Python 3.14.3
### [`v3.14.2`](https://redirect.github.com/actions/python-versions/releases/tag/3.14.2-20014991423): 3.14.2
[Compare Source](https://redirect.github.com/actions/python-versions/compare/3.14.1-19879739908...3.14.2-20014991423)
Python 3.14.2
### [`v3.14.1`](https://redirect.github.com/actions/python-versions/releases/tag/3.14.1-19879739908): 3.14.1
[Compare Source](https://redirect.github.com/actions/python-versions/compare/3.14.0-18313368925...3.14.1-19879739908)
Python 3.14.1
### [`v3.14.0`](https://redirect.github.com/actions/python-versions/releases/tag/3.14.0-18313368925): 3.14.0
[Compare Source](https://redirect.github.com/actions/python-versions/compare/3.13.14-27320626148...3.14.0-18313368925)
Python 3.14.0
### [`v3.13.14`](https://redirect.github.com/actions/python-versions/releases/tag/3.13.14-27320626148): 3.13.14
[Compare Source](https://redirect.github.com/actions/python-versions/compare/3.13.13-27225391538...3.13.14-27320626148)
Python 3.13.14
### [`v3.13.13`](https://redirect.github.com/actions/python-versions/releases/tag/3.13.13-27225391538): 3.13.13
[Compare Source](https://redirect.github.com/actions/python-versions/compare/3.13.12-21673645133...3.13.13-27225391538)
Python 3.13.13
### [`v3.13.12`](https://redirect.github.com/actions/python-versions/releases/tag/3.13.12-21673645133): 3.13.12
[Compare Source](https://redirect.github.com/actions/python-versions/compare/3.13.11-20014977833...3.13.12-21673645133)
Python 3.13.12
### [`v3.13.11`](https://redirect.github.com/actions/python-versions/releases/tag/3.13.11-20014977833): 3.13.11
[Compare Source](https://redirect.github.com/actions/python-versions/compare/3.13.10-19879712315...3.13.11-20014977833)
Python 3.13.11
### [`v3.13.10`](https://redirect.github.com/actions/python-versions/releases/tag/3.13.10-19879712315): 3.13.10
[Compare Source](https://redirect.github.com/actions/python-versions/compare/3.13.9-18515951191...3.13.10-19879712315)
Python 3.13.10
### [`v3.13.9`](https://redirect.github.com/actions/python-versions/releases/tag/3.13.9-18515951191): 3.13.9
[Compare Source](https://redirect.github.com/actions/python-versions/compare/3.13.8-18331000654...3.13.9-18515951191)
Python 3.13.9
### [`v3.13.8`](https://redirect.github.com/actions/python-versions/releases/tag/3.13.8-18331000654): 3.13.8
[Compare Source](https://redirect.github.com/actions/python-versions/compare/3.13.7-16980743123...3.13.8-18331000654)
Python 3.13.8
### [`v3.13.7`](https://redirect.github.com/actions/python-versions/releases/tag/3.13.7-16980743123): 3.13.7
[Compare Source](https://redirect.github.com/actions/python-versions/compare/3.13.6-16792117939...3.13.7-16980743123)
Python 3.13.7
### [`v3.13.6`](https://redirect.github.com/actions/python-versions/releases/tag/3.13.6-16792117939): 3.13.6
[Compare Source](https://redirect.github.com/actions/python-versions/compare/3.13.5-15601068749...3.13.6-16792117939)
Python 3.13.6
### [`v3.13.5`](https://redirect.github.com/actions/python-versions/releases/tag/3.13.5-15601068749): 3.13.5
[Compare Source](https://redirect.github.com/actions/python-versions/compare/3.13.4-15433317575...3.13.5-15601068749)
Python 3.13.5
### [`v3.13.4`](https://redirect.github.com/actions/python-versions/releases/tag/3.13.4-15433317575): 3.13.4
[Compare Source](https://redirect.github.com/actions/python-versions/compare/3.13.3-14344076652...3.13.4-15433317575)
Python 3.13.4
### [`v3.13.3`](https://redirect.github.com/actions/python-versions/releases/tag/3.13.3-14344076652): 3.13.3
[Compare Source](https://redirect.github.com/actions/python-versions/compare/3.13.2-13708744326...3.13.3-14344076652)
Python 3.13.3
### [`v3.13.2`](https://redirect.github.com/actions/python-versions/releases/tag/3.13.2-13708744326): 3.13.2
[Compare Source](https://redirect.github.com/actions/python-versions/compare/3.13.1-13437882550...3.13.2-13708744326)
Python 3.13.2
### [`v3.13.1`](https://redirect.github.com/actions/python-versions/releases/tag/3.13.1-13437882550): 3.13.1
[Compare Source](https://redirect.github.com/actions/python-versions/compare/3.13.0-13707372259...3.13.1-13437882550)
Python 3.13.1
### [`v3.13.0`](https://redirect.github.com/actions/python-versions/releases/tag/3.13.0-13707372259): 3.13.0
[Compare Source](https://redirect.github.com/actions/python-versions/compare/3.12.13-27650778726...3.13.0-13707372259)
Python 3.13.0
### [`v3.12.13`](https://redirect.github.com/actions/python-versions/releases/tag/3.12.13-27650778726): 3.12.13
[Compare Source](https://redirect.github.com/actions/python-versions/compare/3.12.12-18393146713...3.12.13-27650778726)
Python 3.12.13
### [`v3.12.12`](https://redirect.github.com/actions/python-versions/releases/tag/3.12.12-18393146713): 3.12.12
[Compare Source](https://redirect.github.com/actions/python-versions/compare/3.12.11-15433310049...3.12.12-18393146713)
Python 3.12.12
### [`v3.12.11`](https://redirect.github.com/actions/python-versions/releases/tag/3.12.11-15433310049): 3.12.11
[Compare Source](https://redirect.github.com/actions/python-versions/compare/3.12.10-14343898437...3.12.11-15433310049)
Python 3.12.11
### [`v3.12.10`](https://redirect.github.com/actions/python-versions/releases/tag/3.12.10-14343898437): 3.12.10
[Compare Source](https://redirect.github.com/actions/python-versions/compare/3.12.9-13149478207...3.12.10-14343898437)
Python 3.12.10
### [`v3.12.9`](https://redirect.github.com/actions/python-versions/releases/tag/3.12.9-13149478207): 3.12.9
[Compare Source](https://redirect.github.com/actions/python-versions/compare/3.12.8-12154062663...3.12.9-13149478207)
Python 3.12.9
### [`v3.12.8`](https://redirect.github.com/actions/python-versions/releases/tag/3.12.8-12154062663): 3.12.8
[Compare Source](https://redirect.github.com/actions/python-versions/compare/3.12.7-11128208086...3.12.8-12154062663)
Python 3.12.8
### [`v3.12.7`](https://redirect.github.com/actions/python-versions/releases/tag/3.12.7-11128208086): 3.12.7
[Compare Source](https://redirect.github.com/actions/python-versions/compare/3.12.6-10765725458...3.12.7-11128208086)
Python 3.12.7
### [`v3.12.6`](https://redirect.github.com/actions/python-versions/releases/tag/3.12.6-10765725458): 3.12.6
[Compare Source](https://redirect.github.com/actions/python-versions/compare/3.12.5-10375840348...3.12.6-10765725458)
Python 3.12.6
### [`v3.12.5`](https://redirect.github.com/actions/python-versions/releases/tag/3.12.5-10375840348): 3.12.5
[Compare Source](https://redirect.github.com/actions/python-versions/compare/3.12.4-9947065640...3.12.5-10375840348)
Python 3.12.5
### [`v3.12.4`](https://redirect.github.com/actions/python-versions/releases/tag/3.12.4-9947065640): 3.12.4
[Compare Source](https://redirect.github.com/actions/python-versions/compare/3.12.3-11057844995...3.12.4-9947065640)
Python 3.12.4
### [`v3.12.3`](https://redirect.github.com/actions/python-versions/releases/tag/3.12.3-11057844995): 3.12.3
[Compare Source](https://redirect.github.com/actions/python-versions/compare/3.12.2-11057786931...3.12.3-11057844995)
Python 3.12.3
### [`v3.12.2`](https://redirect.github.com/actions/python-versions/releases/tag/3.12.2-11057786931): 3.12.2
[Compare Source](https://redirect.github.com/actions/python-versions/compare/3.12.1-11057762749...3.12.2-11057786931)
Python 3.12.2
### [`v3.12.1`](https://redirect.github.com/actions/python-versions/releases/tag/3.12.1-11057762749): 3.12.1
[Compare Source](https://redirect.github.com/actions/python-versions/compare/3.12.0-11057302691...3.12.1-11057762749)
Python 3.12.1
### [`v3.12.0`](https://redirect.github.com/actions/python-versions/releases/tag/3.12.0-11057302691): 3.12.0
[Compare Source](https://redirect.github.com/actions/python-versions/compare/3.11.15-27649667267...3.12.0-11057302691)
Python 3.12.0
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- Branch creation
- Between 12:00 AM and 03:59 AM, on day 1 of the month (`* 0-3 1 * *`)
- Automerge
- At any time (no schedule defined)
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xOTUuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE5NS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->1 parent 2391ecc commit 5fe2c02
14 files changed
Lines changed: 33 additions & 33 deletions
File tree
- .github
- workflows
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
119 | | - | |
| 118 | + | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
109 | | - | |
| 108 | + | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
122 | | - | |
| 121 | + | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
| 172 | + | |
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
105 | | - | |
| 104 | + | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
105 | | - | |
| 104 | + | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
105 | | - | |
| 104 | + | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
106 | | - | |
| 105 | + | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
114 | | - | |
| 113 | + | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments