Skip to content

Commit 316883a

Browse files
chore(deps): update all dependencies (#1317)
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent cb760a7 commit 316883a

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

pytest.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ filterwarnings =
1818
# Remove once the minimum supported version of googleapis-common-protos is 1.62.0
1919
ignore:.*pkg_resources.declare_namespace:DeprecationWarning
2020
ignore:.*pkg_resources is deprecated as an API:DeprecationWarning
21+
# Remove once https://github.com/googleapis/gapic-generator-python/issues/2303 is fixed
22+
ignore:The python-bigquery library will stop supporting Python 3.7:PendingDeprecationWarning
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
backoff==2.2.1
22
pytest===7.4.4; python_version == '3.7'
3-
pytest==8.3.2; python_version >= '3.8'
3+
pytest==8.3.4; python_version >= '3.8'
44
mock==5.1.0
55
flaky==3.8.1
6-
google-cloud-bigquery==3.25.0
7-
google-cloud-storage==2.18.2
6+
google-cloud-bigquery==3.27.0
7+
google-cloud-storage==2.19.0

samples/snippets/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
google-cloud-pubsub==2.26.0
1+
google-cloud-pubsub==2.27.1
22
avro==1.12.0
33
protobuf===4.24.4; python_version == '3.7'
4-
protobuf==5.28.0; python_version >= '3.8'
4+
protobuf==5.29.2; python_version >= '3.8'
55
avro==1.12.0
6-
opentelemetry-api==1.22.0; python_version == '3.7'
7-
opentelemetry-sdk==1.22.0; python_version == '3.7'
8-
opentelemetry-api==1.27.0; python_version >= '3.8'
9-
opentelemetry-sdk==1.27.0; python_version >= '3.8'
6+
opentelemetry-api===1.22.0; python_version == '3.7'
7+
opentelemetry-sdk===1.22.0; python_version == '3.7'
8+
opentelemetry-api==1.29.0; python_version >= '3.8'
9+
opentelemetry-sdk==1.29.0; python_version >= '3.8'
1010
opentelemetry-exporter-gcp-trace==1.7.0

0 commit comments

Comments
 (0)