Skip to content

Commit

Permalink
Bump ruff from 0.3.0 to 0.3.2
Browse files Browse the repository at this point in the history
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.0 to 0.3.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@v0.3.0...v0.3.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 Mar 12, 2024
1 parent 0ae58da commit 488ab89
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.11",
"pytest==8.1.0",
"pytest-asyncio==0.23.5.post1",
"ruff==0.3.0",
"ruff==0.3.2",
"tox==4.13.0",
"types-pyserial==3.5.0.20240311"
]
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.6.2
pyserial-asyncio-fast==0.11
pytest==8.1.0
pytest-asyncio==0.23.5.post1
ruff==0.3.0
ruff==0.3.2
tomli==2.0.1
tox==4.13.0
types-pyserial==3.5.0.20240311

0 comments on commit 488ab89

Please sign in to comment.