diff options
author | Martin Czygan <martin@archive.org> | 2021-05-25 22:33:41 +0000 |
---|---|---|
committer | Martin Czygan <martin@archive.org> | 2021-05-25 22:33:41 +0000 |
commit | afed78d7debb33c023bb60ceebada1627ff6bb5e (patch) | |
tree | 138fae969aa7e49f42ed85f84e2d6e46c63534ee /python/Pipfile | |
parent | be28fd5d4a600bc29507418fddfdc95802abc98f (diff) | |
parent | b29871a2f70bcaad1b766202c32b24e670a44f95 (diff) | |
download | fatcat-afed78d7debb33c023bb60ceebada1627ff6bb5e.tar.gz fatcat-afed78d7debb33c023bb60ceebada1627ff6bb5e.zip |
Merge branch 'bnewbold-pallets-updates' into 'master'
bump Flask to 2.x; other deps upgraded automatically
See merge request webgroup/fatcat!105
Diffstat (limited to 'python/Pipfile')
-rw-r--r-- | python/Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Pipfile b/python/Pipfile index ea9c94ab..a402f9eb 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -21,7 +21,7 @@ flake8 = "==3.*" [packages] fatcat-openapi-client = {path = "./../python_openapi_client"} python-dotenv = "*" -Flask = "==1.*" +Flask = "==2.*" flask-uuid = "*" flask-debugtoolbar = "*" flask-login = "*" |