File: werkzeug-parse_authorization_header-deprecation-fix-8264966b70fddc6d.yaml

package info (click to toggle)
pytest-httpserver 1.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 908 kB
  • sloc: python: 2,382; makefile: 77; sh: 21
file content (7 lines) | stat: -rw-r--r-- 264 bytes parent folder | download
1
2
3
4
5
6
7
---
fixes:
  - |
    Fix Werkzeug deprecation warning about ``parse_authorization_header`` call.
    Replace ``parse_authorization_header`` with ``Authorization.from_header`` as
    suggested. This fix should not introduce any functional change for the
    users.