Skip to content

Commit ea7b9a3

Browse files
chore(deps): bump the gha group across 1 directory with 8 updates
Bumps the gha group with 5 updates in the /packages/opentelemetry-instrumentation-replicate directory: | Package | From | To | | --- | --- | --- | | [opentelemetry-api](https://github.com/open-telemetry/opentelemetry-python) | `1.39.1` | `1.40.0` | | [replicate](https://github.com/replicate/replicate-python) | `0.26.1` | `1.0.7` | | [pytest-sugar](https://github.com/Teemu/pytest-sugar) | `1.0.0` | `1.1.1` | | [pytest](https://github.com/pytest-dev/pytest) | `8.4.2` | `9.0.2` | | [ruff](https://github.com/astral-sh/ruff) | `0.14.11` | `0.15.8` | 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 `replicate` from 0.26.1 to 1.0.7 - [Release notes](https://github.com/replicate/replicate-python/releases) - [Commits](replicate/replicate-python@0.26.1...1.0.7) 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 `pytest` from 8.4.2 to 9.0.2 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.4.2...9.0.2) 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) --- 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: replicate dependency-version: 1.0.7 dependency-type: direct:development update-type: version-update:semver-major 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: pytest dependency-version: 9.0.2 dependency-type: direct:development update-type: version-update:semver-major 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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bb95db9 commit ea7b9a3

2 files changed

Lines changed: 52 additions & 56 deletions

File tree

packages/opentelemetry-instrumentation-replicate/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ replicate = "opentelemetry.instrumentation.replicate:ReplicateInstrumentor"
2727
[dependency-groups]
2828
dev = [
2929
"autopep8>=2.2.0,<3",
30-
"pytest-sugar==1.0.0",
31-
"pytest>=8.2.2,<9",
30+
"pytest>=8.2.2,<10",
31+
"pytest>=8.2.2,<10",
3232
"ruff>=0.4.0",
3333
]
3434
test = [
3535
"opentelemetry-sdk>=1.38.0,<2",
3636
"pytest-recording>=0.13.1,<0.14.0",
37-
"pytest-sugar==1.0.0",
38-
"pytest>=8.2.2,<9",
39-
"replicate>=0.23.1,<0.27.0",
37+
"pytest-sugar==1.1.1",
38+
"pytest>=8.2.2,<10",
39+
"replicate>=0.23.1,<1.1.0",
4040
"vcrpy>=8.0.0,<9",
4141
]
4242

0 commit comments

Comments
 (0)