Skip to content

Commit

Permalink
chore(deps-dev): Bump ruff from 0.8.6 to 0.9.1 (#761)
Browse files Browse the repository at this point in the history
* chore(deps-dev): Bump ruff from 0.8.6 to 0.9.1

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.8.6 to 0.9.1.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.8.6...0.9.1)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

* chore: update ruff lintin and poetry versions;

Signed-off-by: Christopher Phillips <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Christopher Phillips <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Christopher Phillips <[email protected]>
  • Loading branch information
dependabot[bot] and spiffcs authored Jan 15, 2025
1 parent 2831a9a commit b285206
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 21 deletions.
40 changes: 20 additions & 20 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ types-requests = "^2.28.11.7"
mypy = "^1.1"
radon = ">=5.1,<7.0"
dunamai = "^1.15.0"
ruff = ">=0.5.1,<0.8.7"
ruff = ">=0.5.1,<0.9.2"
yardstick = {git = "https://github.com/anchore/yardstick", rev = "dd0410273860e765386bc29046cb26dd9d5fda8c"}
# yardstick = {path = "../yardstick", develop=true }
tabulate = "0.9.0"
Expand Down
1 change: 1 addition & 0 deletions src/vunnel/utils/http.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# noqa: A005
from __future__ import annotations

import random
Expand Down

0 comments on commit b285206

Please sign in to comment.