Skip to content

Bump pyarrow from 18.1.0 to 22.0.0 - #340

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pyarrow-22.0.0
Open

Bump pyarrow from 18.1.0 to 22.0.0#340
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pyarrow-22.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 27, 2025

Copy link
Copy Markdown
Contributor

Bumps pyarrow from 18.1.0 to 22.0.0.

Release notes

Sourced from pyarrow's releases.

Apache Arrow 22.0.0

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

Apache Arrow 22.0.0 RC1

Release Notes: Release Candidate: 22.0.0 RC1

Apache Arrow 22.0.0 RC0

Release Notes: Release Candidate: 22.0.0 RC0

Apache Arrow 21.0.0

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

Apache Arrow 21.0.0 RC6

Release Notes: Release Candidate: 21.0.0 RC6

Apache Arrow 21.0.0 RC5

Release Notes: Release Candidate: 21.0.0 RC5

Apache Arrow 21.0.0 RC4

Release Notes: Release Candidate: 21.0.0 RC4

Apache Arrow 21.0.0 RC3

Release Notes: Release Candidate: 21.0.0 RC3

Apache Arrow 21.0.0 RC2

Release Notes: Release Candidate: 21.0.0 RC2

Apache Arrow 20.0.0

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

Apache Arrow 20.0.0 RC2

Release Notes: Release Candidate: 20.0.0 RC2

Apache Arrow 20.0.0 RC1

Release Notes: Release Candidate: 20.0.0 RC1

Apache Arrow 20.0.0 RC0

Release Notes: Release Candidate: 20.0.0 RC0

Apache Arrow 19.0.1

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

Apache Arrow 19.0.1 RC1

Release Notes: Release Candidate: 19.0.1 RC1

Apache Arrow 19.0.1 RC0

Release Notes: Release Candidate: 19.0.1 RC0

Apache Arrow 19.0.0

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

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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

---
updated-dependencies:
- dependency-name: pyarrow
  dependency-version: 22.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Oct 27, 2025
jhamon added a commit that referenced this pull request Aug 13, 2026
## Summary

Remediates the open Dependabot alerts on `VSB` by bumping vulnerable
transitive and dev dependencies to their first patched versions. Changes
are confined to `pyproject.toml` and `poetry.lock` (regenerated via
`poetry update`). CI already exists (`python-package.yml`, `black.yml`)
— no CI changes.

## Packages fixed

| Package | From | To | Severity | How |
|---|---|---|---|---|
| pyasn1 | 0.6.1 | 0.6.4 | high (x5) | transitive, `poetry update` |
| urllib3 | 2.2.3 | 2.7.0 | high/med (x6) | transitive |
| protobuf | 5.29.4 | 5.29.6 | high (x2) | transitive |
| msgpack | 1.1.0 | 1.2.1 | high | transitive |
| brotli | 1.1.0 | 1.2.0 | high | transitive |
| setuptools | 75.6.0 | 84.0.0 | high/med (x2) | transitive |
| flask-cors | 5.0.0 | 6.0.5 | medium (x3) | transitive |
| jinja2 | 3.1.4 | 3.1.6 | medium (x3) | transitive |
| werkzeug | 3.1.3 | 3.1.8 | medium (x2) | transitive |
| filelock | 3.18.0 | 3.32.2 | medium (x2) | transitive (constraint
`^3.18.0` already allowed) |
| requests | 2.32.3 | 2.34.2 | medium (x2) | transitive |
| idna | 3.10 | 3.18 | medium | transitive |
| virtualenv | 20.28.0 | 21.7.4 | medium | transitive (dev) |
| pytest | 8.3.4 | 9.1.1 | medium | dev; constraint `^8.3.3` → `^9.0.3`
|
| flask | 3.1.0 | 3.1.3 | low | transitive |
| pygments | 2.18.0 | 2.20.0 | low | transitive |

Fixes 34 of 36 open alerts.

## Deferred (2)

- **pyarrow** — patched at `23.0.1`, current constraint `^18.0.0`. A
5-major jump not verifiable locally (integration tests need external
services). Existing Dependabot PR #340 already tracks pyarrow (18.1.0 →
22.0.0). Left for that PR / a dedicated major bump.
- **black** — patched at `26.3.1`, currently pinned `=24.4.2` and
coupled to `[tool.black].required-version`. Black 26 reformats 3 files
under `vsb/`; reformatting application source is outside security scope
and would need separate review. Dev/CI-only tool (ReDoS).

## Local verification (Python 3.11.15, Poetry)

- `poetry install` — OK
- `poetry check --lock` — consistent (only pre-existing poetry 1.x→2.x
config deprecation warnings)
- `poetry run pytest tests/unit --timeout=120` — **33 passed**
- `poetry run flake8 . --select=E9,F63,F7,F82` — **0**

Note: the integration test suite (`tests/integration`) requires a
Pinecone API key + Docker (pgvector, opensearch) and was not run
locally; it runs in CI on this PR.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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