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 3030 "website:build" : " bash scripts/website/build.sh"
3131 },
3232 "devDependencies" : {
33- "@openapitools/openapi-generator-cli" : " 2.13.13 " ,
33+ "@openapitools/openapi-generator-cli" : " 2.15.0 " ,
3434 "@redocly/cli" : " 1.25.9" ,
3535 "eslint" : " 8.57.1" ,
3636 "eslint-plugin-automation-custom" : " 1.0.0" ,
3737 "eslint-plugin-json" : " 4.0.1" ,
3838 "eslint-plugin-yml" : " 1.14.0" ,
3939 "husky" : " 9.1.6" ,
4040 "lint-staged" : " 15.2.10" ,
41- "oxlint" : " 0.10.0 " ,
41+ "oxlint" : " 0.10.3 " ,
4242 "pinst" : " 3.0.0" ,
4343 "prettier" : " 3.3.3" ,
4444 "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"
1111[tool .poetry .dependencies ]
1212python = " >= 3.8.1"
1313algoliasearch = { 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 "
1616python-dotenv = " == 1.0.1"
1717
1818[tool .poetry .scripts ]
Original file line number Diff line number Diff line change 4545 "express" : " 4.21.1" ,
4646 "folder-hash" : " 4.0.4" ,
4747 "fs-extra" : " 11.2.0" ,
48- "httpsnippet" : " 3.0.1 " ,
48+ "httpsnippet" : " 3.0.9 " ,
4949 "js-yaml" : " 4.1.0" ,
50- "knip" : " 5.30.4 " ,
50+ "knip" : " 5.34.1 " ,
5151 "micromatch" : " 4.0.8" ,
5252 "semver" : " 7.6.3" ,
5353 "spinnies" : " 0.5.1" ,
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ async-timeout = ">= 4.0.3"
2323pydantic = ">= 2"
2424
2525[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 "
2828
2929[tool.ruff]
3030line-length = 88
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ repository = "https://github.com/algolia/api-clients-automation"
1010[tool.poetry.dependencies]
1111python = "^3.8.1"
1212algoliasearch = { 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"
1010[tool .poetry .dependencies ]
1111python = " ^3.8.1"
1212algoliasearch = { 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 "
1515pytest = " =8.3.3"
1616python-dotenv = " =1.0.1"
1717pytest-aiohttp = " =1.0.5"
You can’t perform that action at this time.
0 commit comments