Skip to content

Commit

Permalink
Bump ruff from 0.2.1 to 0.2.2
Browse files Browse the repository at this point in the history
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.2.1 to 0.2.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.2.1...v0.2.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 Feb 19, 2024
1 parent 4ecb153 commit 823f77b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ dependencies = [
dev = [
"pre-commit==3.6.1",
"pytest==8.0.0",
"ruff==0.2.1"
"ruff==0.2.2"
]
github-actions = [
"pytest==8.0.0",
"pytest-emoji==0.2.0",
"pytest-md==0.2.0",
"ruff==0.2.1",
"ruff==0.2.2",
"ydiff==1.2"
]

0 comments on commit 823f77b

Please sign in to comment.