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

setup.py: bump flask version #542

Merged
merged 2 commits into from
Nov 16, 2023

Commits on Nov 16, 2023

  1. setup.py: bump flask version

    Update flask to 2.2.5 to fix CVE-2023-30861
    and restrict Werkzeug to <3 to fix:
    
    ImportError: cannot import name 'url_quote' from 'werkzeug.urls' (/usr/local/lib/python3.8/dist-packages/werkzeug/urls.py)
    
    in the integration tests.
    pjonsson committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    7f72106 View commit details
    Browse the repository at this point in the history
  2. Dockerfile: leave test-files in /code

    Commit f385352 removed the content of
    /code which is great for deployment images,
    but breaks the integration tests.
    
    Only remove .git* instead, since that is
    the bulk of the size of the /code directory.
    pjonsson committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    ff1e382 View commit details
    Browse the repository at this point in the history