Skip to content

Commit

Permalink
Merge pull request apache#14379: Update python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
iemejia committed Mar 31, 2021
2 parents fd3075f + eb8ceeb commit 460e093
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .test-infra/jenkins/metrics_report/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
# under the License.

influxdb==5.3.0
Jinja2==2.11.2
Jinja2==2.11.3
prettytable==0.7.2
4 changes: 2 additions & 2 deletions sdks/python/container/base_image_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ dill==0.3.1.1
future==0.18.2
grpcio==1.32.0
hdfs==2.5.8
httplib2==0.12.0
httplib2==0.18.1
mock==2.0.0
oauth2client==4.1.3
protobuf==3.12.2
pyarrow==3.0.0
pydot==1.4.1
pymongo==3.9.0
pytz==2019.3
pyyaml==5.1
pyyaml==5.4
typing-extensions==3.7.4.3

# GCP extra features
Expand Down
2 changes: 1 addition & 1 deletion sdks/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def get_version():
'future>=0.18.2,<1.0.0',
'grpcio>=1.29.0,<2',
'hdfs>=2.1.0,<3.0.0',
'httplib2>=0.8,<0.18.0',
'httplib2>=0.8,<0.20.0',
'numpy>=1.14.3,<1.21.0',
'pymongo>=3.8.0,<4.0.0',
'oauth2client>=2.0.1,<5',
Expand Down

0 comments on commit 460e093

Please sign in to comment.