Bump the prod-deps group across 1 directory with 7 updates#1127
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Bump the prod-deps group across 1 directory with 7 updates#1127dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the prod-deps group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [jq](https://github.com/mwilliamson/jq.py) | `1.9.1` | `1.10.0` | | [click](https://github.com/pallets/click) | `8.1.8` | `8.2.1` | | [termcolor](https://github.com/termcolor/termcolor) | `2.5.0` | `3.1.0` | | [starlette](https://github.com/encode/starlette) | `0.45.3` | `0.46.2` | | [fastapi](https://github.com/fastapi/fastapi) | `0.115.14` | `0.116.1` | | [together](https://github.com/togethercomputer/together-python) | `1.5.17` | `1.5.21` | | [prometheus-client](https://github.com/prometheus/client_python) | `0.21.1` | `0.22.1` | Updates `jq` from 1.9.1 to 1.10.0 - [Changelog](https://github.com/mwilliamson/jq.py/blob/master/CHANGELOG.rst) - [Commits](mwilliamson/jq.py@1.9.1...1.10.0) Updates `click` from 8.1.8 to 8.2.1 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](pallets/click@8.1.8...8.2.1) Updates `termcolor` from 2.5.0 to 3.1.0 - [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.1.0) Updates `starlette` from 0.45.3 to 0.46.2 - [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.2) Updates `fastapi` from 0.115.14 to 0.116.1 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.115.14...0.116.1) Updates `together` from 1.5.17 to 1.5.21 - [Release notes](https://github.com/togethercomputer/together-python/releases) - [Commits](togethercomputer/together-python@v1.5.17...1.5.21) Updates `prometheus-client` from 0.21.1 to 0.22.1 - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](prometheus/client_python@v0.21.1...v0.22.1) --- updated-dependencies: - dependency-name: jq dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: click dependency-version: 8.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: termcolor dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: starlette dependency-version: 0.46.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: fastapi dependency-version: 0.116.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: together dependency-version: 1.5.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: prometheus-client dependency-version: 0.22.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps ... Signed-off-by: dependabot[bot] <support@github.com>
|
MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅ |
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the prod-deps group with 7 updates in the / directory:
1.9.11.10.08.1.88.2.12.5.03.1.00.45.30.46.20.115.140.116.11.5.171.5.210.21.10.22.1Updates
jqfrom 1.9.1 to 1.10.0Changelog
Sourced from jq's changelog.
Commits
9f76581Update docs to refer to jq 1.8.157000e7Remove reference to patch in manifest781d388Bump version to 1.10.0f5ced66Pin msys2/setup-msys2 to v2.27.0c8e0bf9Update to jq 1.8.1Updates
clickfrom 8.1.8 to 8.2.1Release notes
Sourced from click's releases.
... (truncated)
Changelog
Sourced from click's changelog.
... (truncated)
Commits
fd183b2release version 8.2.1262bdf0Raise an exception on end of input in CliRunner (#2934)80efdf6Raise an exception on end of input in CliRunnercfa6f4aFlush sys.stderr when CliRunner finalizes (#2933)f3a4363flush sys.stderr when CliRunner.invoke finalizesb7cf069fix shell completion for nested groups (#2935)7c575d6parametrize testac6a2acFix shell completion for nested groups884af5cFix flag value set when is_flag=True and type is provided (#2930)4fd2feaFix condition for setting flag value when type is providedUpdates
termcolorfrom 2.5.0 to 3.1.0Release notes
Sourced from termcolor's releases.
Commits
1e0ae11Test free-threaded Python 3.13t and 3.14t (#111)9e3f5bbTest free-threaded Python 3.13t and 3.14t52bf721Add mutation testing (#109)968cfa5Add tests for cprint kwargs6048bd5Add mutation testingfd08149Test code branches (#108)b32a006Test code branches60815d2Cache system lookups to save invocation time (#107)7e1e892Complete coverage via added tests (#106)e516dd5Cache system lookups to save invocation timeUpdates
starlettefrom 0.45.3 to 0.46.2Release notes
Sourced from starlette's releases.
Changelog
Sourced from starlette's changelog.
Commits
4a81176Version 0.46.2 (#2921)48f7cd7Prevents reraising of exception from BaseHttpMiddleware (#2911)5d98cd5Include Python 3.14 to the pipeline (#2919)eb6cebbBump the python-packages group with 6 updates (#2914)d278cafFix link title for contextvars.ContextVar (#2913)bcdf0adfix IndexError in TemplateResponse (#2909)c8a4692Update note about anyio thread pool (#2895)aa8f6f0docs: fix email on sponsorship pagea8a4437docs: fix Alex's github handle (#2901)df754caVersion 0.46.1 (#2900)Updates
fastapifrom 0.115.14 to 0.116.1Release notes
Sourced from fastapi's releases.
Commits
3137234🔖 Release version 0.116.1095dab0📝 Update release notescad6880⬆️ Upgrade Starlette supported version range to>=0.40.0,<0.48.0(#13884)a6e79e6📝 Update release notes2c13b1b📝 Add notification about impending changes in Translations to `docs/en/docs/c...7179d48📝 Update release notes07bcb18⬆ [pre-commit.ci] pre-commit autoupdate (#13871)bd8f358🔖 Release version 0.116.018eb7a7📝 Update release notesdd906a9📝 Update release notesUpdates
togetherfrom 1.5.17 to 1.5.21Release notes
Sourced from together's releases.
Commits
1b6f4b0Adding support for Speech to text (#340)724a192Jonathanbrum/eng 33523 updating modeltypes to include transcribe for whisper ...468a561Adding transcribe to models.py to resolve error with getmodels call (#341)b9071dcFix event system (#338)b8a91fcAdd tests for message weights (#335)c6db833Add Hugging Face Hub upload option (#333)a0fadd3Response format regex (#332)Updates
prometheus-clientfrom 0.21.1 to 0.22.1Release notes
Sourced from prometheus-client's releases.
Commits
d24220aRelease 0.22.1f294cbbUse License Expressions in pyproject.toml (#1111)938b73eBugFix: Skip validating and parsing comment lines early (#1108) (#1109)8dfa10eRelease 0.22.0e3902eaDon't send an empty HTTP header. (#1101)23ab826Add note on gauge.set_function not working with mp, see #504 (#1098)c1ff3b2Update docs (#1097)e3bfa1fUpdate versions for docs Github actions (#1096)de8bb4aFix order-dependent flaky tests related to UTF-8 support (#1093)46eae7bChanged pushgateway.md (#1083)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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