Skip to content

Commit

Permalink
chore(deps): update dependency ruff to v0.9.0 (#529)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 9, 2025
1 parent 8a18cee commit f4b357e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ urls.repository = "https://github.com/monosans/pyromark"
scripts.pyromark = "pyromark._cli:main"

[dependency-groups]
dev = ["mypy[faster-cache]==1.14.1", "pytest==8.3.4", "ruff==0.8.6"]
dev = ["mypy[faster-cache]==1.14.1", "pytest==8.3.4", "ruff==0.9.0"]
docs = [
"mkdocs-material==9.5.49",
"mkdocs-minify-html-plugin==0.2.3",
"mkdocstrings==0.27",
"mkdocstrings-python==1.13",
"ruff==0.8.6",
"ruff==0.9.0",
]

[tool.maturin]
Expand Down
42 changes: 21 additions & 21 deletions uv.lock

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

0 comments on commit f4b357e

Please sign in to comment.