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 <tkhsh.schoen@gmail.com>
  • Loading branch information
Taka-Kazu authored Dec 1, 2023
1 parent 31d6bfa commit 722f1dd
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 @@ -6961,7 +6961,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 @@ -6982,7 +6982,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 722f1dd

Please sign in to comment.