Skip to content

Commit

Permalink
Bump ruff from 0.6.5 to 0.7.0
Browse files Browse the repository at this point in the history
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.5 to 0.7.0.
- [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.6.5...0.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 18, 2024
1 parent 02dfb69 commit 2abc2ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ pyyaml==6.0.2
# pre-commit
requests==2.32.3
# via appdaemon (pyproject.toml)
ruff==0.6.5
ruff==0.7.0
# via appdaemon (pyproject.toml)
sgmllib3k==1.0.0
# via feedparser
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dev = [
"black >= 23.1,< 24.9",
'pre-commit >= 3.1.1,< 3.9.0; python_version>"3.7"', # pre-commit does not support Python < 3.8
"pytest >= 7.2.1,< 8.4.0",
"ruff>= 0.0.261,< 0.7.0"
"ruff>= 0.0.261,< 0.8.0"
]

# Dependencies required to build the documentation using sphinx
Expand Down

0 comments on commit 2abc2ca

Please sign in to comment.