Skip to content

Commit

Permalink
chore(deps): update all dependencies (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Sep 6, 2022
1 parent 3bc47fc commit f60500f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion samples/quickstart/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==7.1.2
pytest==7.1.3
2 changes: 1 addition & 1 deletion samples/snippets/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-testutils==1.3.3
pytest==7.1.2
pytest==7.1.3
2 changes: 1 addition & 1 deletion samples/to_dataframe/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==7.1.2
pytest==7.1.3
4 changes: 2 additions & 2 deletions samples/to_dataframe/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ google-cloud-bigquery==3.3.2
pyarrow==9.0.0
ipython===7.31.1; python_version == '3.7'
ipython===8.0.1; python_version == '3.8'
ipython==8.4.0; python_version >= '3.9'
ipython==8.5.0; python_version >= '3.9'
pandas===1.3.5; python_version == '3.7'
pandas==1.4.4; python_version > '3.7'
tqdm==4.64.0
tqdm==4.64.1
db-dtypes==1.0.3

0 comments on commit f60500f

Please sign in to comment.