@@ -22,39 +22,32 @@ jobs:
22
22
- base-branch : devel
23
23
pr-branch : pip-compile/devel/dev
24
24
nox-args : >-
25
- -e 'pip-compile-3.11 (formatters)'
26
- 'pip-compile-3.11 (typing)'
27
- 'pip-compile-3.11 (static)'
28
- 'pip-compile-3.11 (spelling)'
29
- 'pip-compile-3.11 (tag)'
25
+ -e 'pip-compile(formatters)'
26
+ 'pip-compile(typing)'
27
+ 'pip-compile(static)'
28
+ 'pip-compile(spelling)'
29
+ 'pip-compile(tag)'
30
30
- base-branch : stable-2.18
31
31
pr-branch : pip-compile/stable-2.18/dev
32
32
nox-args : >-
33
- -e 'pip-compile-3.11 (formatters)'
34
- 'pip-compile-3.11 (typing)'
35
- 'pip-compile-3.11 (static)'
36
- 'pip-compile-3.11 (spelling)'
33
+ -e 'pip-compile(formatters)'
34
+ 'pip-compile(typing)'
35
+ 'pip-compile(static)'
36
+ 'pip-compile(spelling)'
37
37
- base-branch : stable-2.17
38
38
pr-branch : pip-compile/stable-2.17/dev
39
39
nox-args : >-
40
- -e 'pip-compile-3.10 (formatters)'
41
- 'pip-compile-3.10 (typing)'
42
- 'pip-compile-3.10 (static)'
43
- 'pip-compile-3.10 (spelling)'
40
+ -e 'pip-compile(formatters)'
41
+ 'pip-compile(typing)'
42
+ 'pip-compile(static)'
43
+ 'pip-compile(spelling)'
44
44
- base-branch : stable-2.16
45
45
pr-branch : pip-compile/stable-2.16/dev
46
46
nox-args : >-
47
- -e 'pip-compile-3.10(formatters)'
48
- 'pip-compile-3.10(typing)'
49
- 'pip-compile-3.10(static)'
50
- 'pip-compile-3.10(spelling)'
51
- - base-branch : stable-2.15
52
- pr-branch : pip-compile/stable-2.15/dev
53
- nox-args : >-
54
- -e 'pip-compile-3.10(formatters)'
55
- 'pip-compile-3.10(typing)'
56
- 'pip-compile-3.10(static)'
57
- 'pip-compile-3.10(spelling)'
47
+ -e 'pip-compile(formatters)'
48
+ 'pip-compile(typing)'
49
+ 'pip-compile(static)'
50
+ 'pip-compile(spelling)'
58
51
name : " Refresh dev dependencies"
59
52
uses : ./.github/workflows/reusable-pip-compile.yml
60
53
with :
0 commit comments