Skip to content

Commit 601b9c8

Browse files
chore(deps-dev): bump pytest
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.2 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@8.4.2...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 25189ad commit 601b9c8

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

packages/opentelemetry-instrumentation-cohere/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ cohere = "opentelemetry.instrumentation.cohere:CohereInstrumentor"
2929
[dependency-groups]
3030
dev = [
3131
"autopep8>=2.2.0,<3",
32-
"pytest-sugar==1.0.0",
33-
"pytest>=8.2.2,<9",
32+
"pytest>=8.2.2,<10",
33+
"pytest>=8.2.2,<10",
3434
"ruff>=0.4.0",
3535
]
3636
test = [
@@ -39,7 +39,7 @@ test = [
3939
"pytest-asyncio>=1.2.0,<2",
4040
"pytest-recording>=0.13.1,<0.14.0",
4141
"pytest-sugar==1.0.0",
42-
"pytest>=8.2.2,<9",
42+
"pytest>=8.2.2,<10",
4343
"vcrpy>=8.0.0,<9",
4444
]
4545

packages/opentelemetry-instrumentation-cohere/uv.lock

Lines changed: 6 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)