Skip to content

Commit

Permalink
chore(deps-dev): bump the gha group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the gha group with 4 updates in the /packages/opentelemetry-instrumentation-replicate directory: [flake8](https://github.com/pycqa/flake8), [pytest](https://github.com/pytest-dev/pytest), [vcrpy](https://github.com/kevin1024/vcrpy) and [replicate](https://github.com/replicate/replicate-python).


Updates `flake8` from 7.0.0 to 7.1.1
- [Commits](PyCQA/flake8@7.0.0...7.1.1)

Updates `pytest` from 8.2.2 to 8.3.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.2.2...8.3.3)

Updates `vcrpy` from 6.0.1 to 6.0.2
- [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...v6.0.2)

Updates `replicate` from 0.26.1 to 1.0.2
- [Release notes](https://github.com/replicate/replicate-python/releases)
- [Commits](replicate/replicate-python@0.26.1...1.0.2)

---
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-patch
  dependency-group: gha
- dependency-name: replicate
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: gha
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 17, 2024
1 parent f94e5b7 commit ba5d8ac
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
44 changes: 22 additions & 22 deletions packages/opentelemetry-instrumentation-replicate/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ opentelemetry-semantic-conventions-ai = "0.4.1"

[tool.poetry.group.dev.dependencies]
autopep8 = "^2.2.0"
flake8 = "7.0.0"
flake8 = "7.1.1"
pytest = "^8.2.2"
pytest-sugar = "1.0.0"

Expand All @@ -37,7 +37,7 @@ pytest-sugar = "1.0.0"
vcrpy = "^6.0.1"
pytest-recording = "^0.13.1"
opentelemetry-sdk = "^1.27.0"
replicate = ">=0.23.1,<0.27.0"
replicate = ">=0.23.1,<1.1.0"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit ba5d8ac

Please sign in to comment.