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

Update all #250

Closed
wants to merge 1 commit into from
Closed

Update all #250

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 22, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
DavidAnson/markdownlint-cli2 repository minor v0.13.0 -> v0.14.0 age adoption passing confidence
actions/attest-build-provenance action minor v1.3.3 -> v1.4.3 age adoption passing confidence
actions/checkout action minor v4.1.7 -> v4.2.0 age adoption passing confidence
actions/upload-artifact action minor v4.3.4 -> v4.4.0 age adoption passing confidence
astral-sh/setup-uv action minor v3.0.0 -> v3.1.4 age adoption passing confidence
astral-sh/uv patch 0.4.15 -> 0.4.18 age adoption passing confidence
codecov/codecov-action action minor v4.5.0 -> v4.6.0 age adoption passing confidence
debugpy (source) tool.uv.dev-dependencies patch 1.8.2 -> 1.8.6 age adoption passing confidence
fawltydeps tool.uv.dev-dependencies minor 0.16.0 -> 0.17.0 age adoption passing confidence
ipython tool.uv.dev-dependencies minor 8.26.0 -> 8.28.0 age adoption passing confidence
iterative/dvc repository minor 3.51.2 -> 3.55.2 age adoption passing confidence
jakebailey/pyright-action action patch v2.3.1 -> v2.3.2 age adoption passing confidence
matplotlib project.dependencies minor 3.7.2 -> 3.9.2 age adoption passing confidence
netcdf4 project.dependencies minor 1.6.5 -> 1.7.1.post2 age adoption passing confidence
numpy (source, changelog) project.dependencies major 1.26.0 -> 2.1.2 age adoption passing confidence
numpydantic (source, changelog) project.dependencies minor 1.0.0 -> 1.6.3 age adoption passing confidence
packages/boilercine digest 9592738 -> 6af926a
packages/cachier digest db7f394 -> 474294f
packages/context_models digest 3502b88 -> c18cd3d
pandas (source) project.dependencies patch 2.2.2 -> 2.2.3 age adoption passing confidence
pandas-stubs (source) tool.uv.dev-dependencies patch 2.2.2.240514 -> 2.2.2.240909 age adoption passing confidence
pillow (changelog) project.dependencies minor 10.3.0 -> 10.4.0 age adoption passing confidence
pipdeptree (changelog) tool.uv.dev-dependencies patch 2.23.0 -> 2.23.4 age adoption passing confidence
pipx (changelog) tool.uv.dev-dependencies minor 1.6.0 -> 1.7.1 age adoption passing confidence
pre-commit tool.uv.dev-dependencies major 3.7.1 -> 4.0.0 age adoption passing confidence
pre-commit/pre-commit-hooks repository major v4.6.0 -> v5.0.0 age adoption passing confidence
pydantic (changelog) project.dependencies patch 2.9.1 -> 2.9.2 age adoption passing confidence
pypa/gh-action-pypi-publish action minor v1.9.0 -> v1.10.3 age adoption passing confidence
pyright tool.uv.dev-dependencies patch 1.1.371 -> 1.1.383 age adoption passing confidence
pytz project.dependencies major 2023.3 -> 2024.2 age adoption passing confidence
sourcery tool.uv.dev-dependencies minor 1.21.0 -> 1.23.0 age adoption passing confidence
sympy (source) project.dependencies minor 1.12 -> 1.13.3 age adoption passing confidence
towncrier tool.uv.dev-dependencies major 23.11.0 -> 24.8.0 age adoption passing confidence
typings digest 8723cee -> 70ddd7e
ubuntu github-runner major 22.04 -> 24.04 age adoption passing confidence
xarray project.dependencies major 2023.7.0 -> 2024.9.0 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

DavidAnson/markdownlint-cli2 (DavidAnson/markdownlint-cli2)

v0.14.0

Compare Source

actions/attest-build-provenance (actions/attest-build-provenance)

v1.4.3

Compare Source

What's Changed

Full Changelog: actions/attest-build-provenance@v1.4.2...v1.4.3

v1.4.2

Compare Source

What's Changed

Full Changelog: actions/attest-build-provenance@v1.4.1...v1.4.2

v1.4.1

Compare Source

What's Changed

Full Changelog: actions/attest-build-provenance@v1.4.0...v1.4.1

v1.4.0

Compare Source

What's Changed

Full Changelog: actions/attest-build-provenance@v1.3.3...v1.4.0

actions/checkout (actions/checkout)

v4.2.0

Compare Source

actions/upload-artifact (actions/upload-artifact)

v4.4.0

Compare Source

v4.3.6

Compare Source

v4.3.5

Compare Source

astral-sh/setup-uv (astral-sh/setup-uv)

v3.1.4: 🌈 update known checksums for 0.4.18

Compare Source

Changes
🧰 Maintenance
⬆️ Dependency updates

v3.1.3: 🌈 update known checksums for 0.4.17

Compare Source

Changes
🧰 Maintenance
⬆️ Dependency updates

v3.1.2: 🌈 update known checksums for 0.4.16

Compare Source

Changes
🐛 Bug fixes
🧰 Maintenance
⬆️ Dependency updates

v3.1.1: 🌈 update known checksums for 0.4.15

Compare Source

Changes
🧰 Maintenance
📚 Documentation

v3.1.0: 🌈 Support for semver version ranges

Compare Source

You can now also use semver ranges to define the version of uv to install:

- name: Install a semver range of uv
  uses: astral-sh/setup-uv@v3
  with:
    version: ">=0.3.0"
- name: Pinning a minor version of uv
  uses: astral-sh/setup-uv@v3
  with:
    version: "0.3.x"

