Skip to content

Commit 7849042

Browse files
authored
test-requirements: Bump pluggy to 1.6.0 (#4972)
* test-requirements: Bump pluggy to 1.6.0 To silence Python 3.14 warnings. * More pluggy bumps
1 parent 4f03520 commit 7849042

19 files changed

Lines changed: 19 additions & 19 deletions

File tree

docs/getting_started/tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ itsdangerous==2.1.2
1111
Jinja2==3.1.5
1212
MarkupSafe==2.1.3
1313
packaging==24.0
14-
pluggy==1.3.0
14+
pluggy==1.6.0
1515
py-cpuinfo==9.0.0
1616
pytest==7.4.4
1717
requests==2.32.3

exporter/opentelemetry-exporter-opencensus/test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ importlib-metadata==6.11.0
44
iniconfig==2.0.0
55
opencensus-proto==0.1.0
66
packaging==24.0
7-
pluggy==1.5.0
7+
pluggy==1.6.0
88
protobuf==3.20.3
99
py-cpuinfo==9.0.0
1010
pytest==7.4.4

exporter/opentelemetry-exporter-otlp-proto-common/test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ asgiref==3.7.2
22
importlib-metadata==6.11.0
33
iniconfig==2.0.0
44
packaging==24.0
5-
pluggy==1.5.0
5+
pluggy==1.6.0
66
protobuf==6.31.1
77
py-cpuinfo==9.0.0
88
pytest==7.4.4

exporter/opentelemetry-exporter-otlp-proto-grpc/test-requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
colorama>=0.4.6
22
iniconfig>=2.0.0
33
packaging>=24.0
4-
pluggy>=1.5.0
4+
pluggy>=1.6.0
55
protobuf>=5.29.5
66
pytest>=7.4.4
77
-e opentelemetry-api

exporter/opentelemetry-exporter-otlp-proto-grpc/test-requirements.oldest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ packaging==24.0
5757
# via
5858
# -r exporter/opentelemetry-exporter-otlp-proto-grpc/test-requirements.in
5959
# pytest
60-
pluggy==1.5.0
60+
pluggy==1.6.0
6161
# via
6262
# -r exporter/opentelemetry-exporter-otlp-proto-grpc/test-requirements.in
6363
# pytest

exporter/opentelemetry-exporter-otlp-proto-http/test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ idna==3.7
66
importlib-metadata==6.11.0
77
iniconfig==2.0.0
88
packaging==24.0
9-
pluggy==1.5.0
9+
pluggy==1.6.0
1010
protobuf==6.31.1
1111
py-cpuinfo==9.0.0
1212
pytest==7.4.4

exporter/opentelemetry-exporter-otlp/test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ asgiref==3.7.2
22
importlib-metadata==6.11.0
33
iniconfig==2.0.0
44
packaging==24.0
5-
pluggy==1.5.0
5+
pluggy==1.6.0
66
py-cpuinfo==9.0.0
77
pytest==7.4.4
88
tomli==2.0.1

exporter/opentelemetry-exporter-prometheus/test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ asgiref==3.7.2
22
importlib-metadata==6.11.0
33
iniconfig==2.0.0
44
packaging==24.0
5-
pluggy==1.5.0
5+
pluggy==1.6.0
66
prometheus_client==0.20.0
77
py-cpuinfo==9.0.0
88
pytest==7.4.4

exporter/opentelemetry-exporter-zipkin-json/test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ idna==3.7
55
importlib-metadata==6.11.0
66
iniconfig==2.0.0
77
packaging==24.0
8-
pluggy==1.5.0
8+
pluggy==1.6.0
99
py-cpuinfo==9.0.0
1010
pytest==7.4.4
1111
requests==2.32.3

exporter/opentelemetry-exporter-zipkin-proto-http/test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ idna==3.7
55
importlib-metadata==6.11.0
66
iniconfig==2.0.0
77
packaging==24.0
8-
pluggy==1.5.0
8+
pluggy==1.6.0
99
protobuf==3.20.3
1010
py-cpuinfo==9.0.0
1111
pytest==7.4.4

0 commit comments

Comments
 (0)