Skip to content

Commit b5931ad

Browse files
build(deps): bump pytest from 7.4.4 to 9.0.3
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 9.0.3. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@7.4.4...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8c82502 commit b5931ad

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pyright==1.1.405
44
sphinx==7.1.2
55
sphinx-rtd-theme==2.0.0rc4
66
sphinx-autodoc-typehints==1.25.2
7-
pytest==7.4.4
7+
pytest==9.0.3
88
pytest-cov==4.1.0
99
readme-renderer==42.0
1010
markupsafe==2.1.3

opentelemetry-api/test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ iniconfig==2.0.0
44
packaging==24.0
55
pluggy==1.6.0
66
py-cpuinfo==9.0.0
7-
pytest==7.4.4
7+
pytest==9.0.3
88
tomli==2.0.1
99
typing_extensions==4.10.0
1010
wrapt==1.16.0

opentelemetry-proto-json/test-requirements.latest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pluggy==1.6.0
2020
# via
2121
# -r opentelemetry-proto-json/test-requirements.in
2222
# pytest
23-
pytest==7.4.4
23+
pytest==9.0.3
2424
# via
2525
# -c dev-requirements.txt
2626
# -r opentelemetry-proto-json/test-requirements.in

opentelemetry-proto-json/test-requirements.oldest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pluggy==1.0.0
2020
# via
2121
# -r opentelemetry-proto-json/test-requirements.in
2222
# pytest
23-
pytest==7.4.4
23+
pytest==9.0.3
2424
# via
2525
# -c dev-requirements.txt
2626
# -r opentelemetry-proto-json/test-requirements.in

opentelemetry-proto/test-requirements.latest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ protobuf==6.33.6
2222
# via
2323
# -r opentelemetry-proto/test-requirements.in
2424
# opentelemetry-proto
25-
pytest==7.4.4
25+
pytest==9.0.3
2626
# via
2727
# -c dev-requirements.txt
2828
# -r opentelemetry-proto/test-requirements.in

opentelemetry-proto/test-requirements.oldest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ protobuf==5.29.5
2222
# via
2323
# -r opentelemetry-proto/test-requirements.in
2424
# opentelemetry-proto
25-
pytest==7.4.4
25+
pytest==9.0.3
2626
# via
2727
# -c dev-requirements.txt
2828
# -r opentelemetry-proto/test-requirements.in

opentelemetry-sdk/test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ packaging==24.0
66
pluggy==1.6.0
77
psutil==7.2.2
88
py-cpuinfo==9.0.0
9-
pytest==7.4.4
9+
pytest==9.0.3
1010
jsonschema==4.25.1
1111
rpds-py==0.23.1; python_version == "3.10"
1212
rpds-py==0.30.0; python_version >= "3.11"

opentelemetry-semantic-conventions/test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ iniconfig==2.0.0
44
packaging==24.0
55
pluggy==1.6.0
66
py-cpuinfo==9.0.0
7-
pytest==7.4.4
7+
pytest==9.0.3
88
tomli==2.0.1
99
typing_extensions==4.10.0
1010
wrapt==1.16.0

0 commit comments

Comments
 (0)