Skip to content

Lock file maintenance pep621#485

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/pep621
Closed

Lock file maintenance pep621#485
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/pep621

Conversation

@renovate

@renovate renovate Bot commented May 5, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
lockFileMaintenance All locks refreshed
python (source) requires-python minor >=3.12,<3.13 -> >=3.13,<3.14

🔧 This Pull Request updates lock files to use the latest dependency versions.


Release Notes

python/cpython (python)

v3.13.3

Compare Source

v3.13.2

Compare Source

v3.13.1

Compare Source

v3.13.0

Compare Source


Configuration

📅 Schedule: Branch creation - "before 4am on monday" in timezone Europe/London, 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate

renovate Bot commented May 5, 2025

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: uv.lock
Command failed: uv lock --upgrade
Using CPython 3.12.3 interpreter at: /usr/bin/python3.12
error: The Python request from `.python-version` resolved to Python 3.12.3, which is incompatible with the project's Python requirement: `==3.13.*`. Use `uv python pin` to update the `.python-version` file to a compatible version.

File name: uv.lock
Command failed: uv lock --upgrade
Using CPython 3.12.3 interpreter at: /usr/bin/python3.12
error: The Python request from `.python-version` resolved to Python 3.12.3, which is incompatible with the project's Python requirement: `==3.13.*`. Use `uv python pin` to update the `.python-version` file to a compatible version.

@renovate renovate Bot added the dependencies Changes that interact with managing dependencies label May 5, 2025
@renovate renovate Bot requested a review from CarrotManMatt as a code owner May 5, 2025 02:52
@CarrotManMatt

Copy link
Copy Markdown
Member

Ah this is the upgrade to uv 0.7.0, that has more strick handling of version incompatibility conflicts. So this error's been floating around for a while but just not realised. Its interesting that they are mismatched though?

@CarrotManMatt

Copy link
Copy Markdown
Member

Oh, they're not mismatched:

requires-python = ">=3.12,<3.13" # TODO: Allow Python 3.13 once py-cord makes a new release with support for it

I'm not sure why uv is reporting the value as ==3.13.* then?

@CarrotManMatt

CarrotManMatt commented May 5, 2025

Copy link
Copy Markdown
Member

Ohhhh. I forgot to notice that this PR itself is requesting a version upgrade.

requires-python = ">=3.13,<3.14" # TODO: Allow Python 3.13 once py-cord makes a new release with support for it

So Renovate needs to be told to ignore this upgrade, until we choose to do it manually.

@CarrotManMatt CarrotManMatt added the wontfix This will not be worked on label May 5, 2025
@CarrotManMatt CarrotManMatt deleted the renovate/pep621 branch May 5, 2025 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Changes that interact with managing dependencies wontfix This will not be worked on

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant