Skip to content

Commit

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

* See https://github.com/pandas-dev/pandas/releases/tag/v2.1.0

---------

Co-authored-by: Anthonios Partheniou <[email protected]>
  • Loading branch information
renovate-bot and parthea authored Dec 2, 2023
1 parent 62d6366 commit 9e4d1d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/snippets/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pytest==7.4.0
pytest==7.4.3
mock==5.1.0
backoff==2.2.1
5 changes: 3 additions & 2 deletions samples/snippets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
google-cloud-pubsub==2.18.3
google-cloud-pubsub==2.18.4
google-cloud-storage==2.13.0
pandas===1.3.5; python_version == '3.7'
pandas==2.0.3; python_version >= '3.8'
pandas===2.0.3; python_version == '3.8'
pandas==2.1.3; python_version >= '3.9'

0 comments on commit 9e4d1d8

Please sign in to comment.