Skip to content

Commit

Permalink
Bump ruff from 0.6.9 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.9 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.9...0.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 9e475be commit ac01bf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ test = [
"pyserial-asyncio-fast==0.14",
"pytest==8.3.3",
"pytest-asyncio==0.24.0",
"ruff==0.6.9",
"ruff==0.7.0",
"tox==4.21.2",
"types-pyserial==3.5.0.20240826"
]
Expand Down
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pre-commit==4.0.1
pyserial-asyncio-fast==0.14
pytest-asyncio==0.24.0
pytest==8.3.3
ruff==0.6.9
ruff==0.7.0
tomli==2.0.2
tox==4.21.2
types-pyserial==3.5.0.20240826

0 comments on commit ac01bf0

Please sign in to comment.