Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 9, 2026

Bumps werkzeug from 3.1.4 to 3.1.5.

Release notes

Sourced from werkzeug's releases.

3.1.5

This is the Werkzeug 3.1.5 security fix release, which fixes security issues and bugs but does not otherwise change behavior and should not result in breaking changes compared to the latest feature release.

PyPI: https://pypi.org/project/Werkzeug/3.1.5/ Changes: https://werkzeug.palletsprojects.com/page/changes/#version-3-1-5 Milestone: https://github.com/pallets/werkzeug/milestone/43?closed=1

  • safe_join on Windows does not allow more special device names, regardless of extension or surrounding spaces. GHSA-87hc-h4r5-73f7
  • The multipart form parser handles a \r\n sequence at a chunk boundary. This fixes the previous attempt, which caused incorrect content lengths. #3065 #3077
  • Fix AttributeError when initializing DebuggedApplication with pin_security=False. #3075
Changelog

Sourced from werkzeug's changelog.

Version 3.1.5

Released 2026-01-08

  • safe_join on Windows does not allow more special device names, regardless of extension or surrounding spaces. :ghsa:87hc-h4r5-73f7
  • The multipart form parser handles a \r\n sequence at a chunk boundary. This fixes the previous attempt, which caused incorrect content lengths. :issue:3065 :issue:3077
  • Fix AttributeError when initializing DebuggedApplication with pin_security=False. :issue:3075
Commits
  • e3d06f4 release version 3.1.5
  • 7ae1d25 Merge commit from fork
  • 37797ab safe_join prevents windows special device names with compound extensions
  • 3db44c7 fix duplicate reference
  • a40f8fa fix class name typo
  • 0f76c35 Correct parsing up to a potential partial boundary (#3081)
  • 1049dd6 Correct parsing up to a potential partial boundary
  • b48878c initialize _pin in debugger (#3078)
  • fa0f4f2 initialize _pin
  • f637275 start version 3.1.5
  • Additional commits viewable in compare view

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Disclaimer: Experimental PR review

Greptile Overview

Greptile Overview

Greptile Summary

Updates werkzeug from 3.1.4 to 3.1.5, a security release fixing a Windows path traversal vulnerability in safe_join (GHSA-87hc-h4r5-73f7), multipart form parser boundary handling issues, and a DebuggedApplication initialization bug. Werkzeug is a dev dependency used by testing infrastructure.

Confidence Score: 5/5

  • Safe to merge - routine security patch for dev dependency with no breaking changes
  • This is a standard Dependabot security update that only modifies the poetry.lock file to bump werkzeug from 3.1.4 to 3.1.5. The update addresses security vulnerabilities and bug fixes without introducing breaking changes. Since werkzeug is only in the dev dependency group and not a runtime dependency, the impact is limited to the development and testing environment. The changes are automatically generated and verified by Dependabot.
  • No files require special attention

Important Files Changed

File Analysis

Filename Score Overview
poetry.lock 5/5 Updates werkzeug from 3.1.4 to 3.1.5, a security patch addressing Windows path traversal vulnerability and multipart form parsing issues

Sequence Diagram

sequenceDiagram
    participant Dependabot
    participant LockFile as poetry.lock
    participant Werkzeug
    
    Dependabot->>Werkzeug: "Check for security updates"
    Werkzeug-->>Dependabot: "Version 3.1.5 available (security fixes)"
    Dependabot->>LockFile: "Update werkzeug 3.1.4 → 3.1.5"
    Note over LockFile: Update package hash and version
    Dependabot->>LockFile: "Update dependency checksums"
Loading

Important Files Changed

File Analysis

Filename Score Overview
poetry.lock 5/5 Updates werkzeug from 3.1.4 to 3.1.5, a security patch addressing Windows path traversal vulnerability and multipart form parsing issues

Sequence Diagram

sequenceDiagram
    participant Dependabot
    participant LockFile as poetry.lock
    participant Werkzeug
    
    Dependabot->>Werkzeug: "Check for security updates"
    Werkzeug-->>Dependabot: "Version 3.1.5 available (security fixes)"
    Dependabot->>LockFile: "Update werkzeug 3.1.4 → 3.1.5"
    Note over LockFile: Update package hash and version
    Dependabot->>LockFile: "Update dependency checksums"
Loading

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.1.4 to 3.1.5.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](pallets/werkzeug@3.1.4...3.1.5)

---
updated-dependencies:
- dependency-name: werkzeug
  dependency-version: 3.1.5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jan 9, 2026
@github-actions github-actions bot enabled auto-merge (squash) January 9, 2026 00:33
Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@github-actions github-actions bot merged commit 9843ecb into main Jan 9, 2026
12 checks passed
@github-actions github-actions bot deleted the dependabot/pip/werkzeug-3.1.5 branch January 9, 2026 00:40
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.

1 participant