Skip to content

Commit

Permalink
better ruff lock (#1307)
Browse files Browse the repository at this point in the history
* better ruff lock

* update lock
  • Loading branch information
michaelfeil authored Jan 11, 2025
1 parent e200c72 commit 372c95f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 22 deletions.
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.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ python-on-whales = { version = "^0.68.0", optional = false }
requests = { version = ">=2.31", optional = false }
rich = { version = "^13.4.2", optional = false }
rich-click = { version = "^1.6.1", optional = false }
ruff = { version = "^0.9.0", optional = false } # Not a dev dep, needed for chains code gen.
ruff = { version = ">=0.4.8", optional = false } # Not a dev dep, needed for chains code gen.
tenacity = { version = "^8.0.1", optional = false }
watchfiles = { version = "^0.19.0", optional = false }

Expand Down Expand Up @@ -130,6 +130,7 @@ watchfiles = { components = "other" }

[tool.poetry.group.dev.dependencies]
# These packages are needed as the dev/testing tooling
ruff = "^0.9.0" # pinning ruff to a higher version for development
coverage = "^6.4.1"
httpx = { extras = ["cli"], version = "*" }
ipdb = "^0.13.9"
Expand Down

0 comments on commit 372c95f

Please sign in to comment.