Skip to content

fix(deps): update non-major dependencies - #924

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/non-major-dependencies
Open

fix(deps): update non-major dependencies#924
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/non-major-dependencies

Conversation

@renovate

@renovate renovate Bot commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/cache action minor v5.0.3v5.1.0 age confidence
actions/checkout action minor v6.0.2v6.1.0 age confidence
actions/checkout action patch v7.0.0v7.0.1 age confidence
actions/setup-python action minor v6.2.0v6.3.0 age confidence
codecov/codecov-action action patch v5.5.2v5.5.5 age confidence
conda/actions action minor v26.1.0v26.7.0 age confidence
dulwich project.dependencies minor >=0.22.6,<0.25>=0.25.2,<0.26 age confidence
mamba (source) feature-dev minor <2.6.0<2.8.2 age confidence
peter-evans/create-pull-request action patch v8.1.0v8.1.1 age confidence
pypa/gh-action-pypi-publish action minor v1.13.0v1.14.1 age confidence
python uses-with minor 3.103.14 age confidence
zizmorcore/zizmor-action action minor v0.4.1v0.6.1 age confidence

Release Notes

actions/cache (actions/cache)

v5.1.0

Compare Source

What's Changed

Full Changelog: actions/cache@v5...v5.1.0

v5.0.5

Compare Source

What's Changed

Full Changelog: actions/cache@v5...v5.0.5

v5.0.4

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v5...v5.0.4

actions/checkout (actions/checkout)

v6.1.0

Compare Source

v6.0.3

Compare Source

actions/setup-python (actions/setup-python)

v6.3.0

Compare Source

What's Changed
Enhancement
Dependency update
Documentation
New Contributors

Full Changelog: actions/setup-python@v6...v6.3.0

codecov/codecov-action (codecov/codecov-action)

v5.5.5

Compare Source

This release only contains the keybase.io change as described here.

Full Changelog: codecov/codecov-action@v5.5.4...v5.5.5

v5.5.4

Compare Source

This is a mirror of v5.5.2. v6 will be released which requires node24

What's Changed

Full Changelog: codecov/codecov-action@v5.5.3...v5.5.4

v5.5.3

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v5.5.2...v5.5.3

conda/actions (conda/actions)

v26.7.0

Compare Source

What's Changed

Full Changelog: conda/actions@v26.1.0...v26.7.0

dulwich/dulwich (dulwich)

v0.25.2: dulwich-0.25.1

Compare Source

What's Changed

Full Changelog: jelmer/dulwich@dulwich-0.25.1...dulwich-0.25.2

v0.25.1

Compare Source

Full Changelog: jelmer/dulwich@dulwich-0.25.0...dulwich-0.25.1

v0.25.0: v0.25.0

Compare Source

What's Changed

New Contributors

Full Changelog: jelmer/dulwich@dulwich-0.24.10...dulwich-0.25.0

mamba-org/mamba (mamba)

v2.8.1

Compare Source

You can update micromamba to this version using:

micromamba self-update

Bug fixes:

Maintenance:

v2.8.0

Compare Source

You can update micromamba to this version using:

micromamba self-update

Bug fixes:

v2.7.0

Compare Source

You can update micromamba to this version using:

micromamba self-update

Bug fixes:

CI fixes and doc:

Maintenance:

v2.7.0.alpha0

Compare Source

You can update micromamba to this pre-release version using:

micromamba self-update -c conda-forge/label/micromamba_prerelease "micromamba==2.7.0.alpha0"

Bug fixes:

CI fixes and doc:

Maintenance:

v2.6.2

Compare Source

Bug fixes:

CI fixes and doc:

v2.6.1

Compare Source

Bug fixes:

CI fixes and doc:

Maintenance:

v2.6.0

Compare Source

Highlights: Sharded Repodata Support

This minor version includes the support for sharded repodata, significantly improving the UX of the project.

Geometric means of improvement factors between 2.5.0 and 2.6.0 across various specifications:

