chore(deps): bump the version-all group across 1 directory with 19 updates (#4531)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-10-23 21:28:02 +02:00 committed by GitHub
parent ce2430180f
commit 615b94cf2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 329 additions and 317 deletions

638
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -25,7 +25,7 @@ uvicorn = "*"
types-toml = "*"
numpy = "*"
json-repair = "*"
browsergym = "0.8.1" # integrate browsergym as the browsing interface
browsergym = "0.9.0" # integrate browsergym as the browsing interface
html2text = "*"
e2b = "^0.17.1"
pexpect = "*"
@ -36,7 +36,7 @@ minio = "^7.2.8"
gevent = "^24.2.1"
pyarrow = "17.0.0" # transitive dependency, pinned here to avoid conflicts
tenacity = "^8.5.0"
zope-interface = "7.0.3"
zope-interface = "7.1.0"
pathspec = "^0.12.1"
google-cloud-aiplatform = "*"
anthropic = {extras = ["vertex"], version = "*"}
@ -69,8 +69,8 @@ llama-index-embeddings-azure-openai = "*"
llama-index-embeddings-ollama = "*"
[tool.poetry.group.dev.dependencies]
ruff = "0.6.9"
mypy = "1.12.0"
ruff = "0.7.0"
mypy = "1.13.0"
pre-commit = "4.0.1"
build = "*"