Learn more in the README

Changes
🚀 Enhancements
🧰 Maintenance
📚 Documentation
⬆️ Dependency updates
astral-sh/uv (astral-sh/uv)

v0.4.18

Compare Source

Enhancements
  • Allow multiple source entries for each package in tool.uv.sources (#​7745)
  • Add .gitignore file to uv build output directory (#​7835)
  • Disable jemalloc on FreeBSD (#​7780)
  • Respect PAGER env var when paging in uv help command (#​5511)
  • Support uv run -m foo to run a module (#​7754)
  • Use a top-level output directory for uv build in workspaces (#​7813)
  • Update uv init --package command to match project name (#​7670)
  • Add a custom suggestion for uv add dotenv (#​7799)
  • Add detailed errors for tool.uv.sources deserialization failures (#​7823)
  • Improve error message copy for failed builds (#​7849)
  • Use serde-untagged to improve some untagged enum error messages (#​7822)
  • Use build failure hints for dotenv errors, rather than in uv add (#​7825)
Configuration
  • Add UV_NO_SYNC environment variable (#​7752)
Bug fixes
  • Accept git+ prefix in tool.uv.sources (#​7847)
  • Allow spaces in path requirements (#​7767)
  • Avoid reusing cached downloaded binaries with --no-binary (#​7772)
  • Correctly trims values during wheel WHEEL file parsing (#​7770)
  • Fix uv tree --invert for platform dependencies (#​7808)
  • Fix encoding mismatch between python child process and uv (#​7757)
  • Reject self-dependencies in uv add (#​7766)
  • Respect tool.uv.environments for legacy virtual workspace roots (#​7824)
  • Retain empty extras on workspace members (#​7762)
  • Use file stem when parsing cached wheel names (#​7773)
Rust API
  • Make FlatDistributions public (#​7833)
Documentation
  • Fix table of contents sizing (#​7751)
  • GitLab Integration documentation (#​6857)
  • Update documentation to setup-uv@v3 (#​7807)
  • Use uv publish instead of twine in docs (#​7837)
  • Fix typo in projects.md (#​7784)

v0.4.17

Compare Source

Enhancements
  • Add uv build --all to build all packages in a workspace (#​7724)
  • Add support for uv init --script (#​7565)
  • Add support for upgrading build environment for installed tools (uv tool upgrade --python) (#​7605)
  • Initialize a Git repository in uv init (#​5476)
  • Respect --quiet flag in uv build (#​7674)
  • Add context message before listing available tools in uvx (#​7641)
Bug fixes
  • Don't create Python bytecode files during interpreter discovery (#​7707)
  • Escape glob patterns in workspace member discovery (#​7709)
  • Avoid prefetching source distributions with unbounded lower-bound ranges (#​7683)
Documentation
  • Add uv build and uv publish to features overview (#​7716)
  • Add documentation on cache versioning (#​7693)
  • Spell out the names of the Docker images for easier copy-paste (#​7706)
  • Document uv-with-Jupyter workflows (#​7625)
  • Note that uv lock --upgrade-package retains locked versions (#​7694)

v0.4.16

Compare Source

Enhancements
  • Add uv publish (#​7475)
  • Add a --project argument to run a command from a project directory (#​7603)
  • Display Python implementation when creating environments (#​7652)
  • Implement trusted publishing for uv publish (#​7548)
  • Respect lockfile preferences for --with requirements (#​7627)
  • Unhide the --directory option (#​7653)
  • Allow requesting free-threaded Python interpreters (#​7431)
  • Show a dedicated PubGrub hint for --unsafe-best-match (#​7645)
  • Add resolver error checking for conflicting distributions (#​7595)
Bug fixes
  • Avoid adding double-newlines for CRLF (#​7640)
  • Avoid retaining forks when requires-python range changes (#​7624)
  • Determine if pre-release Python downloads should be allowed using the version specifiers (#​7638)
  • Fix link-mode=clone for directories on Linux (#​7620)
  • Improve Python executable name discovery when using alternative implementations (#​7649)
  • Require opt-in to use alternative Python implementations (#​7650)
  • Use the first pre-release discovered when only pre-release Python versions are available (#​7666)
Documentation
  • Document environment variable that disables printing of virtual environment name in prompt (#​7648)
  • Remove double whitespaces from the code (#​7623)
  • Use anchorlinks rather than permalinks (#​7626)
Preview features
  • Add build backend scaffolding (#​7662)
codecov/codecov-action (codecov/codecov-action)

v4.6.0

Compare Source

What's Changed


Configuration

📅 Schedule: 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 added the dependencies Pull requests that update a dependency file label Sep 22, 2024
Copy link
Contributor Author

renovate bot commented Sep 22, 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 debugpy --upgrade-package fawltydeps --upgrade-package ipython --upgrade-package matplotlib --upgrade-package netcdf4 --upgrade-package netcdf4 --upgrade-package numpy --upgrade-package numpydantic --upgrade-package pandas --upgrade-package pandas-stubs --upgrade-package pillow --upgrade-package pipdeptree --upgrade-package pipx --upgrade-package pre-commit --upgrade-package pydantic --upgrade-package pyright --upgrade-package pytz --upgrade-package sourcery --upgrade-package sympy --upgrade-package towncrier --upgrade-package xarray
error: Workspace member `/tmp/renovate/repos/github/softboiler/boilercv/packages/boilercore` is missing a `pyproject.toml` (matches: `packages/*`)

@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 9668561 to e59630c Compare September 24, 2024 11:11
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 23041fb to fe46ed6 Compare October 5, 2024 22:03
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
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant