httpbin icon indicating copy to clipboard operation
httpbin copied to clipboard

Fix tests for werkzeug>=0.15.1 and update Pipfile and Pipfile.lock

Open simonkowallik opened this issue 5 years ago • 2 comments

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

simonkowallik avatar May 18 '19 11:05 simonkowallik

Should this also upgrade the dependency in setup.py?

It definitely should and now it does! Thanks!

simonkowallik avatar Aug 21 '19 18:08 simonkowallik

Are there any maintainers about that would kindly merge this for us?

AaronRobson avatar Jan 16 '20 23:01 AaronRobson