Skip to content

Track docs dependency security updates for requests/urllib3 #194

Description

@highbyte

The docs dependency lockfile currently triggers GitHub Dependabot alerts for:

Current state when checked on 2026-05-13:

  • requirements-docs.txt is already locked and hash-pinned
  • pip-audit reports these fix targets:
    • requests -> 2.33.0
    • urllib3 -> 2.7.0
  • the resolved docs dependency graph was already at the newest installable versions visible from the current package source during verification

Action to take once patched releases are available from the package index used by this repo:

  1. Regenerate requirements-docs.txt from requirements-docs.in
  2. Verify pip-audit -r requirements-docs.txt is clean
  3. Push the updated lockfile so Dependabot alerts clear

Notes:

  • This affects the docs build dependency set in requirements-docs.txt
  • The docs GitHub Actions workflow now installs with --require-hashes and --only-binary :all:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions