Skip to content

Commit aabfb93

Browse files
deps(deps): bump the dependency-updates group across 1 directory with 4 updates
Bumps the dependency-updates group with 4 updates in the / directory: [litellm](https://github.com/BerriAI/litellm), [google-auth](https://github.com/googleapis/google-cloud-python), [hypothesis](https://github.com/HypothesisWorks/hypothesis) and [import-linter](https://github.com/seddonym/import-linter). Updates `litellm` from 1.89.4 to 1.91.0 - [Release notes](https://github.com/BerriAI/litellm/releases) - [Commits](BerriAI/litellm@v1.89.4...v1.91.0) Updates `google-auth` from 2.55.1 to 2.55.2 - [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.1...google-auth-v2.55.2) Updates `hypothesis` from 6.155.7 to 6.156.2 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@v6.155.7...v6.156.2) Updates `import-linter` from 2.12 to 2.13 - [Changelog](https://github.com/seddonym/import-linter/blob/main/docs/release_notes.md) - [Commits](seddonym/import-linter@v2.12...v2.13) --- updated-dependencies: - dependency-name: litellm dependency-version: 1.91.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependency-updates - dependency-name: google-auth dependency-version: 2.55.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependency-updates - dependency-name: hypothesis dependency-version: 6.156.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependency-updates - dependency-name: import-linter dependency-version: '2.13' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependency-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e2f6cf2 commit aabfb93

2 files changed

Lines changed: 57 additions & 18 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ classifiers = [
2929
]
3030
keywords = ["llm", "ai", "tournament", "evaluation", "decision-making", "litellm"]
3131
dependencies = [
32-
"litellm>=1.89.4,<1.90.0",
32+
"litellm>=1.91.0,<1.92.0",
3333
"pyyaml~=6.0",
3434
"colorama~=0.4.6",
3535
"httpx~=0.28.1",
@@ -48,14 +48,14 @@ dev = [
4848
"pytest-asyncio~=1.4",
4949
"pytest-cov~=7.0",
5050
"pytest-xdist~=3.0",
51-
"hypothesis~=6.155",
51+
"hypothesis~=6.156",
5252
"coverage[toml]~=7.14",
5353
"ruff>=0.15.20,<1.0",
5454
"pyright>=1.1.411",
5555
"pre-commit~=4.5",
5656
"mutmut~=3.6",
5757
"radon~=6.0",
58-
"import-linter~=2.12",
58+
"import-linter~=2.13",
5959
"deptry>=0.23,<1.0",
6060
]
6161
gui = [

uv.lock

Lines changed: 54 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)