Skip to content

Commit ff0645a

Browse files
authored
Merge branch 'main' into feat-374142081-add-time_zone_options
2 parents e02e24b + 7ed9fd2 commit ff0645a

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
google-cloud-testutils==1.6.4
22
pytest==8.4.1
33
mock==5.2.0
4-
pytest-xdist==3.7.0
4+
pytest-xdist==3.8.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pytest==8.4.1
22
mock==5.2.0
3-
pytest-xdist==3.7.0
3+
pytest-xdist==3.8.0

samples/geography/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ idna==3.10
2424
munch==4.0.0
2525
mypy-extensions==1.1.0
2626
packaging==25.0
27-
pandas==2.3.0
27+
pandas==2.3.1
2828
proto-plus==1.26.1
2929
pyarrow==20.0.0
3030
pyasn1==0.6.1
@@ -39,6 +39,6 @@ rsa==4.9.1
3939
Shapely===2.0.7; python_version == '3.9'
4040
Shapely==2.1.1; python_version >= '3.10'
4141
six==1.17.0
42-
typing-extensions==4.14.0
42+
typing-extensions==4.14.1
4343
typing-inspect==0.9.0
4444
urllib3==2.5.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
google-cloud-testutils==1.6.4
22
pytest==8.4.1
33
mock==5.2.0
4-
pytest-xdist==3.7.0
4+
pytest-xdist==3.8.0

samples/magics/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
bigquery_magics==0.10.0
1+
bigquery_magics==0.10.1
22
db-dtypes==1.4.3
33
google.cloud.bigquery==3.34.0
44
google-cloud-bigquery-storage==2.32.0
55
ipython===8.18.1
6-
pandas==2.3.0
6+
pandas==2.3.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
google-cloud-testutils==1.6.4
22
pytest==8.4.1
33
mock==5.2.0
4-
pytest-xdist==3.7.0
4+
pytest-xdist==3.8.0

samples/notebooks/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
bigquery-magics==0.10.0
1+
bigquery-magics==0.10.1
22
db-dtypes==1.4.3
33
google-cloud-bigquery==3.34.0
44
google-cloud-bigquery-storage==2.32.0
55
ipython===8.18.1; python_version == '3.9'
6-
ipython==9.3.0; python_version >= '3.10'
6+
ipython==9.4.0; python_version >= '3.10'
77
matplotlib===3.9.2; python_version == '3.9'
88
matplotlib==3.10.3; python_version >= '3.10'
9-
pandas==2.3.0
9+
pandas==2.3.1

samples/snippets/requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
google-cloud-testutils==1.6.4
33
pytest==8.4.1
44
mock==5.2.0
5-
pytest-xdist==3.7.0
5+
pytest-xdist==3.8.0

0 commit comments

Comments
 (0)