edgarrmondragon / citric

A client to the LimeSurvey Remote Control API 2, written in modern Python.
https://citric.rtfd.io
MIT License
26 stars 8 forks source link

ci: bump uv from 0.2.32 to 0.3.3 in /.github/workflows in the ci-dependencies group #1180

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the ci-dependencies group in /.github/workflows with 1 update: uv.

Updates uv from 0.2.32 to 0.3.3

Release notes

Sourced from uv's releases.

0.3.3

Release Notes

Enhancements

  • Add uv sync --no-install-project to skip installation of the project (#6538)
  • Add uv sync --no-install-workspace to skip installation of all workspace members (#6539)
  • Add uv sync --no-install-package to skip installation of specific packages (#6540)
  • Show previous version in self update message (#6473)

CLI

  • Add --no-project alias for uv python pin --no-workspace (#6514)
  • Ignore .python-version files in uv venv with --no-config (#6513)
  • Include virtual environment interpreters in uv python find (#6521)
  • Respect - as stdin channel for uv run (#6481)
  • Revert changes to pyproject.toml when sync fails duing uv add (#6526)

Configuration

  • Add UV_COMPILE_BYTECODE environment variable (#6530)

Bug fixes

  • Set VIRTUAL_ENV for uv run invocations (#6543)
  • Ignore errors in workspace discovery with --no-project (#6554)

Documentation

  • Add documentation for uv python find (#6527)
  • Add uv tool install example in Docker (#6547)
  • Document why we do lower bounds (#6516)
  • Fix to miss string termination in PowerShell commands for shell autocompletion documentation (#6491)
  • Fix incorrect workspace members keyword (#6502)
  • Use proper environment variables for Windows (#6433)
  • Improve caveat in uvx note (#6546)

Install uv 0.3.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.3.3/uv-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/astral-sh/uv/releases/download/0.3.3/uv-installer.ps1 | iex"

... (truncated)

Changelog

Sourced from uv's changelog.

0.3.3

Enhancements

  • Add uv sync --no-install-project to skip installation of the project (#6538)
  • Add uv sync --no-install-workspace to skip installation of all workspace members (#6539)
  • Add uv sync --no-install-package to skip installation of specific packages (#6540)
  • Show previous version in self update message (#6473)

CLI

  • Add --no-project alias for uv python pin --no-workspace (#6514)
  • Ignore .python-version files in uv venv with --no-config (#6513)
  • Include virtual environment interpreters in uv python find (#6521)
  • Respect - as stdin channel for uv run (#6481)
  • Revert changes to pyproject.toml when sync fails duing uv add (#6526)

Configuration

  • Add UV_COMPILE_BYTECODE environment variable (#6530)

Bug fixes

  • Set VIRTUAL_ENV for uv run invocations (#6543)
  • Ignore errors in workspace discovery with --no-project (#6554)

Documentation

  • Add documentation for uv python find (#6527)
  • Add uv tool install example in Docker (#6547)
  • Document why we do lower bounds (#6516)
  • Fix to miss string termination in PowerShell commands for shell autocompletion documentation (#6491)
  • Fix incorrect workspace members keyword (#6502)
  • Use proper environment variables for Windows (#6433)
  • Improve caveat in uvx note (#6546)

0.3.2

Configuration

  • Add support for configuring python-downloads with UV_PYTHON_DOWNLOADS (#6436)
  • Add support for configuring the python-preference with UV_PYTHON_PREFERENCE (#6432)
  • Deny invalid members in workspace schema (#6450)

Performance

  • Stop streaming wheels when METADATA is discovered (if range requests aren't supported) (#6470)

Bug fixes

... (truncated)

Commits
  • deea602 Bump version to 0.3.3 (#6558)
  • 3edf219 Ignore errors in workspace discovery with --no-project (#6554)
  • c46ef0c Update transformers test case (#6557)
  • f9348a6 Run tests when docs/reference generated files change (#6551)
  • 2419760 docs: made uvx note more explict (#6546)
  • b149cbe Remove --preview from tests (#6536)
  • 60fc2e7 Add uv tool install example in Docker (#6547)
  • 6cf5d13 Include virtual environment interpreters in uv python find (#6521)
  • d1cbcb3 Add uv sync --no-install-package to skip installation of specific packages ...
  • ca50243 Add uv sync --no-install-workspace to skip installation of all workspace me...
  • Additional commits viewable in compare view


Dependabot compatibility score

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 will merge this PR once CI passes on it, as requested by @edgarrmondragon.


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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions

📚 Documentation preview 📚: https://citric--1180.org.readthedocs.build/en/1180/

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (732671b) to head (d6fb440). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1180 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 10 10 Lines 482 482 Branches 25 25 ========================================= Hits 482 482 ``` | [Flag](https://app.codecov.io/gh/edgarrmondragon/citric/pull/1180/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Edgar+Ram%C3%ADrez+Mondrag%C3%B3n) | Coverage Δ | | |---|---|---| | [integration](https://app.codecov.io/gh/edgarrmondragon/citric/pull/1180/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Edgar+Ram%C3%ADrez+Mondrag%C3%B3n) | `91.28% <ø> (ø)` | | | [unit](https://app.codecov.io/gh/edgarrmondragon/citric/pull/1180/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Edgar+Ram%C3%ADrez+Mondrag%C3%B3n) | `93.77% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Edgar+Ram%C3%ADrez+Mondrag%C3%B3n#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

edgarrmondragon commented 2 months ago

@dependabot merge

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud