Skip to content

Commit ce5e309

Browse files
chore(deps): bump the gha group across 1 directory with 7 updates
Bumps the gha group with 4 updates in the /packages/opentelemetry-instrumentation-watsonx directory: [opentelemetry-api](https://github.com/open-telemetry/opentelemetry-python), [pytest-sugar](https://github.com/Teemu/pytest-sugar), [ruff](https://github.com/astral-sh/ruff) and [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio). Updates `opentelemetry-api` from 1.39.1 to 1.40.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-python@v1.39.1...v1.40.0) Updates `opentelemetry-instrumentation` from 0.60b1 to 0.61b0 - [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits) Updates `opentelemetry-semantic-conventions` from 0.60b1 to 0.61b0 - [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-python/commits) Updates `pytest-sugar` from 1.0.0 to 1.1.1 - [Release notes](https://github.com/Teemu/pytest-sugar/releases) - [Changelog](https://github.com/Teemu/pytest-sugar/blob/main/CHANGES.rst) - [Commits](Teemu/pytest-sugar@v1.0.0...v1.1.1) Updates `ruff` from 0.14.11 to 0.15.8 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.14.11...0.15.8) Updates `opentelemetry-sdk` from 1.39.1 to 1.40.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-python@v1.39.1...v1.40.0) Updates `pytest-asyncio` from 0.23.8 to 1.3.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.23.8...v1.3.0) --- updated-dependencies: - dependency-name: opentelemetry-api dependency-version: 1.40.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha - dependency-name: opentelemetry-instrumentation dependency-version: 0.61b0 dependency-type: direct:production dependency-group: gha - dependency-name: opentelemetry-semantic-conventions dependency-version: 0.61b0 dependency-type: direct:production dependency-group: gha - dependency-name: pytest-sugar dependency-version: 1.1.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: gha - dependency-name: ruff dependency-version: 0.15.8 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: gha - dependency-name: opentelemetry-sdk dependency-version: 1.40.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: gha - dependency-name: pytest-asyncio dependency-version: 1.3.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: gha ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f58d389 commit ce5e309

File tree

2 files changed

+57
-48
lines changed

2 files changed

+57
-48
lines changed

packages/opentelemetry-instrumentation-watsonx/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ ibm-watson-machine-learning = "opentelemetry.instrumentation.watsonx:WatsonxInst
2727
[dependency-groups]
2828
dev = [
2929
"autopep8>=2.2.0,<3",
30-
"pytest-sugar==1.0.0",
30+
"pytest-sugar==1.1.1",
3131
"pytest>=8.2.2,<9",
3232
"ruff>=0.4.0",
3333
]
3434
test = [
3535
"ibm-watson-machine-learning==1.0.368",
3636
"opentelemetry-sdk>=1.38.0,<2",
37-
"pytest-asyncio>=0.23.7,<0.24.0",
37+
"pytest-asyncio>=0.23.7,<1.4.0",
3838
"pytest-recording>=0.13.1,<0.14.0",
39-
"pytest-sugar==1.0.0",
39+
"pytest-sugar==1.1.1",
4040
"pytest>=8.2.2,<9",
4141
"vcrpy>=8.0.0,<9",
4242
]

0 commit comments

Comments
 (0)