Skip to content

Commit eb56ae9

Browse files
committed
some deps
1 parent 857c918 commit eb56ae9

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@
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",

playground/python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ 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.8"
15-
pyright = "== 1.1.383"
14+
ruff = "== 0.7.1"
15+
pyright = "== 1.1.386"
1616
python-dotenv = "== 1.0.1"
1717

1818
[tool.poetry.scripts]

scripts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
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",

templates/python/pyproject.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ async-timeout = ">= 4.0.3"
2323
pydantic = ">= 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]
3030
line-length = 88

templates/python/snippets/pyproject.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ 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.8"
14-
pyright = "== 1.1.383"
13+
ruff = "== 0.7.1"
14+
pyright = "== 1.1.386"

tests/output/python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ 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.8"
14-
pyright = "== 1.1.383"
13+
ruff = "== 0.7.1"
14+
pyright = "== 1.1.386"
1515
pytest = "=8.3.3"
1616
python-dotenv = "=1.0.1"
1717
pytest-aiohttp = "=1.0.5"

0 commit comments

Comments
 (0)