File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 109109 {
110110 "customType" : " regex" ,
111111 "managerFilePatterns" : [" /\\ .sh$/" , " /\\ .bash$/" ],
112- "matchStrings" : [" pip install (?<depName>[\\ w-]+ )(?:\\ s|$)" ],
112+ "matchStrings" : [" pip install (?<depName>[A-Za-z][ \\ w-]* )(?:\\ s|$)" ],
113113 "datasourceTemplate" : " pypi" ,
114114 "currentValueTemplate" : " latest"
115115 },
116116 {
117117 "customType" : " regex" ,
118118 "managerFilePatterns" : [" /\\ .sh$/" , " /\\ .bash$/" ],
119- "matchStrings" : [" uv pip install (?<depName>[\\ w-]+ )(?:\\ s|$)" ],
119+ "matchStrings" : [" uv pip install (?<depName>[A-Za-z][ \\ w-]* )(?:\\ s|$)" ],
120120 "datasourceTemplate" : " pypi" ,
121121 "currentValueTemplate" : " latest"
122122 },
146146 {
147147 "customType" : " regex" ,
148148 "managerFilePatterns" : [" /\\ .py$/" ],
149- "matchStrings" : [" required_packages = \\ [[^\\ ]]*\" (?<depName>[^\" =]+)==(?<currentValue>[^\" ]+)\" " ],
150- "datasourceTemplate" : " pypi" ,
151- "currentValueTemplate" : " latest"
149+ "matchStrings" : [" required_packages = \\ [\\ s*\" (?<depName>[^\" =\\ n]+)==(?<currentValue>[^\"\\ n]+)\" " ],
150+ "datasourceTemplate" : " pypi"
152151 },
153152 {
154153 "customType" : " regex" ,
You can’t perform that action at this time.
0 commit comments