Skip to content

Commit 7755505

Browse files
committed
fix
1 parent b65bf02 commit 7755505

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
@@ -137,7 +137,7 @@ function absoluteVersion(version: string): string {
137137
return version;
138138
}
139139

140-
const versionPattern = /(jupyterlab>=)[\d.]+(?:a|b|rc\d+)?,<[\d.]+/g;
140+
const versionPattern = /(jupyterlab)>=[\d.]+(?:a|b|rc\d+)?,<[\d.]+/g;
141141

142142
const FILES_TO_UPDATE = ['pyproject.toml', '.pre-commit-config.yaml'];
143143

0 commit comments

Comments
 (0)