blakeNaccarato / copier-python

Copier template for Python projects
https://blakenaccarato.github.io/copier-python/
MIT License
4 stars 0 forks source link

Update core - abandoned #388

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 6 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/deploy-pages action patch v4.0.4 -> v4.0.5 age adoption passing confidence
charliermarsh/ruff-pre-commit repository patch v0.3.3 -> v0.3.4 age adoption passing confidence
pre-commit minor ==3.6.2 -> ==3.7.0 age adoption passing confidence
ruff (source, changelog) patch ==0.3.3 -> ==0.3.4 age adoption passing confidence
sourcery-cli minor ==1.15.0 -> ==1.16.0 age adoption passing confidence
uv (source) patch ==0.1.21 -> ==0.1.24 age adoption passing confidence

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

actions/deploy-pages (actions/deploy-pages) ### [`v4.0.5`](https://togithub.com/actions/deploy-pages/releases/tag/v4.0.5) [Compare Source](https://togithub.com/actions/deploy-pages/compare/v4.0.4...v4.0.5) ### Changelog - On API error, the error message will surface the API request ID [@​TooManyBees](https://togithub.com/TooManyBees) ([#​324](https://togithub.com/actions/deploy-pages/issues/324)) - Bump the non-breaking-changes group with 2 updates [@​dependabot](https://togithub.com/dependabot) ([#​318](https://togithub.com/actions/deploy-pages/issues/318)) - Bump the non-breaking-changes group with 1 update [@​dependabot](https://togithub.com/dependabot) ([#​316](https://togithub.com/actions/deploy-pages/issues/316)) - Bump the non-breaking-changes group with 3 updates [@​dependabot](https://togithub.com/dependabot) ([#​314](https://togithub.com/actions/deploy-pages/issues/314)) - Bump release-drafter/release-drafter from 5.25.0 to 6.0.0 [@​dependabot](https://togithub.com/dependabot) ([#​311](https://togithub.com/actions/deploy-pages/issues/311)) *** See details of [all code changes](https://togithub.com/actions/deploy-pages/compare/v4.0.4...v4.0.5) since previous release. :warning: For use with products other than GitHub.com, such as GitHub Enterprise Server, please consult the [compatibility table](https://togithub.com/actions/deploy-pages/#compatibility).
charliermarsh/ruff-pre-commit (charliermarsh/ruff-pre-commit) ### [`v0.3.4`](https://togithub.com/astral-sh/ruff-pre-commit/releases/tag/v0.3.4) [Compare Source](https://togithub.com/charliermarsh/ruff-pre-commit/compare/v0.3.3...v0.3.4) See: https://github.com/astral-sh/ruff/releases/tag/v0.3.4
pre-commit/pre-commit (pre-commit) ### [`v3.7.0`](https://togithub.com/pre-commit/pre-commit/blob/HEAD/CHANGELOG.md#370---2024-03-24) \================== ##### Features - Use a tty for `docker` and `docker_image` hooks when `--color` is specified. - [#​3122](https://togithub.com/pre-commit/pre-commit/issues/3122) PR by [@​glehmann](https://togithub.com/glehmann). ##### Fixes - Fix `fail_fast` for individual hooks stopping when previous hooks had failed. - [#​3167](https://togithub.com/pre-commit/pre-commit/issues/3167) issue by [@​tp832944](https://togithub.com/tp832944). - [#​3168](https://togithub.com/pre-commit/pre-commit/issues/3168) PR by [@​asottile](https://togithub.com/asottile). ##### Updating - The per-hook behaviour of `fail_fast` was fixed. If you want the pre-3.7.0 behaviour, add `fail_fast: true` to all hooks before the last `fail_fast` hook.
astral-sh/ruff (ruff) ### [`v0.3.4`](https://togithub.com/astral-sh/ruff/blob/HEAD/CHANGELOG.md#034) [Compare Source](https://togithub.com/astral-sh/ruff/compare/v0.3.3...v0.3.4) ##### Preview features - \[`flake8-simplify`] Detect implicit `else` cases in `needless-bool` (`SIM103`) ([#​10414](https://togithub.com/astral-sh/ruff/pull/10414)) - \[`pylint`] Implement `nan-comparison` (`PLW0117`) ([#​10401](https://togithub.com/astral-sh/ruff/pull/10401)) - \[`pylint`] Implement `nonlocal-and-global` (`E115`) ([#​10407](https://togithub.com/astral-sh/ruff/pull/10407)) - \[`pylint`] Implement `singledispatchmethod-function` (`PLE5120`) ([#​10428](https://togithub.com/astral-sh/ruff/pull/10428)) - \[`refurb`] Implement `list-reverse-copy` (`FURB187`) ([#​10212](https://togithub.com/astral-sh/ruff/pull/10212)) ##### Rule changes - \[`flake8-pytest-style`] Add automatic fix for `pytest-parametrize-values-wrong-type` (`PT007`) ([#​10461](https://togithub.com/astral-sh/ruff/pull/10461)) - \[`pycodestyle`] Allow SPDX license headers to exceed the line length (`E501`) ([#​10481](https://togithub.com/astral-sh/ruff/pull/10481)) ##### Formatter - Fix unstable formatting for trailing subscript end-of-line comment ([#​10492](https://togithub.com/astral-sh/ruff/pull/10492)) ##### Bug fixes - Avoid code comment detection in PEP 723 script tags ([#​10464](https://togithub.com/astral-sh/ruff/pull/10464)) - Avoid incorrect tuple transformation in single-element case (`C409`) ([#​10491](https://togithub.com/astral-sh/ruff/pull/10491)) - Bug fix: Prevent fully defined links [`name`](link) from being reformatted ([#​10442](https://togithub.com/astral-sh/ruff/pull/10442)) - Consider raw source code for `W605` ([#​10480](https://togithub.com/astral-sh/ruff/pull/10480)) - Docs: Link inline settings when not part of options section ([#​10499](https://togithub.com/astral-sh/ruff/pull/10499)) - Don't treat annotations as redefinitions in `.pyi` files ([#​10512](https://togithub.com/astral-sh/ruff/pull/10512)) - Fix `E231` bug: Inconsistent catch compared to pycodestyle, such as when dict nested in list ([#​10469](https://togithub.com/astral-sh/ruff/pull/10469)) - Fix pylint upstream categories not showing in docs ([#​10441](https://togithub.com/astral-sh/ruff/pull/10441)) - Add missing `Options` references to blank line docs ([#​10498](https://togithub.com/astral-sh/ruff/pull/10498)) - 'Revert "F821: Fix false negatives in .py files when `from __future__ import annotations` is active ([#​10362](https://togithub.com/astral-sh/ruff/issues/10362))"' ([#​10513](https://togithub.com/astral-sh/ruff/pull/10513)) - Apply NFKC normalization to unicode identifiers in the lexer ([#​10412](https://togithub.com/astral-sh/ruff/pull/10412)) - Avoid failures due to non-deterministic binding ordering ([#​10478](https://togithub.com/astral-sh/ruff/pull/10478)) - \[`flake8-bugbear`] Allow tuples of exceptions (`B030`) ([#​10437](https://togithub.com/astral-sh/ruff/pull/10437)) - \[`flake8-quotes`] Avoid syntax errors due to invalid quotes (`Q000, Q002`) ([#​10199](https://togithub.com/astral-sh/ruff/pull/10199))
sourcery-ai/sourcery (sourcery-cli) ### [`v1.16.0`](https://togithub.com/sourcery-ai/sourcery/releases/tag/v1.16.0): Sourcery 1.16.0 [Compare Source](https://togithub.com/sourcery-ai/sourcery/compare/v1.15.0...v1.16.0)
astral-sh/uv (uv) ### [`v0.1.24`](https://togithub.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0124) [Compare Source](https://togithub.com/astral-sh/uv/compare/0.1.23...0.1.24) ##### Breaking changes - `uv pip uninstall` no longer supports specifying targets with the `-e` / `--editable` flag ([#​2577](https://togithub.com/astral-sh/uv/pull/2577)) ##### Enhancements - Add a garbage collection mechanism to the CLI ([#​1217](https://togithub.com/astral-sh/uv/pull/1217)) - Add progress reporting for named requirement resolution ([#​2605](https://togithub.com/astral-sh/uv/pull/2605)) - Add support for parsing unnamed URL requirements ([#​2567](https://togithub.com/astral-sh/uv/pull/2567)) - Add support for unnamed local directory requirements ([#​2571](https://togithub.com/astral-sh/uv/pull/2571)) - Enable PEP 517 builds for unnamed requirements ([#​2600](https://togithub.com/astral-sh/uv/pull/2600)) - Enable install audits without resolving named requirements ([#​2575](https://togithub.com/astral-sh/uv/pull/2575)) - Enable unnamed requirements for direct URLs ([#​2569](https://togithub.com/astral-sh/uv/pull/2569)) - Respect HTTP client options when reading remote requirements files ([#​2434](https://togithub.com/astral-sh/uv/pull/2434)) - Use PEP 517 build hooks to resolve unnamed requirements ([#​2604](https://togithub.com/astral-sh/uv/pull/2604)) - Use c-string literals and update trampolines ([#​2590](https://togithub.com/astral-sh/uv/pull/2590)) - Support unnamed requirements directly in `uv pip uninstall` ([#​2577](https://togithub.com/astral-sh/uv/pull/2577)) - Add support for unnamed Git and HTTP requirements ([#​2578](https://togithub.com/astral-sh/uv/pull/2578)) - Make self-update an opt-in Cargo feature ([#​2606](https://togithub.com/astral-sh/uv/pull/2606)) - Update minimum rust version (cargo) to 1.76 ([#​2618](https://togithub.com/astral-sh/uv/pull/2618)) ##### Bug fixes - Fix self-updates on Windows ([#​2598](https://togithub.com/astral-sh/uv/pull/2598)) - Fix authentication with usernames that contain `@` characters ([#​2592](https://togithub.com/astral-sh/uv/pull/2592)) - Do not error when there are warnings on Python interpreter stderr ([#​2599](https://togithub.com/astral-sh/uv/pull/2599)) - Prevent discovery of cache gitignore when building distributions ([#​2615](https://togithub.com/astral-sh/uv/pull/2615)) ##### Rust API - Make `InstallDist.direct_url` public ([#​2584](https://togithub.com/astral-sh/uv/pull/2584)) - Make `AllowedYanks` public ([#​2608](https://togithub.com/astral-sh/uv/pull/2608)) ##### Documentation - Fix badge to current CI status ([#​2612](https://togithub.com/astral-sh/uv/pull/2612)) ### [`v0.1.23`](https://togithub.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0123) [Compare Source](https://togithub.com/astral-sh/uv/compare/0.1.22...0.1.23) ##### Enhancements - Implement `--no-strip-extras` to preserve extras in compilation ([#​2555](https://togithub.com/astral-sh/uv/pull/2555)) - Preserve hashes for pinned packages when compiling without `--upgrade` ([#​2532](https://togithub.com/astral-sh/uv/pull/2532)) - Add a `uv self update` command ([#​2228](https://togithub.com/astral-sh/uv/pull/2228)) - Use relative paths for user-facing messages ([#​2559](https://togithub.com/astral-sh/uv/pull/2559)) - Add `CUSTOM_COMPILE_COMMAND` support to `uv pip compile` ([#​2554](https://togithub.com/astral-sh/uv/pull/2554)) - Add SHA384 and SHA512 hash algorithms ([#​2534](https://togithub.com/astral-sh/uv/pull/2534)) - Treat uninstallable packages as warnings, rather than errors ([#​2557](https://togithub.com/astral-sh/uv/pull/2557)) ##### Bug fixes - Allow `VIRTUAL_ENV` to take precedence over `CONDA_PREFIX` ([#​2574](https://togithub.com/astral-sh/uv/pull/2574)) - Ensure mtime of site packages is updated during wheel installation ([#​2545](https://togithub.com/astral-sh/uv/pull/2545)) - Re-test validity after every lenient parsing change ([#​2550](https://togithub.com/astral-sh/uv/pull/2550)) - Run interpreter discovery under `-I` mode ([#​2552](https://togithub.com/astral-sh/uv/pull/2552)) - Search in both `purelib` and `platlib` for site-packages population ([#​2537](https://togithub.com/astral-sh/uv/pull/2537)) - Fix wheel builds and uploads for musl ARM ([#​2518](https://togithub.com/astral-sh/uv/pull/2518)) ##### Documentation - Add `--link-mode` defaults to CLI ([#​2549](https://togithub.com/astral-sh/uv/pull/2549)) - Add an example workflow for compiling the current environment's packages ([#​1968](https://togithub.com/astral-sh/uv/pull/1968)) - Add `uv pip check diagnostics` to `PIP_COMPATIBILITY.md` ([#​2544](https://togithub.com/astral-sh/uv/pull/2544)) ### [`v0.1.22`](https://togithub.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0122) [Compare Source](https://togithub.com/astral-sh/uv/compare/0.1.21...0.1.22) ##### Enhancements - Add support for PyTorch-style local version semantics ([#​2430](https://togithub.com/astral-sh/uv/pull/2430)) - Add support for Hatch's `{root:uri}` paths in editable installs ([#​2492](https://togithub.com/astral-sh/uv/pull/2492)) - Implement `uv pip check` ([#​2397](https://togithub.com/astral-sh/uv/pull/2397)) - Add pip-like linehaul information to user agent ([#​2493](https://togithub.com/astral-sh/uv/pull/2493)) - Add additional ARM targets to release ([#​2417](https://togithub.com/astral-sh/uv/pull/2417)) ##### Bug fixes - Allow direct file path requirements to include fragments ([#​2502](https://togithub.com/astral-sh/uv/pull/2502)) - Avoid panicking on cannot-be-a-base URLs ([#​2461](https://togithub.com/astral-sh/uv/pull/2461)) - Drop `macosx_10_0` from compatible wheel tags on `aarch64` ([#​2496](https://togithub.com/astral-sh/uv/pull/2496)) - Fix operating system detection on \*BSD ([#​2505](https://togithub.com/astral-sh/uv/pull/2505)) - Fix priority of ABI tags ([#​2489](https://togithub.com/astral-sh/uv/pull/2489)) - Fix priority of platform tags for manylinux ([#​2483](https://togithub.com/astral-sh/uv/pull/2483)) - Make > operator exclude post and local releases ([#​2471](https://togithub.com/astral-sh/uv/pull/2471)) - Re-add support for pyenv shims ([#​2503](https://togithub.com/astral-sh/uv/pull/2503)) - Validate required package names against wheel package names ([#​2516](https://togithub.com/astral-sh/uv/pull/2516))

Configuration

📅 Schedule: Branch creation - "on the first day of the month" (UTC), 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 if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 5 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

renovate[bot] commented 5 months ago

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.