Skip to content

Commit

Permalink
Pin version of empy to <4 (#632)
Browse files Browse the repository at this point in the history
Signed-off-by: Kazuki Takahashi <[email protected]>
  • Loading branch information
Taka-Kazu authored and christophebedard committed Dec 5, 2023
1 parent 0395475 commit 714187c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6909,7 +6909,7 @@ const pip3Packages = [
"colcon-cd==0.1.1",
"colcon-cmake==0.2.27",
"colcon-common-extensions==0.3.0",
"colcon-core==0.11.0",
"colcon-core==0.15.1",
"colcon-coveragepy-result==0.0.8",
"colcon-defaults==0.2.7",
"colcon-lcov-result==0.5.0",
Expand All @@ -6930,7 +6930,7 @@ const pip3Packages = [
"colcon-test-result==0.3.8",
"coverage",
"cryptography",
"empy",
"empy<4",
"flake8<3.8",
"flake8-blind-except",
"flake8-builtins",
Expand Down
4 changes: 2 additions & 2 deletions src/package_manager/pip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const pip3Packages: string[] = [
"colcon-cd==0.1.1",
"colcon-cmake==0.2.27",
"colcon-common-extensions==0.3.0",
"colcon-core==0.11.0",
"colcon-core==0.15.1",
"colcon-coveragepy-result==0.0.8",
"colcon-defaults==0.2.7",
"colcon-lcov-result==0.5.0",
Expand All @@ -29,7 +29,7 @@ const pip3Packages: string[] = [
"colcon-test-result==0.3.8",
"coverage",
"cryptography",
"empy",
"empy<4",
"flake8<3.8",
"flake8-blind-except",
"flake8-builtins",
Expand Down

0 comments on commit 714187c

Please sign in to comment.