Skip to content

Commit 0aca16b

Browse files
committed
fix
1 parent 5bd57b9 commit 0aca16b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildutils/src/upgrade-lab-dependencies.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ function absoluteVersion(version: string): string {
140140
async function updatePyprojectToml(version: IVersion): Promise<void> {
141141
const filePath = path.resolve('pyproject.toml');
142142
const pattern = /(jupyterlab>=)[\d.]+(?:a|b|rc\d+)?,<[\d.]+/g;
143-
updateVersionInFile(filePath, pattern, version, true);
143+
updateVersionInFile(filePath, pattern, version);
144144
}
145145

146146
async function updatePreCommitConfig(version: IVersion): Promise<void> {

0 commit comments

Comments
 (0)