Skip to content

Commit ec1c954

Browse files
chore(deps-dev): bump the gha group across 1 directory with 5 updates
Bumps the gha group with 5 updates in the /packages/opentelemetry-instrumentation-marqo directory: | Package | From | To | | --- | --- | --- | | [flake8](https://github.com/pycqa/flake8) | `7.0.0` | `7.1.2` | | [pytest](https://github.com/pytest-dev/pytest) | `8.2.2` | `8.3.5` | | [vcrpy](https://github.com/kevin1024/vcrpy) | `6.0.1` | `7.0.0` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.23.8` | `0.25.3` | | [marqo](https://github.com/marqo-ai/marqo) | `3.7.0` | `3.11.0` | Updates `flake8` from 7.0.0 to 7.1.2 - [Commits](PyCQA/flake8@7.0.0...7.1.2) 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 `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-asyncio` from 0.23.8 to 0.25.3 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.23.8...v0.25.3) Updates `marqo` from 3.7.0 to 3.11.0 - [Release notes](https://github.com/marqo-ai/marqo/releases) - [Changelog](https://github.com/marqo-ai/marqo/blob/mainline/RELEASE.md) - [Commits](https://github.com/marqo-ai/marqo/commits) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: gha - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: gha - dependency-name: vcrpy dependency-type: direct:development update-type: version-update:semver-major dependency-group: gha - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-minor dependency-group: gha - dependency-name: marqo dependency-type: direct:development update-type: version-update:semver-minor dependency-group: gha ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 04811b5 commit ec1c954

File tree

2 files changed

+40
-38
lines changed

2 files changed

+40
-38
lines changed

packages/opentelemetry-instrumentation-marqo/poetry.lock

+37-35
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/opentelemetry-instrumentation-marqo/pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@ opentelemetry-semantic-conventions-ai = "0.4.3"
3131

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

3838
[tool.poetry.group.test.dependencies]
3939
pytest = "^8.2.2"
4040
pytest-sugar = "1.0.0"
41-
vcrpy = "^6.0.1"
41+
vcrpy = ">=6.0.1,<8.0.0"
4242
pytest-recording = "^0.13.1"
43-
pytest-asyncio = "^0.23.7"
43+
pytest-asyncio = ">=0.23.7,<0.26.0"
4444
opentelemetry-sdk = "^1.27.0"
4545
marqo = "^3.5.1"
4646

0 commit comments

Comments
 (0)