Skip to content

Commit 6aa879d

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-alephalpha directory: | Package | From | To | | --- | --- | --- | | [flake8](https://github.com/pycqa/flake8) | `7.0.0` | `7.2.0` | | [pytest](https://github.com/pytest-dev/pytest) | `8.2.2` | `8.3.5` | | [aleph-alpha-client](https://github.com/Aleph-Alpha/aleph-alpha-client) | `7.1.0` | `7.4.0` | | [vcrpy](https://github.com/kevin1024/vcrpy) | `6.0.1` | `7.0.0` | | [pytest-recording](https://github.com/kiwicom/pytest-recording) | `0.13.2` | `0.13.3` | | [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.2.2 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.2.2...8.3.5) Updates `aleph-alpha-client` from 7.1.0 to 7.4.0 - [Release notes](https://github.com/Aleph-Alpha/aleph-alpha-client/releases) - [Changelog](https://github.com/Aleph-Alpha/aleph-alpha-client/blob/main/Changelog.md) - [Commits](Aleph-Alpha/aleph-alpha-client@v7.1.0...v7.4.0) Updates `vcrpy` from 6.0.1 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.1...v7.0.0) Updates `pytest-recording` from 0.13.2 to 0.13.3 - [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.3) 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-minor dependency-group: gha - dependency-name: aleph-alpha-client dependency-version: 7.4.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.3 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] <[email protected]>
1 parent 65de11f commit 6aa879d

File tree

2 files changed

+62
-58
lines changed

2 files changed

+62
-58
lines changed

packages/opentelemetry-instrumentation-alephalpha/poetry.lock

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

packages/opentelemetry-instrumentation-alephalpha/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,17 @@ opentelemetry-semantic-conventions-ai = "0.4.5"
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
aleph_alpha_client = "^7.1.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"
44-
pytest-asyncio = "^0.23.7"
44+
pytest-asyncio = ">=0.23.7,<0.27.0"
4545
opentelemetry-sdk = "^1.27.0"
4646

4747
[build-system]

0 commit comments

Comments
 (0)