File tree Expand file tree Collapse file tree 3 files changed +11
-9
lines changed
Expand file tree Collapse file tree 3 files changed +11
-9
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11backoff==2.2.1
22pytest===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'
44mock==5.1.0
55flaky==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
Original file line number Diff line number Diff line change 1- google-cloud-pubsub == 2.26.0
1+ google-cloud-pubsub == 2.27.1
22avro == 1.12.0
33protobuf === 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'
55avro == 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'
1010opentelemetry-exporter-gcp-trace == 1.7.0
You can’t perform that action at this time.
0 commit comments