Skip to content

Commit

Permalink
build(deps): update ruff requirement from <0.4.10 to <0.5.1 (#294)
Browse files Browse the repository at this point in the history
* build(deps): update ruff requirement from <0.4.10 to <0.5.1

Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.0.18...0.5.0)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* ci: remove Python from check-harnesses

The cleanup step seemingly fails if the cache is never used.
This is wrong (cache non-use should never be a failure),
but is seemingly unfixed upstream.

See: actions/setup-python#436

Signed-off-by: William Woodruff <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: William Woodruff <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: William Woodruff <[email protected]>
  • Loading branch information
dependabot[bot] and woodruffw committed Jul 1, 2024
1 parent bd88042 commit a992dd8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v5
with:
python-version: ">=3.12"
cache: "pip"
cache-dependency-path: pyproject.toml

- uses: actions/setup-go@v5
with:
go-version: ">=1.20.5"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ requires-python = ">=3.11"
lint = [
# NOTE: ruff is under active development, so we pin conservatively here
# and let Dependabot periodically perform this update.
"ruff < 0.4.10",
"ruff < 0.5.1",
"mypy >= 1.0",
"types-pyyaml",
"types-pyOpenSSL",
Expand Down

0 comments on commit a992dd8

Please sign in to comment.