File tree Expand file tree Collapse file tree 6 files changed +10
-9
lines changed Expand file tree Collapse file tree 6 files changed +10
-9
lines changed 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.3"
15
- python-dotenv = " 1.0.1"
14
+ ruff = " = 0.6.3"
15
+ python-dotenv = " = 1.0.1"
16
16
17
17
[tool .poetry .scripts ]
18
18
search = " app.search:main"
Original file line number Diff line number Diff line change 64
64
" pyproject.mustache"
65
65
],
66
66
"matchStrings" : [
67
+ " dependencies][^[]*" ,
67
68
" (?<depName>.*?)=\\ s*\" (?<currentValue>.*?)\" "
68
69
],
69
70
"matchStringsStrategy" : " recursive" ,
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ 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.3"
13
+ ruff = " = 0.6.3"
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ async-timeout = ">= 4.0.3"
22
22
pydantic = ">= 2"
23
23
24
24
[tool.poetry.group.dev.dependencies]
25
- ruff = "0.6.3"
25
+ ruff = "= 0.6.3"
26
26
27
27
[tool.ruff]
28
28
line-length = 88
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ 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.3"
14
- pytest = " 8.3.2"
15
- python-dotenv = " 1.0.1"
16
- pytest-aiohttp = " 1.0.5"
13
+ ruff = " = 0.6.3"
14
+ pytest = " = 8.3.2"
15
+ python-dotenv = " = 1.0.1"
16
+ pytest-aiohttp = " = 1.0.5"
17
17
18
18
[tool .pytest .ini_options ]
19
19
asyncio_mode = " auto"
Original file line number Diff line number Diff line change @@ -85,5 +85,5 @@ Running renovate on github can be tidious because it only works on the branch `m
85
85
``` sh
86
86
npm install -g renovate
87
87
88
- LOG_LEVEL=debug renovate --dry-run --platform local
88
+ GITHUB_COM_TOKEN= " <github token> " LOG_LEVEL=debug renovate --dry-run --platform local
89
89
```
You can’t perform that action at this time.
0 commit comments