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

Bump ruff from 0.7.4 to 0.9.1 #175

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
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
Bump ruff from 0.7.4 to 0.9.1
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.7.4 to 0.9.1.
- [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.7.4...0.9.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
commit 70a42c8ece39f0b5e146ea9d5b6fafc90943dad3
42 changes: 21 additions & 21 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ typing-extensions = { version = ">=3.10.0", markers = "python_version < \"3.10\"
[tool.poetry.group.dev.dependencies]
pre-commit = ">=3.2.1,<5.0.0"
ipykernel = "^6.22.0"
ruff = ">=0.6.9,<0.8.0"
ruff = ">=0.6.9,<0.10.0"

[tool.poetry.group.docs.dependencies]
sphinx = "^7.2.6"
Expand Down
Loading