diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2020-12-17 14:05:15 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2020-12-17 14:05:15 -0800 |
commit | d5c8b54aaf600764bc59855c4529952195c87fb5 (patch) | |
tree | 83539c3361e357c6ab28ce98998104c6ac81b952 /python | |
parent | 6d5811693c36b9e73dedf0205c40f2aed63e2870 (diff) | |
download | fatcat-d5c8b54aaf600764bc59855c4529952195c87fb5.tar.gz fatcat-d5c8b54aaf600764bc59855c4529952195c87fb5.zip |
pipenv: bump fuzzycat to 0.1.9
Diffstat (limited to 'python')
-rw-r--r-- | python/Pipfile | 2 | ||||
-rw-r--r-- | python/Pipfile.lock | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/Pipfile b/python/Pipfile index 0a33dff3..87773d5a 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -56,7 +56,7 @@ pathlib2 = "*" pycountry = "==19.8.18" tldextract = "*" toml = ">=0.10" -fuzzycat = "==0.1.8" +fuzzycat = "==0.1.9" [requires] # We install Python 3.7 using a PPA (deadsnakes) on Internet Archive cluster diff --git a/python/Pipfile.lock b/python/Pipfile.lock index 9894ddb3..e8055315 100644 --- a/python/Pipfile.lock +++ b/python/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "ce27fb3fdb1fe62a6a5caaa93cd4bb3d8900c6b551035fd56e8769ef3c182b1d" + "sha256": "82800043a15f6106bed981f3c030576cdfc286b7952102e7d625a750e30f4aff" }, "pipfile-spec": 6, "requires": { @@ -311,11 +311,11 @@ }, "fuzzycat": { "hashes": [ - "sha256:10db412121d86532eba2136f7e79d9fa90ddada54cdf13f2db757175ac1a02c0", - "sha256:4bc290f5cd1dc78bc3241a386d5d1ecf96366ee8330618c78a7d026b9b9dc390" + "sha256:2c138aa710f5ab653b8c1cca02d506a123ba2a084dda2c7524e382f1c5e61228", + "sha256:f064eb04eaef859101aad7eac2a5427c56c35374cedc2cffd1aa8f525395fdfd" ], "index": "pypi", - "version": "==0.1.8" + "version": "==0.1.9" }, "glom": { "hashes": [ |