Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps:(deps): bump ruff from 0.2.1 to 0.5.5 #596

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
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
deps:(deps): bump ruff from 0.2.1 to 0.5.5
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.2.1 to 0.5.5.
- [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...0.5.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Jul 29, 2024
commit 3250342472ae5d5978fcd1c76497dd60624c822d
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@ file = "LICENSE"
dev = [
"pyright==1.1.330.post0",
"pre-commit==3.4.0",
"ruff==0.2.1", # important that these match the pre-commit hooks
"ruff==0.5.5", # important that these match the pre-commit hooks
"pandas-stubs==2.2.0.240218", # type stubs for pandas
"invoke==2.1.1",
]