Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Update library requests, pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
thinker0 committed Feb 17, 2020
1 parent 1c32282 commit 7706d34
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion heron/shell/src/python/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pex_library(
"//heron/common/src/python:common-py",
],
reqs = [
"requests==2.12.3",
"requests==2.21.0",
"tornado==4.0.2",
"future==0.18.2",
],
Expand Down
2 changes: 1 addition & 1 deletion heron/tools/admin/src/python/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pex_library(
reqs = [
"PyYAML==3.13",
"enum34==1.1.6",
"requests==2.12.3",
"requests==2.21.0",
"netifaces==0.10.6"
],
)
Expand Down
2 changes: 1 addition & 1 deletion heron/tools/cli/src/python/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pex_library(
reqs = [
"PyYAML==3.13",
"enum34==1.1.6",
"requests==2.12.3",
"requests==2.21.0",
"netifaces==0.10.6",
"future==0.18.2"
],
Expand Down
2 changes: 1 addition & 1 deletion heron/tools/ui/src/python/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pex_library(
),
reqs = [
"pycrypto==2.6.1",
"requests==2.12.3",
"requests==2.21.0",
"tornado==4.0.2",
],
deps = [
Expand Down
2 changes: 1 addition & 1 deletion third_party/python/pylint/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ pex_binary(
name = "pylint",
main = "main.py",
srcs = ["main.py"],
reqs = ["pylint==1.5.5"],
reqs = ["pylint==2.3.1"],
)

0 comments on commit 7706d34

Please sign in to comment.