diff --git a/Pipfile b/Pipfile index de0c6ee9..24494ff0 100644 --- a/Pipfile +++ b/Pipfile @@ -13,7 +13,7 @@ paramiko = "*" sshtunnel = "*" sickle = "*" lxml = "==4.6.3" -tulflow = "==0.8.0" +tulflow = "==0.8.2" boto3 = "*" pexpect = "*" pysftp = "*" diff --git a/Pipfile.lock b/Pipfile.lock index c232de0e..fbf52e6a 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "8b7c6a1ccdb9ebbe9b6412aa29fb2ce1d94ce9f77e11da31669097f3ede43ecc" + "sha256": "2d9e82a41c023d67af8e0c360b5bd2da10c00bd89a304637e0327e970cf47760" }, "pipfile-spec": 6, "requires": { @@ -411,7 +411,7 @@ "hashes": [ "sha256:bbf4467f41c56cf1fd8a5870d2556f419c572aad2b4085757581c3f9b4d7767a" ], - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4.0'", + "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'", "version": "==3.25.1" }, "flask-login": { @@ -521,7 +521,7 @@ "sha256:9c2ea1e62d871267b78307fe511c0838ba0da28698c5732d54e2790bf3ba9899", "sha256:e17d6e2b81095c9db0a03a8025a957f334d6ea30b26f9ec70805411e5c7c81f2" ], - "markers": "python_version < '4.0' and python_full_version >= '3.6.1'", + "markers": "python_version < '4' and python_full_version >= '3.6.1'", "version": "==5.9.3" }, "itsdangerous": { @@ -1334,11 +1334,11 @@ }, "tulflow": { "hashes": [ - "sha256:aa92b9a91323a77fdb20a6790ce19f91938828671d22712619fd8d33f30dc032", - "sha256:dfe7f9319c2bd265e0da09e1678fdd4de393e9ed329e97db999883b85a65f083" + "sha256:40de1d369819bb57b0fb3e9b9e7ddd194235e04c9c9500949c9e3d0295942b6f", + "sha256:c809ad19b996a32b41c779a021ca632532c1ef9953af4feaf0fb76be868dab3e" ], "index": "pypi", - "version": "==0.8.0" + "version": "==0.8.2" }, "typed-ast": { "hashes": [ @@ -1410,7 +1410,7 @@ "sha256:8d7eaa5a82a1cac232164990f04874c594c9453ec55eef02eab885aa02fc17a2", "sha256:f5321fbe4bf3fefa0efd0bfe7fb14e90909eb62a48ccda331726b4319897dd5e" ], - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4.0'", + "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'", "version": "==1.25.11" }, "werkzeug": {