Skip to content

Commit

Permalink
build(deps-dev): update ruff requirement from <0.1.7 to <0.1.8 (#701)
Browse files Browse the repository at this point in the history
* build(deps-dev): update ruff requirement from <0.1.7 to <0.1.8

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...v0.1.7)

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

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

* cyclonedx: ruff format

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 authored Dec 5, 2023
1 parent 0610751 commit 0cf296f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pip_audit/_format/cyclonedx.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@


def _pip_audit_result_to_bom(
result: dict[service.Dependency, list[service.VulnerabilityResult]]
result: dict[service.Dependency, list[service.VulnerabilityResult]],
) -> Bom:
vulnerabilities = []
components = []
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ test = ["coverage[toml]", "pretend", "pytest", "pytest-cov"]
lint = [
# NOTE(ww): ruff is under active development, so we pin conservatively here
# and let Dependabot periodically perform this update.
"ruff < 0.1.7",
"ruff < 0.1.8",
"interrogate",
"mypy",
"types-html5lib",
Expand Down

0 comments on commit 0cf296f

Please sign in to comment.