Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin httpbin 0.7.0 and werkzeug 2.0.3 #353

Merged
merged 1 commit into from
Aug 21, 2022
Merged

Commits on Aug 14, 2022

  1. httpbin 0.7.0 and werkzeug 2.0.3

    httpbin 0.7.0 gets us compatibility with current versions of MarkupSafe,
    which dropped `soft_unicode` in version 2.1.0 [1].
    
    werkzeug 2.0.3 [2] is the most recent version that includes the deprecated
    BaseResponse symbol that httpbin imports.
    
    [1]: https://markupsafe.palletsprojects.com/en/2.1.x/changes/#version-2-1-0
    [2]: https://werkzeug.palletsprojects.com/en/2.2.x/changes/#version-2-0-3
    twm committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    33c2597 View commit details
    Browse the repository at this point in the history