@@ -22,39 +22,32 @@ jobs:
2222 - base-branch : devel
2323 pr-branch : pip-compile/devel/dev
2424 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)'
3030 - base-branch : stable-2.18
3131 pr-branch : pip-compile/stable-2.18/dev
3232 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)'
3737 - base-branch : stable-2.17
3838 pr-branch : pip-compile/stable-2.17/dev
3939 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)'
4444 - base-branch : stable-2.16
4545 pr-branch : pip-compile/stable-2.16/dev
4646 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)'
5851 name : " Refresh dev dependencies"
5952 uses : ./.github/workflows/reusable-pip-compile.yml
6053 with :
0 commit comments