diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2021-05-21 12:23:55 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2021-05-21 17:48:30 -0700 |
commit | b29871a2f70bcaad1b766202c32b24e670a44f95 (patch) | |
tree | 138fae969aa7e49f42ed85f84e2d6e46c63534ee /python/Pipfile | |
parent | be28fd5d4a600bc29507418fddfdc95802abc98f (diff) | |
download | fatcat-b29871a2f70bcaad1b766202c32b24e670a44f95.tar.gz fatcat-b29871a2f70bcaad1b766202c32b24e670a44f95.zip |
bump Flask to 2.x; other deps upgraded automatically
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 = "*" |