Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies - autoclosed #305

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 2, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
ghcr.io/astral-sh/uv final patch 0.5.4 -> 0.5.6 age adoption passing confidence
githubkit project.dependencies minor >=0.11.14 -> >=0.12.0 age adoption passing confidence
inline-snapshot (changelog) tool.uv.dev-dependencies patch >=0.14.0 -> >=0.14.1 age adoption passing confidence
poethepoet tool.uv.dev-dependencies patch >=0.31.0 -> >=0.31.1 age adoption passing confidence

Release Notes

astral-sh/uv (ghcr.io/astral-sh/uv)

v0.5.6

Compare Source

Enhancements
  • Add --dry-run to uv pip uninstall (#​9557)
  • Allow --constraints and --overrides in uv tool install (#​9547)
  • Display removed Python executables on uninstall (#​9459)
  • Warn when keyring has no password for uv publish (#​8827)
  • Add suggested action when .python-version pin is incompatible with the project (#​9590)
  • Improve error messages for mismatches in tool.uv.sources (#​9482)
  • Use constraints in trace rather than irrelevant requires-python (#​9529)
Preview features
  • Add uv python install --default (#​8650)
  • Fix Python executable installation when multiple patch versions are requested (#​9607)
  • Build backend: Revamp include / exclude (#​9525)
  • Build backend: Add fast path (#​9556)
  • Build backend: Add functions to collect file list (#​9602)
  • Build backend: Default excludes (#​9552)
  • Build backend: Refactoring before list (#​9558)
  • Build backend: Warn when visiting over 10k files (#​9523)
Configuration
  • Make check-url available in configuration files (#​9032)
Performance
  • Avoid adding non-extra package with extra dependencies (#​9540)
  • Avoid cloning String in marker evaluation (#​9598)
Rust API
  • uv-pep508: Add more methods for simplifying extra-related expressions (#​9469)
Bug fixes
  • Allow file: URLs to include package names (#​9493)
  • Avoid using IDs across PubGrub states (#​9538)
  • Consistently enforce requested-vs.-built metadata when retrieving wheels (#​9484)
  • Do not show empty version specifier in uv tool list (#​9605)
  • Include Git member information when getting metadata from cache (#​9388)
  • Include base installation directory in uv run PATH (#​9585)
  • Insert backslash when appending to system drive (#​9488)
  • Normalize paths when lowering Git dependencies (#​9595)
  • Omit origin when comparing requirements (#​9570)
  • Override manylinux_compatible with --python-platform (#​9526)
  • Pass extra when evaluating lockfile markers (#​9539)
  • Propagate markers for recursive extras in resolver (#​9509)
  • Respect path dependencies within Git dependencies (#​9594)
  • Support recursive extras with marker in pip compile -r pyproject.toml (#​9535)
  • Don't emit unpinned warning for proxy packages (#​9497)
  • Fix --refresh-package flag mentioned as --refresh-dependency (#​9486)
  • Handle Windows AV/EDR file locks during script installations (#​9543)
  • Re-enable conflicting extra/group tests and fix regression from #​9540 (#​9582)
Documentation
  • Add missing word to docs for run.md (#​9527)
  • Add policies reference section and license document (#​9367)
  • Fix typo in entry point docs (#​9491)
  • Fix up version in prior uninstall instructions (#​9485)
  • Mention uv pip behavior in build system note (#​9586)
  • Update build failures document (#​9584)
  • Correct wording for multiple sources section (#​9504)

v0.5.5

Compare Source

Enhancements
  • Add aliases for build backend requests (#​9294)
  • Avoid displaying empty paths (#​9312)
  • Allow constraints in uv tool upgrade (#​9375)
  • Remove conflict between --no-sync and --frozen in uv run (#​9400)
  • Respect dependency sources in overrides and constraints (#​9455)
  • Show an interpreter-focused message for --target and --prefix (#​9373)
  • Add --no-extra flag and setting (#​9387)
  • Add uv export --prune (#​9389)
  • Add dedicated error message for musl install attempts (#​9430)
  • Add various grammar changes to conflict error messages (#​9369)
  • Annotate default groups in conflict error messages (#​9368)
  • Report marker diagnostics during parsing, rather than evaluation (#​9338)
  • Use consistent formatting for build system errors (#​9340)
  • Use rich diagnostics for build failures (#​9335)
Preview features
  • Improve build backend excludes (#​9281)
  • Include PEP 639 license-files metadata during uv publish (#​9442)
Performance
  • Initialize rayon lazily (#​9435)
  • Migrate to PubGrub's arena for package names (#​9448)
Bug fixes
  • Allow dependency groups to include the containing package (#​9385)
  • Allow syncing to empty virtual environment directories (#​9427)
  • Allow system Python discovery with --target and --prefix (#​9371)
  • Don't warn when --output-file is empty (#​9417)
  • Fix Python interpreter discovery on non-glibc hosts (#​9005)
  • Fix tool.uv.dependency-metadata.[].version schema (#​9468)
  • Only respect preferences across the same indexes (#​9302)
  • Re-compile when --compile is passed to an install operation (#​9378)
  • Remove --upgrade, --no-upgrade, and --upgrade-package from uv tool upgrade (#​9318)
  • Remove dev dependencies in --all-groups --no-dev (#​9300)
  • Surface extras and group conflicts in uv export (#​9365)
  • Treat deprecated aliases as equivalent in marker algebra (#​9342)
  • Treat less compatible tags as lower priority in resolver (#​9339)
Documentation
  • Avoid referencing scikit-build (instead of scikit-build-core) (#​9320)
  • Expand entry points documentation (#​9329)
  • Fix example pyproject.toml in project concept documentation (#​9298)
  • Fix header level of "Conflicting dependencies" page (#​9330)
  • Touch-up the extension module guide (#​9293)
  • Update the dependencies documentation (#​9359)
  • Reference --no-progress option in related environment variable (#​9357)
yanyongyu/githubkit (githubkit)

v0.12.0: Release 0.12.0

Compare Source

Breakings

  • Drop Python 3.8 support
  • query, header, cookie params in Rest API functions are now keyword only

New Features

  • add cache strategy option, including in-memory and redis cache
  • add basic throttling logic. By default, githubkit will limit the request concurrency to 100.

If you encounter any problems, please submit an issue 😄 .

What's Changed

Full Changelog: yanyongyu/githubkit@v0.11.14...v0.12.0

15r10nk/inline-snapshot (inline-snapshot)

v0.14.1

Compare Source

Fixed

  • Don't crash for snapshots like snapshot(f"") (#​139)
    It first appeared with pytest-8.3.4, but already existed before for cpython-3.11.
    f-strings in snapshots are currently not official supported, but they should not lead to crashes.

  • skip formatting if black returns an error (#​138)

nat-n/poethepoet (poethepoet)

v0.31.1: 0.31.1

Compare Source

Fixes

Full Changelog: nat-n/poethepoet@v0.31.0...v0.31.1


Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (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.


  • 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 added the dependencies Pull requests that update a dependency file label Dec 2, 2024
Copy link
Contributor Author

renovate bot commented Dec 2, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact 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-package githubkit --upgrade-package inline-snapshot --upgrade-package poethepoet
Using CPython 3.12.7
  × No solution found when resolving dependencies for split
  │ (python_full_version == '3.12.*'):
  ╰─▶ Because only the following versions of githubkit[auth-app] are
      available:
          githubkit[auth-app]<=0.11.0
          githubkit[auth-app]==0.11.1
          githubkit[auth-app]==0.11.2
          githubkit[auth-app]==0.11.3
          githubkit[auth-app]==0.11.4
          githubkit[auth-app]==0.11.5
          githubkit[auth-app]==0.11.6
          githubkit[auth-app]==0.11.7
          githubkit[auth-app]==0.11.8
          githubkit[auth-app]==0.11.9
          githubkit[auth-app]==0.11.10
          githubkit[auth-app]==0.11.11
          githubkit[auth-app]==0.11.12
          githubkit[auth-app]==0.11.13
          githubkit[auth-app]==0.11.14
          githubkit[auth-app]>0.12.0
      and nonebot-adapter-github==0.4.1 depends on
      githubkit[auth-app]>=0.11.0,<0.12.0, we can conclude that
      nonebot-adapter-github==0.4.1 depends on githubkit>=0.11.0,<=0.11.14.
      And because only nonebot-adapter-github<=0.4.1 is available,
      we can conclude that nonebot-adapter-github>=0.4.1 depends on
      githubkit>=0.11.0,<=0.11.14.
      And because your project depends on githubkit>=0.12.0 and
      nonebot-adapter-github>=0.4.1, we can conclude that your project's
      requirements are unsatisfiable.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 40b647b to 6c60712 Compare December 3, 2024 22:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6c60712 to 3deffcd Compare December 4, 2024 20:32
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed Dec 5, 2024
@renovate renovate bot closed this Dec 5, 2024
@renovate renovate bot deleted the renovate/all-minor-patch branch December 5, 2024 10:13
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants