Skip to content

Bump werkzeug from 2.3.7 to 3.1.6 - #9

Open
dependabot[bot] wants to merge 621 commits into
masterfrom
dependabot/pip/werkzeug-3.1.6
Open

Bump werkzeug from 2.3.7 to 3.1.6#9
dependabot[bot] wants to merge 621 commits into
masterfrom
dependabot/pip/werkzeug-3.1.6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 9, 2026

Copy link
Copy Markdown

Bumps werkzeug from 2.3.7 to 3.1.6.

Release notes

Sourced from werkzeug's releases.

3.1.6

This is the Werkzeug 3.1.6 security fix release, which fixes a security issue 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.6/ Changes: https://werkzeug.palletsprojects.com/page/changes/#version-3-1-6

  • safe_join on Windows does not allow special devices names in multi-segment paths. GHSA-29vq-49wr-vm6x

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

3.1.4

This is the Werkzeug 3.1.4 fix release, which fixes 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.4/ Changes: https://werkzeug.palletsprojects.com/page/changes/#version-3-1-4 Milestone: https://github.com/pallets/werkzeug/milestone/42?closed=1

  • safe_join on Windows does not allow special device names. This prevents reading from these when using send_from_directory. secure_filename already prevented writing to these. ghsa-hgf8-39gv-g3f2
  • The debugger pin fails after 10 attempts instead of 11. #3020
  • The multipart form parser handles a \r\n sequence at a chunk boundary. #3065
  • Improve CPU usage during Watchdog reloader. #3054
  • Request.json annotation is more accurate. #3067
  • Traceback rendering handles when the line number is beyond the available source lines. #3044
  • HTTPException.get_response annotation and doc better conveys the distinction between WSGI and sans-IO responses. #3056

3.1.3

This is the Werkzeug 3.1.3 fix release, which fixes bugs but does not otherwise change behavior and should not result in breaking changes vs 3.1.0.

PyPI: https://pypi.org/project/Werkzeug/3.1.3/ Changes: https://werkzeug.palletsprojects.com/en/stable/changes/#version-3-1-3 Milestone: https://github.com/pallets/werkzeug/milestone/41?closed=1

  • Initial data passed to MultiDict and similar interfaces only accepts list, tuple, or set when passing multiple values. It had been changed to accept any Collection, but this matched types that should be treated as single values, such as bytes. #2994
  • When the Host header is not set and Request.host falls back to the WSGI SERVER_NAME value, if that value is an IPv6 address it is wrapped in [] to match the Host header. #2993

3.1.2

This is the Werkzeug 3.1.2 fix release, which fixes bugs but does not otherwise change behavior and should not result in breaking changes vs 3.1.0.

PyPI: https://pypi.org/project/Werkzeug/3.1.2/ Changes: https://werkzeug.palletsprojects.com/en/stable/changes/#version-3-1-2

... (truncated)

Changelog

Sourced from werkzeug's changelog.

Version 3.1.6

Released 2026-02-19

  • safe_join on Windows does not allow special devices names in multi-segment paths. :ghsa:29vq-49wr-vm6x
  • Response.make_conditional sets the Accept-Ranges header even if it is not a satisfiable range request. :issue:3108

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

Version 3.1.4

Released 2025-11-28

  • safe_join on Windows does not allow special device names. This prevents reading from these when using send_from_directory. secure_filename already prevented writing to these. :ghsa:hgf8-39gv-g3f2
  • The debugger pin fails after 10 attempts instead of 11. :pr:3020
  • The multipart form parser handles a \r\n sequence at a chunk boundary. :issue:3065
  • Improve CPU usage during Watchdog reloader. :issue:3054
  • Request.json annotation is more accurate. :issue:3067
  • Traceback rendering handles when the line number is beyond the available source lines. :issue:3044
  • HTTPException.get_response annotation and doc better conveys the distinction between WSGI and sans-IO responses. :issue:3056

Version 3.1.3

Released 2024-11-08

  • Initial data passed to MultiDict and similar interfaces only accepts

... (truncated)

Commits

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 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.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

murtaza-nasir and others added 30 commits January 7, 2026 17:37
Fix PostgreSQL migration error with reserved keyword "user"
…s, and simplified config

- Make UI features data-driven (check transcription.hasDialogue instead of useAsrEndpoint flag)
- Add ConnectorSpecifications dataclass for provider constraints (file size, chunking, codecs)
- Add SPEAKER_COUNT_CONTROL capability for connectors supporting min/max speakers
- Implement connector-aware chunking with priority: connector internal > ENV > connector defaults
- Simplify environment variables with auto-detection (ASR_BASE_URL > TRANSCRIPTION_MODEL)
- Update templates to conditionally show diarization options based on connector capabilities
- Add env.transcription.example with updated documentation
…scriptions

- Add error formatting utility with pattern matching for known errors (413, timeout, auth, etc.)
- Store errors as ERROR_JSON format for rich frontend display
- Show color-coded error cards with icons, titles, guidance, and technical details
- Add permanent error detection to job queue (skip retries for 413, 401, etc.)
- Keep failed recordings instead of deleting so users can see errors and fix settings
- Disable summary generation and chat when transcription is an error
- Show friendly error messages in progress popup and toasts
- Update both desktop and mobile UIs with error handling
- Add 400/404 to permanent error codes (won't retry bad requests)
- Add invalid_request_error and bad request patterns
- Fix regex patterns to simple substring matching
- Convert files with unsupported extensions (like .weba) to mp3
  OpenAI only accepts: flac, m4a, mp3, mp4, mpeg, mpga, oga, ogg, wav, webm
- Upload endpoint now passes connector_specs to convert_if_needed
- File monitor also fetches and passes connector_specs
- This enables connector-aware codec conversion (e.g. opus -> mp3 for OpenAI)
- Extension check remains as fallback safety net
- Fix duration-based chunking for gpt-4o-transcribe-diarize (pass connector_specs)
- Always init chunking service so hard limits override ENABLE_CHUNKING=false
- Add TEXT_MODEL config to env.transcription.example (fixes Reddit user issue)
- Update README, getting-started.md, docker-compose.example.yml with required keys
- Add timeout error logging and fix UI updates on recording failure
murtaza-nasir and others added 23 commits May 3, 2026 15:42
…al, ASR editor save UX, and prompt-preview legend across all six languages
…ences/transcription-model translations, localising language option lists, and noting model-label localisation policy
…ereira)

Resolves conflict in templates/account.html where the PR's pt-BR additions
to the old in-tab Language Preferences block were rebased onto the new
Preferences tab introduced this release.

Backfills pt-BR.json with the 47 keys added since the PR was opened
(promptVariables.*, summaryMode.*, customizeSummary.*, asrEditor.*,
preview.*, form.transcriptionModel*, languages.{pl,uk,vi,th,tr,id,sv},
languages.autoDetect, languages.defaultModelDecides, preferences.*,
accountTabs.preferences, editTagModal.watchFolderVariableWarning) so
all seven locales remain at full parity.
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.7 to 3.1.6.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](pallets/werkzeug@2.3.7...3.1.6)

---
updated-dependencies:
- dependency-name: werkzeug
  dependency-version: 3.1.6
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 9, 2026
@lhpereira
lhpereira force-pushed the master branch 2 times, most recently from 0be3bd3 to e290a79 Compare May 14, 2026 03:59
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.

4 participants