From 136d9b446915db23850270622a92bc9d14afffc8 Mon Sep 17 00:00:00 2001 From: Vitaliy Mysak Date: Mon, 29 Jul 2024 15:37:49 -0700 Subject: [PATCH] Bump CFEIntact version --- Pipfile | 2 +- Pipfile.lock | 10 +++++----- setup.py | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Pipfile b/Pipfile index aecfbf0..bad630b 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.22.0", git = "https://github.com/cfe-lab/CFEIntact"} +cfeintact = {ref = "v1.23.0", git = "https://github.com/cfe-lab/CFEIntact"} [dev-packages] pytest = "*" diff --git a/Pipfile.lock b/Pipfile.lock index e59b2c8..a00bf95 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "56b5477cba506a2df408fcad36d4fc357ecbfd0bedccf9d90ecb7b8e615cb43e" + "sha256": "e765cc4af24f9eca7db1eb84af000daab8d3238c01daa3df4f57ddb03d7b8774" }, "pipfile-spec": 6, "requires": { @@ -61,7 +61,7 @@ }, "cfeintact": { "git": "https://github.com/cfe-lab/CFEIntact", - "ref": "a8387e08d08ab8db2ed5dc70cbe765d74a353e12" + "ref": "70031d6aff59249eb61495d2c63ae467bef6c408" }, "charset-normalizer": { "hashes": [ @@ -367,11 +367,11 @@ }, "setuptools": { "hashes": [ - "sha256:032d42ee9fb536e33087fb66cac5f840eb9391ed05637b3f2a76a7c8fb477936", - "sha256:33874fdc59b3188304b2e7c80d9029097ea31627180896fb549c578ceb8a0855" + "sha256:5a03e1860cf56bb6ef48ce186b0e557fdba433237481a9a625176c2831be15d1", + "sha256:8d243eff56d095e5817f796ede6ae32941278f542e0f941867cc05ae52b162ec" ], "markers": "python_version >= '3.8'", - "version": "==71.1.0" + "version": "==72.1.0" }, "six": { "hashes": [ diff --git a/setup.py b/setup.py index 61530de..e00e2ec 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.22.0', + 'cfeintact @ git+https://github.com/cfe-lab/CFEIntact.git@v1.23.0', 'pyyaml' ], package_data={