diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2021-11-02 12:38:44 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2021-11-02 17:02:49 -0700 |
commit | 17827aadc44507b713fba2006bfe4c973f133bba (patch) | |
tree | 75b8f3bebede590448f736410d48c9f1e0f63856 | |
parent | 429f74720a6f43f7d0dd906038c3efc0975c3c9d (diff) | |
download | fatcat-17827aadc44507b713fba2006bfe4c973f133bba.tar.gz fatcat-17827aadc44507b713fba2006bfe4c973f133bba.zip |
pipenv: update ftfy to 6.x
-rw-r--r-- | python/Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Pipfile b/python/Pipfile index 0b1a5a96..1cd513cb 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -50,7 +50,7 @@ python-dateutil = "==2.*" sickle = "==0.7.*" python-snappy = "*" pymacaroons = "==0.13.*" -ftfy = "==5.*" +ftfy = "==6.*" citeproc-py = "==0.5.*" citeproc-py-styles = ">=0.1" beautifulsoup4 = "==4.*" |