Skip to content

Bump the prod-deps group across 1 directory with 6 updates#1461

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

Bump the prod-deps group across 1 directory with 6 updates#1461
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/prod-deps-a057fb7786

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 20, 2026

Bumps the prod-deps group with 6 updates in the / directory:

Package From To
jq 1.10.0 1.11.0
typer-slim 0.19.2 0.21.1
mistralai 1.9.11 1.10.1
boto3 1.42.29 1.42.30
prometheus-client 0.23.1 0.24.1
pyarrow 22.0.0 23.0.0

Updates jq from 1.10.0 to 1.11.0

Changelog

Sourced from jq's changelog.

1.11.0

  • Add support for Python 3.14 and PyPy 3.11.

  • Drop support for PyPy 3.9 and PyPy 3.10.

Commits
  • 55d6b07 Bump version to 1.11.0
  • 8b492db Don't build wheels for 32-bit Windows
  • 567e39b Remove licence classifier
  • d6a66d2 Use SPDX licence identifier
  • 1d10f59 Full build on workflow dispatch
  • df4e57a Extract condition for making full builds
  • 2a95eea Allow build on workflow_dispatch
  • bb017fd Bump version to 1.10.2
  • 78c4b71 Update cython to 3.2.3
  • a365380 Always build cp314t wheels for macOS and Windows
  • Additional commits viewable in compare view

Updates typer-slim from 0.19.2 to 0.21.1

Release notes

Sourced from typer-slim's releases.

0.21.1

Fixes

  • 🐛 Fix escaping in help text when rich is installed but not used. PR #1089 by @​svlandeg.

Internal

0.21.0

Breaking Changes

Docs

Internal

0.20.1

Features

  • ✨ Add support for standard tracebacks via the env TYPER_STANDARD_TRACEBACK. PR #1299 by @​colin-nolan.

Fixes

  • 🐛 Ensure that options_metavar is passed through correctly. PR #816 by @​gar1t.
  • 🐛 Ensure an optional argument is shown in brackets, even when metavar is set. PR #1409 by @​svlandeg.
  • 🐛 Ensure that the default rich_markup_mode is interpreted correctly. PR #1304 by @​svlandeg.

... (truncated)

Changelog

Sourced from typer-slim's changelog.

0.21.1

Fixes

  • 🐛 Fix escaping in help text when rich is installed but not used. PR #1089 by @​svlandeg.

Internal

0.21.0

Breaking Changes

Docs

Internal

0.20.1

Features

  • ✨ Add support for standard tracebacks via the env TYPER_STANDARD_TRACEBACK. PR #1299 by @​colin-nolan.

Fixes

  • 🐛 Ensure that options_metavar is passed through correctly. PR #816 by @​gar1t.

... (truncated)

Commits

Updates mistralai from 1.9.11 to 1.10.1

Release notes

Sourced from mistralai's releases.

python - v1.10.1 - 2026-01-15 18:51:08

Generated by Speakeasy CLI

mistralai 1.10.1

SDK Changes Detected:

  • mistral.beta.conversations.restart():
    • request.inputs.[array].[] Changed Breaking ⚠️
    • response.outputs.[].[message_output_entry].content.[array].[] Changed Breaking ⚠️
  • mistral.beta.conversations.start():
    • request.inputs.[array].[] Changed Breaking ⚠️
    • response.outputs.[].[message_output_entry].content.[array].[] Changed Breaking ⚠️
  • mistral.beta.conversations.append():
    • request.inputs.[array].[] Changed Breaking ⚠️
    • response.outputs.[].[message_output_entry].content.[array].[] Changed Breaking ⚠️
  • mistral.beta.conversations.get_history(): response.entries.[] Changed Breaking ⚠️
  • mistral.beta.conversations.get_messages(): response.messages.[] Changed Breaking ⚠️
  • mistral.beta.agents.list(): request.metadata Changed
  • mistral.beta.conversations.list(): request.metadata Changed
  • mistral.batch.jobs.list(): response.data.[].outputs Added
  • mistral.batch.jobs.create():
    • request Changed
    • response.outputs Added
  • mistral.batch.jobs.get():
    • request.inline Added
    • response.outputs Added
  • mistral.batch.jobs.cancel(): response.outputs Added
  • mistral.embeddings.create(): request.metadata Added
  • mistral.classifiers.moderate(): request.metadata Added
  • mistral.classifiers.classify(): request.metadata Added

Generated with Speakeasy CLI 1.606.10

Publishing Completed

python - v1.10.0 - 2025-12-17 09:33:36

Generated by Speakeasy CLI

mistralai 1.10.0

SDK Changes Detected:

  • mistral.beta.libraries.create(): response.owner_id Changed Breaking ⚠️
  • mistral.beta.libraries.documents.get(): response Changed Breaking ⚠️
  • mistral.models.list():
    • response.data.[].[base].capabilities Changed
    • error.status[422] Removed Breaking ⚠️
  • mistral.files.list():
    • request.include_total Added
    • response.total Changed Breaking ⚠️
  • mistral.beta.conversations.start():
    • request Changed Breaking ⚠️
    • response.outputs.[].[tool_execution_entry].name Changed Breaking ⚠️
  • mistral.beta.libraries.accesses.delete():

... (truncated)

Changelog

Sourced from mistralai's changelog.

2024-08-07 14:25:13

Changes

Based on:

Generated

  • [python v1.0.0] .

Releases

2024-08-08 18:12:16

Changes

Based on:

Generated

  • [python v1.0.1] .

Releases

2024-08-20 08:36:28

Changes

Based on:

Generated

  • [python v1.0.2] .

Releases

2024-08-29 09:09:05

Changes

Based on:

