Skip to content

Update CondaPkg requirement to 0.2.36#801

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/julia/CondaPkg-0.2.36
Open

Update CondaPkg requirement to 0.2.36#801
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/julia/CondaPkg-0.2.36

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 16, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on CondaPkg to permit the latest version.

Release notes

Sourced from CondaPkg's releases.

v0.2.36

CondaPkg v0.2.36

Diff since v0.2.35

Merged pull requests:

Closed issues:

  • Add function to clear cache. (#213)
Changelog

Sourced from CondaPkg's changelog.

0.2.36 (2026-05-16)

  • CondaPkg.gc() now calls pixi clean cache on pixi backends (previously it did nothing).
  • Bug fixes.

0.2.35 (2026-05-14)

  • Stop using deprecated [project] in pixi.toml.
  • Pixi backends now support the binary=no and binary=only options for pip dependencies.
  • Fixed compatibility with Julia 1.13.

0.2.34 (2026-02-16)

  • If the env preference (or JULIA_CONDAPKG_ENV) can now be a relative path, which is taken to be relative to the current Julia project.
  • Internal: move from JSON3 to JSON v1.

0.2.33 (2025-09-18)

  • Add [dev] section to CondaPkg.toml, specifying development dependencies which are only installed for packages being developed/tested.

0.2.32 (2025-09-17)

  • Add editable property to pip packages, specifying whether to install them in editable mode.

0.2.31 (2025-08-28)

  • Bug fix: pip packages specified by file location are now correctly converted to "path" installs with Pixi.

0.2.30 (2025-08-19)

  • build=**cpython** functionality updated for newer build strings in conda-forge.
  • Special handling of libstdcxx for compatibility with Julia's libstdc++.so, plus corresponding libstdcxx_version preference.

0.2.29 (2025-05-14)

  • Bug fix: detect actual libstdcxx version.
  • Bug fix: comparing paths on weird filesystems.

0.2.28 (2025-04-09)

  • Bug fix: remove lazy loading for backends, which is incompatible with precompilation.

0.2.27 (2025-04-06)

  • When adding or rming a dependency, if resolving fails then CondaPkg.toml is now reverted.
  • Bug fixes.

0.2.26 (2025-03-03)

  • Add allowed_channels preference to restrict which Conda channels can be used.
  • Add channel_priority preference to control channel priority (strict/flexible/disabled).
  • Add channel_order preference to specify channel ordering.
  • Add channel_mapping preference to rename channels (useful for proxies/mirrors).
  • Default channel priority is now flexible, or strict on pixi backends (previously disabled).
  • Bug fixes in lazy loading.

... (truncated)

Commits
  • b797a5b release 0.2.36
  • 404f5b8 gc() now does something for pixi backends (#217)
  • 66fc740 skip "pre" tests when there is no prerelease (#220)
  • 9bffc6c current_pip_packages now respects the pip_backend preference (#219)
  • 7ce3656 do not show a version if not reported (pixi does this sometimes) (#218)
  • 0f3ff62 release v0.2.35
  • ca7dc64 Add support for Base.manifest_uuid_load_spec() (#206)
  • fae10ab Bump julia-actions/setup-julia from 2 to 3 (#214)
  • ff00b17 Bump codecov/codecov-action from 5 to 6 (#212)
  • 29ef6c9 Bump julia-actions/cache from 2 to 3 (#211)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [CondaPkg](https://github.com/JuliaPy/CondaPkg.jl) to permit the latest version.
- [Release notes](https://github.com/JuliaPy/CondaPkg.jl/releases)
- [Changelog](https://github.com/JuliaPy/CondaPkg.jl/blob/main/CHANGELOG.md)
- [Commits](JuliaPy/CondaPkg.jl@v0.2.33...v0.2.36)

---
updated-dependencies:
- dependency-name: CondaPkg
  dependency-version: 0.2.36
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file julia Pull requests that update julia code labels Jul 16, 2026
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 julia Pull requests that update julia code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants