Skip to content

Bump the prod-deps group with 7 updates#967

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/prod-deps-d63ce8d813
Closed

Bump the prod-deps group with 7 updates#967
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/prod-deps-d63ce8d813

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 8, 2025

Bumps the prod-deps group with 7 updates:

Package From To
termcolor 2.5.0 3.0.1
types-tqdm 4.67.0.20250319 4.67.0.20250404
pydantic 2.11.1 2.11.2
typing-extensions 4.13.0 4.13.1
tenacity 9.0.0 9.1.2
starlette 0.45.3 0.46.1
together 1.5.4 1.5.5

Updates termcolor from 2.5.0 to 3.0.1

Release notes

Sourced from termcolor's releases.

Release 3.0.1

Fixed

Release 3.0.0

Added

Changed

  • Only apply FORCE_COLOR, NO_COLOR and ANSI_COLORS_DISABLED when present and not an empty string (#92) @​hugovk
  • Replace deprecated classifier with licence expression (PEP 639) (#95) @​hugovk
  • Speedup: move typing imports into type-checking block (#94) @​hugovk
  • Lint with faster action-pre-commit-uv: 1m22s -> 48s and 21s -> 15s (#86) @​hugovk

Removed

Commits
  • b2c165a Fix licence filename in metadata (#100)
  • c56a313 Fix licence filename in metadata
  • 0c7c034 Update coverage.py and Renovate config (#98)
  • 2d36624 Disable semantic commits for Renovate
  • c38902a Disable coverage.py sysmon warning via slug
  • 6be5b48 Replace literal types with strings (#97)
  • 5761438 Only apply FORCE_COLOR, NO_COLOR and ANSI_COLORS_DISABLED when present ...
  • 36bee61 Replace literal types with strings
  • 18a80aa Remove deprecated __ALL__, use __all__ instead (#93)
  • 88f4b92 Only apply ANSI_COLORS_DISABLED when present and not an empty string
  • Additional commits viewable in compare view

Updates types-tqdm from 4.67.0.20250319 to 4.67.0.20250404

Commits

Updates pydantic from 2.11.1 to 2.11.2

Release notes

Sourced from pydantic's releases.

v2.11.2 2025-04-03

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.11.1...v2.11.2

Changelog

Sourced from pydantic's changelog.

v2.11.2 (2025-04-03)

GitHub release

What's Changed

Fixes

  • Bump pydantic-core to v2.33.1 by @​Viicos in #11678
  • Make sure __pydantic_private__ exists before setting private attributes by @​Viicos in #11666
  • Do not override FieldInfo._complete when using field from parent class by @​Viicos in #11668
  • Provide the available definitions when applying discriminated unions by @​Viicos in #11670
  • Do not expand root type in the mypy plugin for variables by @​Viicos in #11676
  • Mention the attribute name in model fields deprecation message by @​Viicos in #11674
  • Properly validate parameterized mappings by @​Viicos in #11658
Commits
  • bd1f8cf Prepare release v2.11.2 (#11684)
  • f70f291 Add integration documentation for llms.txt (#11677)
  • 34095c7 Properly validate parameterized mappings (#11658)
  • dfa6c67 Mention the attribute name in model fields deprecation message (#11674)
  • cbf4202 Do not expand root type in the mypy plugin for variables (#11676)
  • 8b0825a Provide the available definitions when applying discriminated unions (#11670)
  • 86c5703 Do not override FieldInfo._complete when using field from parent class (#11...
  • da84149 Make sure __pydantic_private__ exists before setting private attributes (#1...
  • 0cfe853 Bump pydantic-core to v2.33.1 (#11678)
  • See full diff in compare view

Updates typing-extensions from 4.13.0 to 4.13.1

Release notes

Sourced from typing-extensions's releases.

4.13.1

This is a bugfix release fixing two edge cases that appear on old bugfix releases of CPython.

Bugfixes:

  • Fix regression in 4.13.0 on Python 3.10.2 causing a TypeError when using Concatenate. Patch by Daraan.
  • Fix TypeError when using evaluate_forward_ref on Python 3.10.1-2 and 3.9.8-10. Patch by Daraan.
Changelog

Sourced from typing-extensions's changelog.

Release 4.13.1 (April 3, 2025)

Bugfixes:

  • Fix regression in 4.13.0 on Python 3.10.2 causing a TypeError when using Concatenate. Patch by Daraan.
  • Fix TypeError when using evaluate_forward_ref on Python 3.10.1-2 and 3.9.8-10. Patch by Daraan.
Commits
  • 45a8847 Prepare release 4.13.1 (#573)
  • f264e58 Move CI to "ubuntu-latest" (round 2) (#570)
  • 5ce0e69 Fix TypeError with evaluate_forward_ref on some 3.10 and 3.9 versions (#558)
  • 304f5cb Add SQLAlchemy to third-party daily tests (#561)
  • ebe2b94 Fix duplicated keywords for typing._ConcatenateGenericAlias in 3.10.2 (#557)
  • 9f93d6f Add intersphinx links for 3.13 typing features (#550)
  • See full diff in compare view

Updates tenacity from 9.0.0 to 9.1.2

Release notes

Sourced from tenacity's releases.

9.1.2

Full Changelog: jd/tenacity@9.1.1...9.1.2

9.1.1

What's Changed

New Contributors

Full Changelog: jd/tenacity@9.0.0...9.1.0

Commits

Updates starlette from 0.45.3 to 0.46.1

Release notes

Sourced from starlette's releases.

Version 0.46.1

Fixed

  • Allow relative directory path when follow_symlinks=True #2896.

Full Changelog: Kludex/starlette@0.46.0...0.46.1

Version 0.46.0

Added

  • GZipMiddleware: Make sure Vary header is always added if a response can be compressed #2865.

Fixed

  • Raise exception from background task on BaseHTTPMiddleware #2812.
  • GZipMiddleware: Don't compress on server sent events #2871.

Changed

  • MultiPartParser: Rename max_file_size to spool_max_size #2780.

Deprecated

  • Add deprecated warning to TestClient(timeout=...) #2840.

New Contributors

Full Changelog: Kludex/starlette@0.45.3...0.46.0

Changelog

Sourced from starlette's changelog.

0.46.1 (March 8, 2025)

Fixed

  • Allow relative directory path when follow_symlinks=True #2896.

0.46.0 (February 22, 2025)

Added

  • GZipMiddleware: Make sure Vary header is always added if a response can be compressed #2865.

Fixed

  • Raise exception from background task on BaseHTTPMiddleware #2812.
  • GZipMiddleware: Don't compress on server sent events #2871.

Changed

  • MultiPartParser: Rename max_file_size to spool_max_size #2780.

Deprecated

  • Add deprecated warning to TestClient(timeout=...) #2840.
Commits

Updates together from 1.5.4 to 1.5.5

Release notes

Sourced from together's releases.

v1.5.5

What's Changed

New Contributors

Full Changelog: togethercomputer/together-python@v1.5.4...v1.5.5

Commits
  • c3d2a35 Make fine-tuning job validation messages more informative (#292)
  • cd154f8 Fix empty LR scheduler for old jobs, clean up argument validation (#288)
  • e0de91e Add more information from response object to APIError during file upload (#289)
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 8, 2025
@dependabot dependabot Bot requested a review from a team as a code owner April 8, 2025 00:28
@dependabot dependabot Bot had a problem deploying to Scheduled Testing April 8, 2025 00:28 Error
@dependabot dependabot Bot had a problem deploying to Scheduled Testing April 8, 2025 00:28 Error
@dependabot dependabot Bot had a problem deploying to Scheduled Testing April 8, 2025 00:28 Failure
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 8, 2025

MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅

@dependabot dependabot Bot force-pushed the dependabot/pip/prod-deps-d63ce8d813 branch from 464306e to 827a378 Compare April 14, 2025 23:28
@dependabot dependabot Bot had a problem deploying to Scheduled Testing April 14, 2025 23:28 Failure
@dependabot dependabot Bot had a problem deploying to Scheduled Testing April 14, 2025 23:28 Failure
@dependabot dependabot Bot had a problem deploying to Scheduled Testing April 14, 2025 23:28 Failure
@dependabot dependabot Bot force-pushed the dependabot/pip/prod-deps-d63ce8d813 branch from 827a378 to 88385e0 Compare April 17, 2025 19:35
@dependabot dependabot Bot had a problem deploying to Scheduled Testing April 17, 2025 19:35 Failure
@dependabot dependabot Bot had a problem deploying to Scheduled Testing April 17, 2025 19:35 Failure
@dependabot dependabot Bot had a problem deploying to Scheduled Testing April 17, 2025 19:35 Failure
Bumps the prod-deps group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [termcolor](https://github.com/termcolor/termcolor) | `2.5.0` | `3.0.1` |
| [types-tqdm](https://github.com/typeshed-internal/stub_uploader) | `4.67.0.20250319` | `4.67.0.20250404` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.11.1` | `2.11.2` |
| [typing-extensions](https://github.com/python/typing_extensions) | `4.13.0` | `4.13.1` |
| [tenacity](https://github.com/jd/tenacity) | `9.0.0` | `9.1.2` |
| [starlette](https://github.com/encode/starlette) | `0.45.3` | `0.46.1` |
| [together](https://github.com/togethercomputer/together-python) | `1.5.4` | `1.5.5` |


Updates `termcolor` from 2.5.0 to 3.0.1
- [Release notes](https://github.com/termcolor/termcolor/releases)
- [Changelog](https://github.com/termcolor/termcolor/blob/main/CHANGES.md)
- [Commits](termcolor/termcolor@2.5.0...3.0.1)

Updates `types-tqdm` from 4.67.0.20250319 to 4.67.0.20250404
- [Commits](https://github.com/typeshed-internal/stub_uploader/commits)

Updates `pydantic` from 2.11.1 to 2.11.2
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.11.1...v2.11.2)

Updates `typing-extensions` from 4.13.0 to 4.13.1
- [Release notes](https://github.com/python/typing_extensions/releases)
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
- [Commits](python/typing_extensions@4.13.0...4.13.1)

Updates `tenacity` from 9.0.0 to 9.1.2
- [Release notes](https://github.com/jd/tenacity/releases)
- [Commits](jd/tenacity@9.0.0...9.1.2)

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

Updates `together` from 1.5.4 to 1.5.5
- [Release notes](https://github.com/togethercomputer/together-python/releases)
- [Commits](togethercomputer/together-python@v1.5.4...v1.5.5)

---
updated-dependencies:
- dependency-name: termcolor
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-deps
- dependency-name: types-tqdm
  dependency-version: 4.67.0.20250404
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: pydantic
  dependency-version: 2.11.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: typing-extensions
  dependency-version: 4.13.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: tenacity
  dependency-version: 9.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: starlette
  dependency-version: 0.46.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: together
  dependency-version: 1.5.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/prod-deps-d63ce8d813 branch from 88385e0 to 72148d9 Compare April 21, 2025 23:33
@dependabot dependabot Bot had a problem deploying to Scheduled Testing April 21, 2025 23:33 Failure
@dependabot dependabot Bot had a problem deploying to Scheduled Testing April 21, 2025 23:33 Failure
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 23, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Apr 23, 2025
@dependabot dependabot Bot deleted the dependabot/pip/prod-deps-d63ce8d813 branch April 23, 2025 17:53
@github-actions github-actions Bot locked and limited conversation to collaborators Apr 23, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants