Skip to content

Commit

Permalink
chore(deps): update all dependencies (#238)
Browse files Browse the repository at this point in the history
* chore(deps): update all dependencies

* revert numpy update for python_version <= '3.6'

* pin numpy 1.21.4 for python 3.7 samples

* fix typo

Co-authored-by: Anthonios Partheniou <[email protected]>
  • Loading branch information
renovate-bot and parthea authored Jan 17, 2022
1 parent 393b605 commit f1de617
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion language/snippets/api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-api-python-client==2.34.0
google-api-python-client==2.35.0
google-auth==2.3.3
google-auth-httplib2==0.1.0
3 changes: 2 additions & 1 deletion language/snippets/classify_text/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
google-cloud-language==2.3.1
numpy==1.21.4; python_version > '3.6'
numpy==1.22.1; python_version > '3.7'
numpy==1.21.4; python_version == '3.7'
numpy==1.19.5; python_version <= '3.6'

0 comments on commit f1de617

Please sign in to comment.