Skip to content

fix(deps): update dependency tqdm to ~4.66.0 [security]#95

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/pypi-tqdm-vulnerability
Open

fix(deps): update dependency tqdm to ~4.66.0 [security]#95
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/pypi-tqdm-vulnerability

Conversation

@renovate
Copy link

@renovate renovate bot commented Aug 6, 2024

This PR contains the following updates:

Package Change Age Confidence
tqdm (changelog) ~4.64~4.66.0 age confidence

GitHub Vulnerability Alerts

CVE-2024-34062

Impact

Any optional non-boolean CLI arguments (e.g. --delim, --buf-size, --manpath) are passed through python's eval, allowing arbitrary code execution. Example:

python -m tqdm --manpath="\" + str(exec(\"import os\nos.system('echo hi && killall python3')\")) + \""

Patches

tqdm/tqdm@4e613f8 released in tqdm>=4.66.3

Workarounds

None

References


Release Notes

tqdm/tqdm (tqdm)

v4.66.3: tqdm v4.66.3 stable

Compare Source

v4.66.2: tqdm v4.66.2 stable

Compare Source

v4.66.1: tqdm v4.66.1 stable

Compare Source

v4.66.0: tqdm v4.66.0 stable

Compare Source

  • environment variables to override defaults (TQDM_*) (#​1491 <- #​1061, #​950 <- #​614, #​1318, #​619, #​612, #​370)
    • e.g. in CI jobs, export TQDM_MININTERVAL=5 to avoid log spam
    • add tests & docs for tqdm.utils.envwrap
  • fix & update CLI completion
  • fix & update API docs
  • minor code tidy: replace os.path => pathlib.Path
  • fix docs image hosting
  • release with CI bot account again (cli/cli#6680)

v4.65.2: tqdm v4.65.2 stable

Compare Source

  • exclude examples from distributed wheel (#​1492)

v4.65.1: tqdm v4.65.1 stable

Compare Source

  • migrate setup.{cfg,py} => pyproject.toml (#​1490)
    • fix asv benchmarks
    • update docs
  • fix snap build (#​1490)
  • fix & update tests (#​1490)
    • fix flaky notebook tests
    • bump pre-commit
    • bump workflow actions

v4.65.0: tqdm v4.65.0 stable

Compare Source


Configuration

📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/pypi-tqdm-vulnerability branch from 22c14fd to 65a9f60 Compare August 10, 2025 13:03
@renovate renovate bot force-pushed the renovate/pypi-tqdm-vulnerability branch from 65a9f60 to c3ed36d Compare August 19, 2025 18:44
@renovate renovate bot force-pushed the renovate/pypi-tqdm-vulnerability branch from c3ed36d to 4b07d1e Compare November 18, 2025 14:01
@renovate renovate bot force-pushed the renovate/pypi-tqdm-vulnerability branch from 4b07d1e to e9b89a2 Compare November 25, 2025 18:36
@renovate renovate bot force-pushed the renovate/pypi-tqdm-vulnerability branch from e9b89a2 to 5164d86 Compare February 2, 2026 18:07
@renovate renovate bot force-pushed the renovate/pypi-tqdm-vulnerability branch from 5164d86 to c1f7dc7 Compare February 12, 2026 12:08
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.

0 participants