File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ repository = "https://github.com/algolia/api-clients-automation"
11
11
[tool .poetry .dependencies ]
12
12
python = " >= 3.8.1"
13
13
algoliasearch = { path = " ../../clients/algoliasearch-client-python" , develop = true }
14
- ruff = " == 0.11.7 "
15
- pyright = " == 1.1.391 "
16
- python-dotenv = " == 1.0 .1"
14
+ ruff = " == 0.13.3 "
15
+ pyright = " == 1.1.406 "
16
+ python-dotenv = " == 1.1 .1"
17
17
18
18
[tool .poetry .scripts ]
19
19
search = " app.search:main"
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ async-timeout = ">= 4.0.3"
23
23
pydantic = ">= 2"
24
24
25
25
[tool.poetry.group.dev.dependencies]
26
- ruff = "== 0.11.7 "
27
- pyright = "== 1.1.391 "
26
+ ruff = "== 0.13.3 "
27
+ pyright = "== 1.1.406 "
28
28
29
29
[tool.ruff]
30
30
line-length = 88
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ repository = "https://github.com/algolia/api-clients-automation"
10
10
[tool.poetry.dependencies]
11
11
python = "^3.8.1"
12
12
algoliasearch = { path = " ../../../clients/algoliasearch-client-python" , develop = true }
13
- ruff = "== 0.11.7 "
14
- pyright = "== 1.1.391 "
13
+ ruff = "== 0.13.3 "
14
+ pyright = "== 1.1.406 "
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ repository = "https://github.com/algolia/api-clients-automation"
10
10
[tool .poetry .dependencies ]
11
11
python = " ^3.8.1"
12
12
algoliasearch = { path = " ../../../clients/algoliasearch-client-python" , develop = true }
13
- ruff = " == 0.11.7 "
14
- pyright = " == 1.1.391 "
13
+ ruff = " == 0.13.3 "
14
+ pyright = " == 1.1.406 "
15
15
pytest = " =8.3.5"
16
16
python-dotenv = " =1.0.1"
17
17
pytest-aiohttp = " =1.0.5"
You can’t perform that action at this time.
0 commit comments