Skip to content

Fix vulnerable dependencies - #1600

Merged
kdeldycke merged 1 commit into
mainfrom
fix-vulnerable-deps
Apr 1, 2026
Merged

Fix vulnerable dependencies#1600
kdeldycke merged 1 commit into
mainfrom
fix-vulnerable-deps

Conversation

@github-actions

@github-actions github-actions Bot commented Apr 1, 2026

Copy link
Copy Markdown
Contributor

Description

Upgrades packages with known security vulnerabilities detected by uv audit against the Python Packaging Advisory Database. Uses --exclude-newer-package to bypass the exclude-newer cooldown for security fixes. See the fix-vulnerable-deps job documentation for details.

Vulnerabilities

Package Advisory Current Fixed
pygments GHSA-5239-wwwm-4pmq: Pygments has Regular Expression Denial of Service (ReDoS) due to Inefficient Regex for GUID Matching 2.19.2 2.20.0
requests GHSA-gc5v-m9x4-r6x2: Requests has Insecure Temp File Reuse in its extract_zipped_paths() utility function 2.32.5 2.33.0

Updated packages

Package Change Released
pygments 2.19.2 -> 2.20.0 2026-03-29
requests 2.32.5 -> 2.33.1 2026-03-30

Release notes

pygments/pygments (pygments)

2.20.0

  • New lexers:

    • Rell (#2914)
  • Updated lexers:

    • archetype: Fix catastrophic backtracking in GUID and ID patterns (#3064)
    • ASN.1: Recognize minus sign and fix range operator (#3014, #3060)
    • C++: Add C++26 keywords (#2955), add integer literal suffixes (#2966)
    • ComponentPascal: Fix analyse_text (#3028, #3032)
    • Coq renamed to Rocq (#2883, #2908)
    • Cython: Various improvements (#2932, #2933)
    • Debian control: Improve architecture parsing (#3052)
    • Devicetree: Add support for overlay/fragments (#3021), add bytestring support (#3022), fix catastrophic backtracking (#3057)
    • Fennel: Various improvements (#2911)
    • Haskell: Handle escape sequences in character literals (#3069, Release v8.1.4 #1795)
    • Java: Add module keywords (#2955)
    • Lean4: Add operators ]', ]?, ]! (#2946)
    • LESS: Support single-line comments (#3005)
    • LilyPond: Update to 2.25.29 (#2974)
    • LLVM: Support C-style comments (#3023, #2978)
    • Lua(u): Fix catastrophic backtracking (#3047)
    • Macaulay2: Update to 1.25.05 (#2893), 1.25.11 (#2988)
    • Mathematica: Various improvements (#2957)
    • meson: Add additional operators (#2919)
    • MySQL: Update keywords (#2970)
    • org-Mode: Support both schedule and deadline (#2899)
    • PHP: Add __PROPERTY__ magic constant (#2924), add reserved keywords (#3002)
    • PostgreSQL: Add more keywords (#2985)
    • protobuf: Fix namespace tokenization (#2929)
    • Python: Add t-string support (#2973, #3009, #3010)
    • Tablegen: Fix infinite loop (#2972, #2940)
    • Tera Term macro: Add commands introduced in v5.3 through v5.6 (#2951)
    • TOML: Support TOML 1.1.0 (#3026, #3027)
    • Turtle: Allow empty comment lines (#2980)
    • XML: Added .xbrl as file ending (#2890, #2891)
  • Drop Python 3.8, and add Python 3.14 as a supported version (#2987, #3012)

  • Various improvements to autopygmentize (#2894)

  • Update onedark style to support more token types (#2977)

... Full release notes

psf/requests (requests)

v2.33.1

2.33.1 (2026-03-30)

Bugfixes

  • Fixed test cleanup for CVE-2026-25645 to avoid leaving unnecessary
    files in the tmp directory. (#7305)
  • Fixed Content-Type header parsing for malformed values. (#7309)
  • Improved error consistency for malformed header values. (#7308)

New Contributors

Full Changelog: https://github.com/psf/requests/blob/main/HISTORY.md#2331-2026-03-30

Important

If you suspect the PR content is outdated, click Run workflow to refresh it manually before merging.

Workflow metadata
Field Value
Trigger push
Actor @kdeldycke
Ref main
Commit 211c32bd
Job fix-vulnerable-deps
Workflow autofix.yaml
Run #2507.1

🏭 Generated with repomatic 6.9.0

@github-actions github-actions Bot added the 🔗 dependencies Dependency changes label Apr 1, 2026
@github-actions
github-actions Bot force-pushed the fix-vulnerable-deps branch from 89fe4bb to 256cf50 Compare April 1, 2026 10:00
@github-actions
github-actions Bot force-pushed the fix-vulnerable-deps branch from 256cf50 to fa15903 Compare April 1, 2026 10:51
@kdeldycke
kdeldycke merged commit fa6c0fb into main Apr 1, 2026
@kdeldycke
kdeldycke deleted the fix-vulnerable-deps branch April 1, 2026 11:14
@github-actions

github-actions Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor Author

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Jul 6, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

🔗 dependencies Dependency changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant