Skip to content

Commit 600efc9

Browse files
deps(deps): bump the dependency-updates group across 1 directory with 3 updates
Bumps the dependency-updates group with 3 updates in the / directory: [litellm](https://github.com/BerriAI/litellm), [google-auth](https://github.com/googleapis/google-cloud-python) and [hypothesis](https://github.com/HypothesisWorks/hypothesis). Updates `litellm` from 1.91.1 to 1.92.0 - [Release notes](https://github.com/BerriAI/litellm/releases) - [Commits](BerriAI/litellm@v1.91.1...v1.92.0) Updates `google-auth` from 2.55.2 to 2.56.0 - [Release notes](https://github.com/googleapis/google-cloud-python/releases) - [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-documentai/CHANGELOG.md) - [Commits](googleapis/google-cloud-python@google-auth-v2.55.2...google-auth-v2.56.0) Updates `hypothesis` from 6.156.4 to 6.156.6 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@v6.156.4...v6.156.6) --- updated-dependencies: - dependency-name: litellm dependency-version: 1.92.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependency-updates - dependency-name: google-auth dependency-version: 2.56.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependency-updates - dependency-name: hypothesis dependency-version: 6.156.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependency-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b377736 commit 600efc9

2 files changed

Lines changed: 68 additions & 61 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ classifiers = [
2929
]
3030
keywords = ["llm", "ai", "tournament", "evaluation", "decision-making", "litellm"]
3131
dependencies = [
32-
"litellm>=1.91.1,<1.92.0",
32+
"litellm>=1.92.0,<1.93.0",
3333
"pyyaml~=6.0",
3434
"colorama~=0.4.6",
3535
"httpx~=0.28.1",
3636
"tiktoken>=0.13.0",
3737
"aiofiles>=24.1,<25.2",
3838
"scikit-learn>=1.9.0,<1.10",
3939
"markdown-it-py~=4.0",
40-
"google-auth~=2.55",
40+
"google-auth~=2.56",
4141
"pydantic~=2.13",
4242
"python-dotenv~=1.2",
4343
]

0 commit comments

Comments
 (0)