Skip to content

Commit

Permalink
Bump ruff from 0.1.6 to 0.1.7 (#803)
Browse files Browse the repository at this point in the history
* Bump ruff from 0.1.6 to 0.1.7

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.6 to 0.1.7.
- [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.1.6...v0.1.7)

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

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

* Fix CI

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aaron Bach <[email protected]>
  • Loading branch information
dependabot[bot] and bachya authored Dec 5, 2023
1 parent 1dd2182 commit b522cb2
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion ecowitt2mqtt/helpers/config_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


def battery_override(
value: str | tuple[str, str] | dict[str, Any]
value: str | tuple[str, str] | dict[str, Any],
) -> dict[str, BatteryStrategy]:
"""Validate and coerce one or more battery overrides.
Expand Down
38 changes: 19 additions & 19 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 @@ -98,7 +98,7 @@ pytest-cov = "^4.0.0"
pyupgrade = "^3.1.0"
pyyaml = "^6.0.1"
requests = ">=2.31.0"
ruff = ">=0.0.261,<0.1.7"
ruff = ">=0.0.261,<0.1.8"
safety = "^2.3.1"
typing-extensions = "^4.8.0"
vulture = "^2.6"
Expand Down

0 comments on commit b522cb2

Please sign in to comment.