Skip to content

fix(deps): bump filelock to >=3.20.1 (VULN-88793)#121

Open
shuningc wants to merge 1 commit into
mainfrom
VULN-88793-filelock-upgrade
Open

fix(deps): bump filelock to >=3.20.1 (VULN-88793)#121
shuningc wants to merge 1 commit into
mainfrom
VULN-88793-filelock-upgrade

Conversation

@shuningc

Copy link
Copy Markdown
Contributor

Summary

  • Address VULN-88793 by requiring filelock >= 3.20.1 (minimum fixed version).
  • Root poetry.lock resolves to 3.32.0 (Poetry resolution; satisfies the floor).
  • Previously the lockfile pinned 3.18.0 transitively (crewai / huggingface-hub / virtualenv paths).

Changes

  • Add direct filelock = ">=3.20.1" in pyproject.toml so all installs meet the prodsec floor.
  • Refresh poetry.lock (filelock 3.18.0 → 3.32.0).
  • Align example pins:
    • examples/rag/elastic-chatbot-rag-app/requirements.txtfilelock==3.20.1
    • examples/agent/langgraph-fsi-agent/before/poetry.lock → 3.32.0

Verification

  • poetry check
  • poetry lock (no diff vs committed lock; Poetry 2.4.1)
  • PyPI wheel/sdist hashes for filelock 3.32.0 match poetry.lock

Test plan

  • CI green on this PR
  • (Optional) poetry install --dry-run / inv test locally if needed

Jira

  • VULN-88793

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant