httpbin
httpbin copied to clipboard
Fix tests for werkzeug>=0.15.1 and update Pipfile and Pipfile.lock
address issue #554
- update test_httpbin.py to reflect new behaviour of werkzeug >=0.15.1
- require werkzeug>=0.15.1 in Pipfile
- update Pipfile.lock with werkzeug 0.15.1 hashes
Should this also upgrade the dependency in
setup.py?
It definitely should and now it does! Thanks!
Are there any maintainers about that would kindly merge this for us?