Skip to content

Commit

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

* pin attrs===24.2.0 for python 3.7

* pin urllib3===2.2.3 for python 3.8

* pin matplotlib===3.9.2 for python 3.9

---------

Co-authored-by: Lingqing Gan <[email protected]>
  • Loading branch information
renovate-bot and Linchin authored Jan 2, 2025
1 parent aaf1eb8 commit 6cbd5c0
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 26 deletions.
6 changes: 3 additions & 3 deletions .kokoro/docker/docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# pip-compile --allow-unsafe --generate-hashes synthtool/gcp/templates/python_library/.kokoro/docker/docs/requirements.in
#
argcomplete==3.5.2 \
--hash=sha256:036d020d79048a5d525bc63880d7a4b8d1668566b8a76daf1144c0bbe0f63472 \
--hash=sha256:23146ed7ac4403b70bd6026402468942ceba34a6732255b9edf5b7354f68a6bb
argcomplete==3.5.3 \
--hash=sha256:2ab2c4a215c59fd6caaff41a869480a23e8f6a5f910b266c1808037f4e375b61 \
--hash=sha256:c12bf50eded8aebb298c7b7da7a5ff3ee24dffd9f5281867dfe1424b58c55392
# via nox
colorlog==6.9.0 \
--hash=sha256:5906e71acd67cb07a71e779c47c4bcb45fb8c2993eebe9e5adcd6a6f1b283eff \
Expand Down
4 changes: 2 additions & 2 deletions samples/desktopapp/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-testutils==1.4.0
google-cloud-testutils==1.5.0
pytest===7.4.4; python_version == '3.7'
pytest==8.3.3; python_version >= '3.8'
pytest==8.3.4; python_version >= '3.8'
mock==5.1.0
2 changes: 1 addition & 1 deletion samples/geography/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pytest===7.4.4; python_version == '3.7'
pytest==8.3.3; python_version >= '3.8'
pytest==8.3.4; python_version >= '3.8'
mock==5.1.0
24 changes: 13 additions & 11 deletions samples/geography/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
attrs==24.2.0
certifi==2024.8.30
attrs===24.2.0; python_version == '3.7'
attrs==24.3.0; python_version >= '3.8'
certifi==2024.12.14
cffi===1.15.1; python_version == '3.7'
cffi==1.17.1; python_version >= '3.8'
charset-normalizer==3.4.0
click==8.1.7
charset-normalizer==3.4.1
click==8.1.8
click-plugins==1.1.1
cligj==0.7.2
dataclasses==0.8; python_version < '3.7'
db-dtypes==1.3.1
Fiona===1.9.6; python_version == '3.7'
Fiona==1.10.1; python_version >= '3.8'
geojson==3.1.0
geojson==3.2.0
geopandas===0.10.2; python_version == '3.7'
geopandas===0.13.2; python_version == '3.8'
geopandas==1.0.1; python_version >= '3.9'
google-api-core==2.23.0
google-auth==2.36.0
google-api-core==2.24.0
google-auth==2.37.0
google-cloud-bigquery==3.27.0
google-cloud-bigquery-storage==2.27.0
google-cloud-core==2.4.1
Expand All @@ -24,7 +25,7 @@ google-crc32c==1.6.0; python_version >= '3.9'
google-resumable-media==2.7.2
googleapis-common-protos==1.66.0
grpcio===1.62.2; python_version == '3.7'
grpcio==1.68.0; python_version >= '3.8'
grpcio==1.68.1; python_version >= '3.8'
idna==3.10
munch==4.0.0
mypy-extensions==1.0.0
Expand All @@ -44,7 +45,7 @@ pyasn1-modules==0.4.1; python_version >= '3.8'
pycparser===2.21; python_version == '3.7'
pycparser==2.22; python_version >= '3.8'
pyparsing===3.1.4; python_version < '3.9'
pyparsing==3.2.0; python_version >= '3.9'
pyparsing==3.2.1; python_version >= '3.9'
python-dateutil==2.9.0.post0
pytz==2024.2
PyYAML===6.0.1; python_version == '3.7'
Expand All @@ -53,9 +54,10 @@ requests==2.31.0; python_version == '3.7'
requests==2.32.3; python_version >= '3.8'
rsa==4.9
Shapely==2.0.6
six==1.16.0
six==1.17.0
typing-extensions===4.7.1; python_version == '3.7'
typing-extensions==4.12.2; python_version >= '3.8'
typing-inspect==0.9.0
urllib3===1.26.18; python_version == '3.7'
urllib3==2.2.3; python_version >= '3.8'
urllib3===2.2.3; python_version == '3.8'
urllib3==2.3.0; python_version >= '3.9'
4 changes: 2 additions & 2 deletions samples/magics/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-testutils==1.4.0
google-cloud-testutils==1.5.0
pytest===7.4.4; python_version == '3.7'
pytest==8.3.3; python_version >= '3.8'
pytest==8.3.4; python_version >= '3.8'
mock==5.1.0
2 changes: 1 addition & 1 deletion samples/magics/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bigquery_magics==0.4.0
bigquery_magics==0.5.0
db-dtypes==1.3.1
google.cloud.bigquery==3.27.0
google-cloud-bigquery-storage==2.27.0
Expand Down
4 changes: 2 additions & 2 deletions samples/notebooks/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-testutils==1.4.0
google-cloud-testutils==1.5.0
pytest===7.4.4; python_version == '3.7'
pytest==8.3.3; python_version >= '3.8'
pytest==8.3.4; python_version >= '3.8'
mock==5.1.0
5 changes: 3 additions & 2 deletions samples/notebooks/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bigquery-magics==0.4.0
bigquery-magics==0.5.0
db-dtypes==1.3.1
google-cloud-bigquery==3.27.0
google-cloud-bigquery-storage==2.27.0
Expand All @@ -7,7 +7,8 @@ ipython===8.0.1; python_version == '3.8'
ipython===8.18.1; python_version >= '3.9'
matplotlib===3.5.3; python_version == '3.7'
matplotlib===3.7.4; python_version == '3.8'
matplotlib==3.9.2; python_version >= '3.9'
matplotlib===3.9.2; python_version == '3.9'
matplotlib==3.10.0; python_version >= '3.10'
pandas===1.3.5; python_version == '3.7'
pandas===2.0.3; python_version == '3.8'
pandas==2.2.3; python_version >= '3.9'
4 changes: 2 additions & 2 deletions samples/snippets/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# samples/snippets should be runnable with no "extras"
google-cloud-testutils==1.4.0
google-cloud-testutils==1.5.0
pytest===7.4.4; python_version == '3.7'
pytest==8.3.3; python_version >= '3.8'
pytest==8.3.4; python_version >= '3.8'
mock==5.1.0

0 comments on commit 6cbd5c0

Please sign in to comment.