Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Bump ruff from 0.1.7 to 0.1.9
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.7 to 0.1.9.
- [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.1.7...v0.1.9)

---
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] authored Dec 30, 2023
commit 6fcf41c2b647af0786dfb74db490c4b217e8b294
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Homepage = "https://python-ellar.github.io/ellar-sqlalchemy/"
test = [
"pytest >= 7.1.3,<8.0.0",
"pytest-cov >= 2.12.0,<5.0.0",
"ruff ==0.1.7",
"ruff ==0.1.9",
"mypy == 1.7.1",
"autoflake",
]
Expand Down