Analysis Cold cache (first installation) Warm cache (subsequent installations)
Wall time speedup 4.1979× 9.7189×
Peak RSS reduction 17.2994× 16.1247×
Network I/O reduction 21.1021× N/A

💡As of 2.6.0, sharded repodata are used by default if they are present on conda channel.
One can opt-out of this behavior by setting use_sharded_repodata to false in mamba’s configuration.

🔗 Read more about improvements on this blog post.

You can update micromamba to 2.6.0 using:

micromamba self-update

Enhancements:

Bug fixes:

  • [libmamba] fix: Transitive dependencies across channels shards by @​jjerphan in #​4245
  • [libmamba] fix: Make shards availability independent from local cache by @​jjerphan in #​4243
  • [libmamba] fix: Support update --all with Sharded Repodata by @​jjerphan in #​4241
  • [all] fix: Correct repodata_record.json metadata for installations using explicit specifications by @​maresb in #​4110
  • [libmamba, micromamba] fix: Adapt python_site_packages_path on Windows by @​jjerphan in #​4232
  • [libmamba] fix: Keep and use RepoDataPackage's raw version by @​jjerphan in #​4238
  • [libmamba] fix: Make mamba clean --all clear the shards' cache by @​jjerphan in #​4236
  • [libmamba] fix: python_binary_compatible by @​chrisburr in #​4234
  • [libmamba] fix: Add python_abi as a root package with python by @​jjerphan in #​4233
  • [libmamba] fix: Support mixture of flat and sharded repodata by @​jjerphan in #​4227
  • [libmambapy, libmamba] fix: Adapt bindings for UnresolvedChannel's readonly properties by @​jjerphan in #​4224
  • [libmamba, micromamba] config sub-command output hides secrets by @​Klaim in #​4223
  • [libmamba, micromamba] fix: Minor adaptations for sharded repodata support by @​jjerphan in #​4187
  • [libmamba, micromamba] fix: JSON should be set to "success": false when any transactions

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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 requested a review from a team as a code owner July 13, 2026 02:17
@netlify

netlify Bot commented Jul 13, 2026

Copy link
Copy Markdown

Deploy Preview for conda-lock failed.

Name Link
🔨 Latest commit 84b10f6
🔍 Latest deploy log https://app.netlify.com/projects/conda-lock/deploys/6a62c3868a8074000868c6be


- name: Open a pull request
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
@renovate
renovate Bot force-pushed the renovate/non-major-dependencies branch from 1f5c480 to 2a6655b Compare July 13, 2026 17:12
@renovate renovate Bot changed the title chore(deps): update non-major dependencies fix(deps): update non-major dependencies Jul 13, 2026
@renovate

renovate Bot commented Jul 13, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ 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: pixi.lock
ExecError: Command failed: pixi lock --no-progress --color=never --quiet
Error:   × failed to solve the pypi requirements of environment 'minimal' for
  │ platform 'linux-aarch64'
  ├─▶ failed to resolve pypi dependencies
  ╰─▶ Because conda-lock==4.0.3.dev1+g5626b0722.d20260724 depends on
      dulwich>=0.25.2,<0.26 and dulwich==0.24.2, we can conclude that conda-
      lock==4.0.3.dev1+g5626b0722.d20260724 cannot be used.
      And because only conda-lock==4.0.3.dev1+g5626b0722.d20260724 is
      available and you require conda-lock, we can conclude that your
      requirements are unsatisfiable.
  help: The following PyPI packages have been pinned by the conda solve, and
        this version may be causing a conflict:
        dulwich==0.24.2
        See https://pixi.sh/latest/concepts/conda_pypi/#pinned-package-
        conflicts for more information.


@renovate
renovate Bot force-pushed the renovate/non-major-dependencies branch 4 times, most recently from b714390 to 7cba321 Compare July 20, 2026 16:39
@renovate
renovate Bot force-pushed the renovate/non-major-dependencies branch from 7cba321 to 84b10f6 Compare July 24, 2026 01:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant