diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2021-06-02 00:41:57 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2021-06-02 00:41:57 -0700 |
commit | 8522cfe919402f74cb73ac8c1b8181fb8177adcd (patch) | |
tree | ade06a8d96d81e777a61692190573d9a5b27e395 /python/Pipfile | |
parent | c70624a4b1f2310487bf412c81a5f20c4d2d5812 (diff) | |
download | fatcat-8522cfe919402f74cb73ac8c1b8181fb8177adcd.tar.gz fatcat-8522cfe919402f74cb73ac8c1b8181fb8177adcd.zip |
bump fuzzycat dependency to 0.1.21
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 1f2d3279..32969ac1 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -54,7 +54,7 @@ pathlib2 = "==2.*" pycountry = "==19.8.18" tldextract = "==3.*" toml = "==0.10.*" -fuzzycat = "==0.1.20" +fuzzycat = "==0.1.21" dynaconf = "*" [requires] |