File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 30
30
"website:build" : " bash scripts/website/build.sh"
31
31
},
32
32
"devDependencies" : {
33
- "@openapitools/openapi-generator-cli" : " 2.13.13 " ,
33
+ "@openapitools/openapi-generator-cli" : " 2.15.0 " ,
34
34
"@redocly/cli" : " 1.25.9" ,
35
35
"eslint" : " 8.57.1" ,
36
36
"eslint-plugin-automation-custom" : " 1.0.0" ,
37
37
"eslint-plugin-json" : " 4.0.1" ,
38
38
"eslint-plugin-yml" : " 1.14.0" ,
39
39
"husky" : " 9.1.6" ,
40
40
"lint-staged" : " 15.2.10" ,
41
- "oxlint" : " 0.10.0 " ,
41
+ "oxlint" : " 0.10.3 " ,
42
42
"pinst" : " 3.0.0" ,
43
43
"prettier" : " 3.3.3" ,
44
44
"prettier-plugin-java" : " 2.6.5" ,
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ 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.6.8 "
15
- pyright = " == 1.1.383 "
14
+ ruff = " == 0.7.1 "
15
+ pyright = " == 1.1.386 "
16
16
python-dotenv = " == 1.0.1"
17
17
18
18
[tool .poetry .scripts ]
Original file line number Diff line number Diff line change 45
45
"express" : " 4.21.1" ,
46
46
"folder-hash" : " 4.0.4" ,
47
47
"fs-extra" : " 11.2.0" ,
48
- "httpsnippet" : " 3.0.1 " ,
48
+ "httpsnippet" : " 3.0.9 " ,
49
49
"js-yaml" : " 4.1.0" ,
50
- "knip" : " 5.30.4 " ,
50
+ "knip" : " 5.34.1 " ,
51
51
"micromatch" : " 4.0.8" ,
52
52
"semver" : " 7.6.3" ,
53
53
"spinnies" : " 0.5.1" ,
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.6.8 "
27
- pyright = "== 1.1.383 "
26
+ ruff = "== 0.7.1 "
27
+ pyright = "== 1.1.386 "
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.6.8 "
14
- pyright = "== 1.1.383 "
13
+ ruff = "== 0.7.1 "
14
+ pyright = "== 1.1.386 "
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.6.8 "
14
- pyright = " == 1.1.383 "
13
+ ruff = " == 0.7.1 "
14
+ pyright = " == 1.1.386 "
15
15
pytest = " =8.3.3"
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