diff --git a/Pipfile b/Pipfile index fc2f73c..9157cca 100644 --- a/Pipfile +++ b/Pipfile @@ -10,7 +10,7 @@ python-levenshtein = "==0.12.0" pandas = "==2.0.2" requests = "==2.31.0" pyyaml = "*" -cfeintact = {ref = "v1.18.10", git = "https://github.com/cfe-lab/CFEIntact"} +cfeintact = {ref = "v1.19.0", git = "https://github.com/cfe-lab/CFEIntact"} [dev-packages] pytest = "*" diff --git a/Pipfile.lock b/Pipfile.lock index 0094cbe..301cc74 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "242d7f1c41b5fee2859daea64f75c76bbb03977c462f29e9920e9ca16f4dff82" + "sha256": "9423d0d698fd4b562f454550c5ddc78abb8d2b7111295abbe3a8d2c35d4922b6" }, "pipfile-spec": 6, "requires": { @@ -61,7 +61,7 @@ }, "cfeintact": { "git": "https://github.com/cfe-lab/CFEIntact", - "ref": "6e1a09b878ca1e8ac851b4e7ddcf58e813f69628" + "ref": "ec42d6735f519ee8051175ff999e467825072040" }, "charset-normalizer": { "hashes": [ diff --git a/setup.py b/setup.py index abbd699..16da194 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ 'python-Levenshtein==0.12.0', 'pandas==2.0.2', 'requests==2.31.0', - 'cfeintact @ git+https://github.com/cfe-lab/CFEIntact.git@v1.18.10', + 'cfeintact @ git+https://github.com/cfe-lab/CFEIntact.git@v1.19.0', 'pyyaml' ], package_data={