Skip to content

Commit

Permalink
chore(deps-dev): bump the gha group across 1 directory with 6 updates
Browse files Browse the repository at this point in the history
Bumps the gha group with 6 updates in the /packages/opentelemetry-instrumentation-llamaindex directory:

| Package | From | To |
| --- | --- | --- |
| [flake8](https://github.com/pycqa/flake8) | `7.0.0` | `7.1.1` |
| [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.23.8` | `0.24.0` |
| [chromadb](https://github.com/chroma-core/chroma) | `0.5.15` | `0.5.18` |
| [openai](https://github.com/openai/openai-python) | `1.53.0` | `1.54.4` |
| [llama-index](https://github.com/run-llama/llama_index) | `0.11.21` | `0.11.23` |
| llama-index-vector-stores-chroma | `0.2.1` | `0.3.0` |



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

Updates `pytest-asyncio` from 0.23.8 to 0.24.0
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.23.8...v0.24.0)

Updates `chromadb` from 0.5.15 to 0.5.18
- [Release notes](https://github.com/chroma-core/chroma/releases)
- [Changelog](https://github.com/chroma-core/chroma/blob/main/RELEASE_PROCESS.md)
- [Commits](chroma-core/chroma@0.5.15...0.5.18)

Updates `openai` from 1.53.0 to 1.54.4
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](openai/openai-python@v1.53.0...v1.54.4)

Updates `llama-index` from 0.11.21 to 0.11.23
- [Release notes](https://github.com/run-llama/llama_index/releases)
- [Changelog](https://github.com/run-llama/llama_index/blob/main/CHANGELOG.md)
- [Commits](run-llama/llama_index@v0.11.21...v0.11.23)

Updates `llama-index-vector-stores-chroma` from 0.2.1 to 0.3.0

---
updated-dependencies:
- dependency-name: flake8
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: gha
- dependency-name: pytest-asyncio
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: gha
- dependency-name: chromadb
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: gha
- dependency-name: openai
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: gha
- dependency-name: llama-index
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: gha
- dependency-name: llama-index-vector-stores-chroma
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: gha
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 13, 2024
1 parent 76a968a commit dcf26c6
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 46 deletions.
97 changes: 55 additions & 42 deletions packages/opentelemetry-instrumentation-llamaindex/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 @@ -32,13 +32,13 @@ inflection = "^0.5.1"

[tool.poetry.group.dev.dependencies]
autopep8 = "^2.2.0"
flake8 = "7.0.0"
flake8 = "7.1.1"

[tool.poetry.group.test.dependencies]
vcrpy = "^6.0.1"
pytest-recording = "^0.13.1"
pytest-asyncio = "^0.23.7"
chromadb = "=0.5.15"
pytest-asyncio = ">=0.23.7,<0.25.0"
chromadb = "=0.5.18"
openai = "^1.52.2"
opentelemetry-sdk = "^1.27.0"
llama-index = "^0.11.20"
Expand All @@ -48,7 +48,7 @@ opentelemetry-instrumentation-cohere = { path = "../opentelemetry-instrumentatio
opentelemetry-instrumentation-chromadb = { path = "../opentelemetry-instrumentation-chromadb", develop = true }
sqlalchemy = "^2.0.31"
llama-index-agent-openai = "^0.3.4"
llama-index-vector-stores-chroma = "^0.2.1"
llama-index-vector-stores-chroma = ">=0.2.1,<0.4.0"
llama-index-llms-cohere = "^0.3.2"
llama-index-embeddings-openai = "^0.2.5"

Expand Down

0 comments on commit dcf26c6

Please sign in to comment.