Generated

  • [python v1.0.3] .

Releases

2024-09-13 16:21:24

Changes

Based on:

Generated

  • [python v1.1.0] .

Releases

... (truncated)

Commits
  • eb85b6c ## SDK Changes Detected: (#328)
  • 798b290 Fix missing dependency of the workflow on pyright (#322)
  • c5b6051 ## SDK Changes Detected: (#321)
  • 79cf7f5 ## SDK Changes Detected: (#320)
  • 9d1e739 Switch the Azure and GCP SDKs to uv (#317)
  • 1923fe6 Fix Speakeasy targets in GitHub actions (#312)
  • f3ad2f1 Merge pull request #308 from mistralai/fix/otel-no-tracer-provider-setup
  • 99cae3a fix(otel): don't setup TracerProvider, rely on application config
  • 2046cef feat!: unify README handling across packages (#306)
  • f77efc0 chore: update speakeasy-api/sdk-generation-action reference (#305)
  • Additional commits viewable in compare view

Updates boto3 from 1.42.29 to 1.42.30

Commits
  • b53ccba Merge branch 'release-1.42.30'
  • c9f5d90 Bumping version to 1.42.30
  • 9cf4452 Add changelog entries from botocore
  • b0356c7 Merge branch 'release-1.42.29' into develop
  • See full diff in compare view

Updates prometheus-client from 0.23.1 to 0.24.1

Release notes

Sourced from prometheus-client's releases.

v0.24.1

v0.24.0

What's Changed

Full Changelog: prometheus/client_python@v0.23.1...v0.24.0

Commits

Updates pyarrow from 22.0.0 to 23.0.0

Release notes

Sourced from pyarrow's releases.

Apache Arrow 23.0.0

Release Notes URL: https://arrow.apache.org/release/23.0.0.html

Apache Arrow 23.0.0 RC2

Release Notes: Release Candidate: 23.0.0 RC2

Commits
  • eafe3a9 MINOR: [Release] Update versions for 23.0.0
  • 45781e8 MINOR: [Release] Update .deb/.rpm changelogs for 23.0.0
  • 365e5ac MINOR: [Release] Update CHANGELOG.md for 23.0.0
  • e33512d GH-48841: [Release][Package] Add GH_TOKEN to rake build step on Linux Packagi...
  • 86d28e9 GH-48838: [Release] Use gh cli to download sources for Linux packages and pub...
  • b6362d0 GH-48582: [CI][GPU][C++][Python] Add new CUDA jobs using the new self-hosted ...
  • 8fb7a53 GH-48827: [CI][Python] Add required xz dependency to emscripten dockerfile (#...
  • 342c5d5 GH-48809: [CI] Fix homebrew-cpp with Mac by using formula-based dependency re...
  • 8955bbf GH-48631: [R] Non-API calls: 'ATTRIB', 'SET_ATTRIB' (#48634)
  • b90a2b8 GH-48314: [Python] Compat with pandas 3.0 changed default datetime unit (#48319)
  • Additional commits viewable 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

Bumps the prod-deps group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [jq](https://github.com/mwilliamson/jq.py) | `1.10.0` | `1.11.0` |
| [typer-slim](https://github.com/fastapi/typer) | `0.19.2` | `0.21.1` |
| [mistralai](https://github.com/mistralai/client-python) | `1.9.11` | `1.10.1` |
| [boto3](https://github.com/boto/boto3) | `1.42.29` | `1.42.30` |
| [prometheus-client](https://github.com/prometheus/client_python) | `0.23.1` | `0.24.1` |
| [pyarrow](https://github.com/apache/arrow) | `22.0.0` | `23.0.0` |



Updates `jq` from 1.10.0 to 1.11.0
- [Changelog](https://github.com/mwilliamson/jq.py/blob/master/CHANGELOG.rst)
- [Commits](mwilliamson/jq.py@1.10.0...1.11.0)

Updates `typer-slim` from 0.19.2 to 0.21.1
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](fastapi/typer@0.19.2...0.21.1)

Updates `mistralai` from 1.9.11 to 1.10.1
- [Release notes](https://github.com/mistralai/client-python/releases)
- [Changelog](https://github.com/mistralai/client-python/blob/main/RELEASES.md)
- [Commits](mistralai/client-python@v1.9.11...v1.10.1)

Updates `boto3` from 1.42.29 to 1.42.30
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.42.29...1.42.30)

Updates `prometheus-client` from 0.23.1 to 0.24.1
- [Release notes](https://github.com/prometheus/client_python/releases)
- [Commits](prometheus/client_python@v0.23.1...v0.24.1)

Updates `pyarrow` from 22.0.0 to 23.0.0
- [Release notes](https://github.com/apache/arrow/releases)
- [Commits](apache/arrow@apache-arrow-22.0.0...apache-arrow-23.0.0)

---
updated-dependencies:
- dependency-name: jq
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: typer-slim
  dependency-version: 0.21.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: mistralai
  dependency-version: 1.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: boto3
  dependency-version: 1.42.30
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: prometheus-client
  dependency-version: 0.24.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: pyarrow
  dependency-version: 23.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jan 20, 2026
@dependabot dependabot Bot requested a review from a team as a code owner January 20, 2026 00:28
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jan 20, 2026
@dependabot dependabot Bot had a problem deploying to Scheduled Testing January 20, 2026 00:28 Failure
@github-actions
Copy link
Copy Markdown

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

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jan 20, 2026

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

@dependabot dependabot Bot closed this Jan 20, 2026
@dependabot dependabot Bot deleted the dependabot/pip/prod-deps-a057fb7786 branch January 20, 2026 18:25
@github-actions github-actions Bot locked and limited conversation to collaborators Jan 20, 2026
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