python-werkzeug: bump to 3.1.6
authorAlexandru Ardelean <redacted>
Sat, 21 Mar 2026 06:44:59 +0000 (06:44 +0000)
committerAlexandru Ardelean <redacted>
Mon, 23 Mar 2026 16:22:15 +0000 (18:22 +0200)
commitdf0744b3fb94376b94b67b64305fe58aaad8f3aa
tree390f39c45e1a42c6912cba0d8de35c1301818067
parentf35120faced48a4bb848907a0abe6350edd07390
python-werkzeug: bump to 3.1.6

Changelog since 3.1.3:
- v3.1.4: Fix special device name access on Windows in send_from_directory
  (security); fix multipart parser \r\n handling at chunk boundaries;
  improve Watchdog reloader CPU efficiency
- v3.1.5: Extend Windows path protection against special device names
  (security); fix multipart form parser \r\n at chunk boundaries; fix
  AttributeError in DebuggedApplication with pin_security=False
- v3.1.6: Block special device names in multi-segment paths on Windows
  via safe_join (security)

Add test.sh.

Full changelog:
https://werkzeug.palletsprojects.com/en/stable/changes/

Signed-off-by: Alexandru Ardelean <redacted>
lang/python/python-werkzeug/Makefile
lang/python/python-werkzeug/test.sh [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT