Skip to content

Commit

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

* revert numpy pin changes for python <= 3.7

* add classifier for python 3.9 and 3.10

Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
renovate-bot and parthea authored Feb 26, 2022
1 parent 12d144f commit 2a41dc6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.36.0
google-auth==2.3.3
google-auth==2.4.1
google-auth-httplib2==0.1.0
2 changes: 1 addition & 1 deletion language/snippets/classify_text/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-cloud-language==2.3.1
google-cloud-language==2.3.2
numpy==1.22.1; python_version > '3.7'
numpy==1.21.4; python_version == '3.7'
2 changes: 1 addition & 1 deletion language/snippets/cloud-client/v1/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-cloud-language==2.3.1
google-cloud-language==2.3.2
2 changes: 1 addition & 1 deletion language/snippets/generated-samples/v1/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-cloud-language==2.3.1
google-cloud-language==2.3.2
2 changes: 1 addition & 1 deletion language/snippets/sentiment/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-cloud-language==2.3.1
google-cloud-language==2.3.2

0 comments on commit 2a41dc6

Please sign in to comment.