Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 15, 2024
1 parent b4dff0e commit abbe0c8
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 @@ -38,7 +38,7 @@ test = [
"pyserial-asyncio-fast==0.13",
"pytest==8.2.2",
"pytest-asyncio==0.23.7",
"ruff==0.5.1",
"ruff==0.5.2",
"tox==4.16.0",
"types-pyserial==3.5.0.20240527"
]
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==3.7.1
pyserial-asyncio-fast==0.13
pytest-asyncio==0.23.7
pytest==8.2.2
ruff==0.5.1
ruff==0.5.2
tomli==2.0.1
tox==4.16.0
types-pyserial==3.5.0.20240527

0 comments on commit abbe0c8

Please sign in to comment.