Skip to content

Commit a498cdf

Browse files
fix(deps): update dependency ruff to v0.6.4
1 parent 81bcdf5 commit a498cdf

File tree

8 files changed

+84
-83
lines changed

8 files changed

+84
-83
lines changed

clients/algoliasearch-client-python/poetry.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clients/algoliasearch-client-python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ async-timeout = ">= 4.0.3"
2222
pydantic = ">= 2"
2323

2424
[tool.poetry.group.dev.dependencies]
25-
ruff = "0.6.3"
25+
ruff = "0.6.4"
2626

2727
[tool.ruff]
2828
line-length = 88

playground/python/poetry.lock

Lines changed: 20 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

playground/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository = "https://github.com/algolia/api-clients-automation"
1111
[tool.poetry.dependencies]
1212
python = "^3.8.1"
1313
algoliasearch = { path = "../../clients/algoliasearch-client-python", develop = true }
14-
ruff = "=0.6.3"
14+
ruff = "=0.6.4"
1515
python-dotenv = "=1.0.1"
1616

1717
[tool.poetry.scripts]

snippets/python/poetry.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

snippets/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ repository = "https://github.com/algolia/api-clients-automation"
1010
[tool.poetry.dependencies]
1111
python = "^3.8.1"
1212
algoliasearch = { path = "../../clients/algoliasearch-client-python", develop = true }
13-
ruff = "=0.6.3"
13+
ruff = "=0.6.4"

0 commit comments

Comments
 (0)