Skip to content

Commit

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

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Chalmer Lowe <[email protected]>
  • Loading branch information
3 people committed Apr 12, 2024
1 parent 5c6f7d9 commit 88501c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/geography/requirements.txt
Expand Up @@ -28,7 +28,7 @@ mypy-extensions==1.0.0
packaging==24.0
pandas===1.3.5; python_version == '3.7'
pandas===2.0.3; python_version == '3.8'
pandas==2.2.1; python_version >= '3.9'
pandas==2.2.2; python_version >= '3.9'
proto-plus==1.23.0
pyarrow==12.0.1; python_version == '3.7'
pyarrow==15.0.2; python_version >= '3.8'
Expand Down
2 changes: 1 addition & 1 deletion samples/magics/requirements.txt
Expand Up @@ -6,4 +6,4 @@ ipython===8.0.1; python_version == '3.8'
ipython===8.18.1; python_version >= '3.9'
pandas===1.3.5; python_version == '3.7'
pandas===2.0.3; python_version == '3.8'
pandas==2.2.1; python_version >= '3.9'
pandas==2.2.2; python_version >= '3.9'
2 changes: 1 addition & 1 deletion samples/notebooks/requirements.txt
Expand Up @@ -9,4 +9,4 @@ matplotlib===3.7.4; python_version == '3.8'
matplotlib==3.8.4; python_version >= '3.9'
pandas===1.3.5; python_version == '3.7'
pandas===2.0.3; python_version == '3.8'
pandas==2.2.1; python_version >= '3.9'
pandas==2.2.2; python_version >= '3.9'

0 comments on commit 88501c0

Please sign in to comment.