Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.6.4
pytest==8.4.2
google-cloud-testutils==1.7.0
pytest==9.0.2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

The update of pytest to version 9.0.2 conflicts with a constraint in noxfile.py which explicitly pins pytest<9 for unit tests (line 99). This indicates that the project is not yet ready for pytest 9. Please revert the pytest update to avoid breaking the unit test suite.

pytest==8.4.2

mock==5.2.0
pytest-xdist==3.8.0
4 changes: 2 additions & 2 deletions samples/desktopapp/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-bigquery==3.38.0
google-auth-oauthlib==1.2.2
google-cloud-bigquery==3.40.1
google-auth-oauthlib==1.3.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==8.4.2
pytest==9.0.2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

The update of pytest to version 9.0.2 conflicts with a constraint in noxfile.py which explicitly pins pytest<9 for unit tests (line 99). This indicates that the project is not yet ready for pytest 9. Please revert the pytest update to avoid breaking the unit test suite.

pytest==8.4.2

mock==5.2.0
pytest-xdist==3.8.0
40 changes: 20 additions & 20 deletions samples/geography/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
attrs==25.4.0
certifi==2025.10.5
certifi==2026.2.25
cffi==2.0.0
charset-normalizer==3.4.3
charset-normalizer==3.4.4
click===8.1.8; python_version == '3.9'
click==8.3.0; python_version >= '3.10'
click==8.3.1; python_version >= '3.10'
click-plugins==1.1.1.2
cligj==0.7.2
db-dtypes==1.4.3
db-dtypes==1.5.0
Fiona==1.10.1
geojson==3.2.0
geopandas===1.0.1; python_version <= '3.9'
geopandas==1.1.2; python_version >= '3.10'
google-api-core==2.25.2
google-auth==2.41.1
google-cloud-bigquery==3.38.0
google-cloud-bigquery-storage==2.33.1
google-cloud-core==2.4.3
google-crc32c==1.7.1
google-resumable-media==2.7.2
googleapis-common-protos==1.70.0
grpcio==1.75.1
idna==3.10
google-api-core==2.30.0
google-auth==2.48.0
google-cloud-bigquery==3.40.1
google-cloud-bigquery-storage==2.36.2
google-cloud-core==2.5.0
google-crc32c==1.8.0
google-resumable-media==2.8.0
googleapis-common-protos==1.72.0
grpcio==1.78.0
idna==3.11
munch==4.0.0
mypy-extensions==1.1.0
packaging==25.0
pandas==2.3.3
proto-plus==1.26.1
pyarrow==21.0.0
packaging==26.0
pandas==3.0.1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The major version update of pandas from 2.x to 3.x introduces significant changes, most notably that Copy-on-Write (CoW) is now enabled by default. This can alter the behavior of chained assignments and potentially introduce subtle bugs. It's highly recommended to thoroughly test the application to ensure compatibility with this change. For more details, see the pandas 3.0.0 release notes.

proto-plus==1.27.1
pyarrow==23.0.1
pyasn1==0.6.2
pyasn1-modules==0.4.2
pycparser==2.23
pyparsing==3.2.5
pycparser==3.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The update to pycparser version 3.0 is a major release with breaking changes. As pycparser is a dependency of cffi, which is used in this project, this update could cause issues. This change should be carefully tested to ensure it doesn't introduce any regressions.

pyparsing==3.3.2
python-dateutil==2.9.0.post0
pytz==2025.2
PyYAML==6.0.3
Expand Down
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.6.4
pytest==8.4.2
google-cloud-testutils==1.7.0
pytest==9.0.2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

The update of pytest to version 9.0.2 conflicts with a constraint in noxfile.py which explicitly pins pytest<9 for unit tests (line 99). This indicates that the project is not yet ready for pytest 9. Please revert the pytest update to avoid breaking the unit test suite.

pytest==8.4.2

mock==5.2.0
pytest-xdist==3.8.0
10 changes: 5 additions & 5 deletions samples/magics/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
bigquery_magics==0.10.3
db-dtypes==1.4.3
google.cloud.bigquery==3.38.0
google-cloud-bigquery-storage==2.33.1
bigquery_magics==0.12.1
db-dtypes==1.5.0
google.cloud.bigquery==3.40.1
google-cloud-bigquery-storage==2.36.2
ipython===8.18.1
pandas==2.3.3
pandas==3.0.1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The major version update of pandas from 2.x to 3.x introduces significant changes, most notably that Copy-on-Write (CoW) is now enabled by default. This can alter the behavior of chained assignments and potentially introduce subtle bugs. It's highly recommended to thoroughly test the application to ensure compatibility with this change. For more details, see the pandas 3.0.0 release notes.

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.6.4
pytest==8.4.2
google-cloud-testutils==1.7.0
pytest==9.0.2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

The update of pytest to version 9.0.2 conflicts with a constraint in noxfile.py which explicitly pins pytest<9 for unit tests (line 99). This indicates that the project is not yet ready for pytest 9. Please revert the pytest update to avoid breaking the unit test suite.

pytest==8.4.2

mock==5.2.0
pytest-xdist==3.8.0
14 changes: 7 additions & 7 deletions samples/notebooks/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
bigquery-magics==0.10.3
db-dtypes==1.4.3
google-cloud-bigquery==3.38.0
google-cloud-bigquery-storage==2.33.1
bigquery-magics==0.12.1
db-dtypes==1.5.0
google-cloud-bigquery==3.40.1
google-cloud-bigquery-storage==2.36.2
ipython===8.18.1; python_version == '3.9'
ipython==9.6.0; python_version >= '3.10'
ipython==9.10.0; python_version >= '3.10'
matplotlib===3.9.2; python_version == '3.9'
matplotlib==3.10.6; python_version >= '3.10'
pandas==2.3.3
matplotlib==3.10.8; python_version >= '3.10'
pandas==3.0.1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The major version update of pandas from 2.x to 3.x introduces significant changes, most notably that Copy-on-Write (CoW) is now enabled by default. This can alter the behavior of chained assignments and potentially introduce subtle bugs. It's highly recommended to thoroughly test the application to ensure compatibility with this change. For more details, see the pandas 3.0.0 release notes.

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.6.4
pytest==8.4.2
google-cloud-testutils==1.7.0
pytest==9.0.2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

The update of pytest to version 9.0.2 conflicts with a constraint in noxfile.py which explicitly pins pytest<9 for unit tests (line 99). This indicates that the project is not yet ready for pytest 9. Please revert the pytest update to avoid breaking the unit test suite.

pytest==8.4.2

mock==5.2.0
pytest-xdist==3.8.0
2 changes: 1 addition & 1 deletion samples/snippets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# samples/snippets should be runnable with no "extras"
google-cloud-bigquery==3.38.0
google-cloud-bigquery==3.40.1