Skip to content

Commit e94c9f6

Browse files
chore(deps-dev): bump the gha group across 1 directory with 6 updates
Bumps the gha group with 6 updates in the /packages/opentelemetry-instrumentation-anthropic directory: | Package | From | To | | --- | --- | --- | | [flake8](https://github.com/pycqa/flake8) | `7.0.0` | `7.2.0` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.3` | `8.3.5` | | [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.49.0` | `0.51.0` | | [vcrpy](https://github.com/kevin1024/vcrpy) | `6.0.2` | `7.0.0` | | [pytest-recording](https://github.com/kiwicom/pytest-recording) | `0.13.2` | `0.13.4` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.23.8` | `0.26.0` | Updates `flake8` from 7.0.0 to 7.2.0 - [Commits](PyCQA/flake8@7.0.0...7.2.0) Updates `pytest` from 8.3.3 to 8.3.5 - [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.3.3...8.3.5) Updates `anthropic` from 0.49.0 to 0.51.0 - [Release notes](https://github.com/anthropics/anthropic-sdk-python/releases) - [Changelog](https://github.com/anthropics/anthropic-sdk-python/blob/main/CHANGELOG.md) - [Commits](anthropics/anthropic-sdk-python@v0.49.0...v0.51.0) Updates `vcrpy` from 6.0.2 to 7.0.0 - [Release notes](https://github.com/kevin1024/vcrpy/releases) - [Changelog](https://github.com/kevin1024/vcrpy/blob/master/docs/changelog.rst) - [Commits](kevin1024/vcrpy@v6.0.2...v7.0.0) Updates `pytest-recording` from 0.13.2 to 0.13.4 - [Release notes](https://github.com/kiwicom/pytest-recording/releases) - [Changelog](https://github.com/kiwicom/pytest-recording/blob/master/docs/changelog.rst) - [Commits](kiwicom/pytest-recording@v0.13.2...v0.13.4) Updates `pytest-asyncio` from 0.23.8 to 0.26.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.23.8...v0.26.0) --- updated-dependencies: - dependency-name: flake8 dependency-version: 7.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: gha - dependency-name: pytest dependency-version: 8.3.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: gha - dependency-name: anthropic dependency-version: 0.51.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: gha - dependency-name: vcrpy dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: gha - dependency-name: pytest-recording dependency-version: 0.13.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: gha - dependency-name: pytest-asyncio dependency-version: 0.26.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: gha ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 15fa579 commit e94c9f6

File tree

2 files changed

+48
-47
lines changed

2 files changed

+48
-47
lines changed

packages/opentelemetry-instrumentation-anthropic/poetry.lock

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

packages/opentelemetry-instrumentation-anthropic/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,18 @@ opentelemetry-semantic-conventions-ai = "0.4.9"
3131

3232
[tool.poetry.group.dev.dependencies]
3333
autopep8 = "^2.2.0"
34-
flake8 = "7.0.0"
34+
flake8 = "7.2.0"
3535
pytest = "^8.2.2"
3636
pytest-sugar = "1.0.0"
3737

3838
[tool.poetry.group.test.dependencies]
3939
anthropic = ">=0.36.0"
4040
pytest = "^8.2.2"
4141
pytest-sugar = "1.0.0"
42-
vcrpy = "^6.0.1"
42+
vcrpy = ">=6.0.1,<8.0.0"
4343
pytest-recording = "^0.13.1"
4444
opentelemetry-sdk = "^1.27.0"
45-
pytest-asyncio = "^0.23.7"
45+
pytest-asyncio = ">=0.23.7,<0.27.0"
4646

4747
[build-system]
4848
requires = ["poetry-core"]

0 commit comments

Comments
 (0)