Skip to content
This repository was archived by the owner on Sep 12, 2025. It is now read-only.

Commit d746c3c

Browse files
authored
fix: use triple equal for pinned requirements (#769)
1 parent a46f427 commit d746c3c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
pytest==7.4.3; python_version == '3.7'
1+
pytest===7.4.3; python_version == '3.7'
22
pytest==8.1.1; python_version >= '3.8'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
google-cloud-testutils==1.4.0
2-
pytest==7.4.3; python_version == '3.7'
2+
pytest===7.4.3; python_version == '3.7'
33
pytest==8.1.1; python_version >= '3.8'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
pytest==7.4.3; python_version == '3.7'
1+
pytest===7.4.3; python_version == '3.7'
22
pytest==8.1.1; python_version >= '3.8'

samples/to_dataframe/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
google-auth==2.29.0
22
google-cloud-bigquery-storage==2.24.0
33
google-cloud-bigquery==3.20.1
4-
pyarrow==12.0.1; python_version == '3.7'
4+
pyarrow===12.0.1; python_version == '3.7'
55
pyarrow==15.0.2; python_version >= '3.8'
66
ipython===7.31.1; python_version == '3.7'
77
ipython===8.10.0; python_version == '3.8'
8-
ipython==8.18.1; python_version == '3.9'
8+
ipython===8.18.1; python_version == '3.9'
99
ipython==8.23.0; python_version >= '3.10'
1010
ipywidgets==8.1.2
1111
pandas===1.3.5; python_version == '3.7'

0 commit comments

Comments
 (0)