Skip to content

Commit

Permalink
Bump the prod-deps group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the prod-deps group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [pip](https://github.com/pypa/pip) | `24.3.1` | `25.0` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.10.5` | `2.10.6` |
| [starlette](https://github.com/encode/starlette) | `0.41.3` | `0.45.3` |
| [fastapi](https://github.com/fastapi/fastapi) | `0.115.7` | `0.115.8` |
| [together](https://github.com/togethercomputer/together-python) | `1.3.11` | `1.3.14` |



Updates `pip` from 24.3.1 to 25.0
- [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst)
- [Commits](pypa/pip@24.3.1...25.0)

Updates `pydantic` from 2.10.5 to 2.10.6
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.10.5...v2.10.6)

Updates `starlette` from 0.41.3 to 0.45.3
- [Release notes](https://github.com/encode/starlette/releases)
- [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md)
- [Commits](encode/starlette@0.41.3...0.45.3)

Updates `fastapi` from 0.115.7 to 0.115.8
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.115.7...0.115.8)

Updates `together` from 1.3.11 to 1.3.14
- [Release notes](https://github.com/togethercomputer/together-python/releases)
- [Commits](togethercomputer/together-python@v1.3.11...v1.3.14)

---
updated-dependencies:
- dependency-name: pip
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-deps
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: starlette
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: together
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 3f2aed3 commit cedc7c2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
40 changes: 20 additions & 20 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jq = "^1.6.0"
click = "^8.1.7"
casefy = "^1.0.0"
termcolor = "^2.4.0"
pip = "^24.0"
pip = ">=24,<26"
jinja2 = "^3.1.3"
scipy = "^1.12.0"
retry = "^0.9.2"
Expand All @@ -72,7 +72,7 @@ typing-extensions = "^4.10.0"
tenacity = "^9.0.0"
jsonlines = "^4.0.0"
diskcache = "^5.6.3"
starlette = ">=0.41,<0.42"
starlette = ">=0.41,<0.46"
fastapi = "^0.115.0"
together = "^1.2.3"
modelgauge_anthropic = {version = "*", optional = true}
Expand Down

0 comments on commit cedc7c2

Please sign in to comment.