From da7181ec77da46c92f2cf14a89bc108e06a65dc4 Mon Sep 17 00:00:00 2001 From: nomnoms12 Date: Tue, 20 Sep 2022 02:28:26 +0300 Subject: [PATCH] Update rock --- Pipfile | 4 ++-- Pipfile.lock | 13 +++++++------ 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Pipfile b/Pipfile index 1a3dd35..8336992 100644 --- a/Pipfile +++ b/Pipfile @@ -7,11 +7,11 @@ name = "pypi" aeron = {git = "ssh://git@github.com/RoboTradeCode/aeron-python.git"} aiofiles = "*" aiohttp = "*" +cachetools = "*" ccxtpro = {subdirectory = "python", git = "ssh://git@github.com/RoboTradeCode/ccxt.pro.git"} pymemcache = "*" pyyaml = "*" -rock = {ref = "v0.0.2", git = "ssh://git@github.com/RoboTradeCode/rock.git"} -cachetools = "*" +rock = {ref = "v0.0.3", git = "ssh://git@github.com/RoboTradeCode/rock.git"} [requires] python_version = "3.10" diff --git a/Pipfile.lock b/Pipfile.lock index 1b0454c..d51f324 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "2e786beff608824b8903a04bd729941a33167dafb36a7eb21a4d1af313690edb" + "sha256": "2748840fdef4a80fc5a6916fc49bb3ca589db181a8bcafd51a600dedfef628de" }, "pipfile-spec": 6, "requires": { @@ -147,9 +147,10 @@ }, "ccxt": { "hashes": [ - "sha256:06aa7a6f66d8e7ebb9198f0212f00005e9bbd97658a83f96c525a8e2047f454c" + "sha256:8dcda448a53792d8d4110cb382dd03805f592fc7b34e32723de41ced1de685bb", + "sha256:ab0ce077976b4545233a6b778406ead94d06eecc5aa791539c29c9c12d1573d6" ], - "version": "==1.93.67" + "version": "==1.93.69" }, "ccxtpro": { "git": "ssh://git@github.com/RoboTradeCode/ccxt.pro.git", @@ -531,12 +532,12 @@ "sha256:7c5599b102feddaa661c826c56ab4fee28bfd17f5abca1ebbe3e7f19d7c97983", "sha256:8fefa2a1a1365bf5520aac41836fbee479da67864514bdb821f31ce07ce65349" ], - "markers": "python_version >= '3.7' and python_version < '4.0'", + "markers": "python_version >= '3.7' and python_version < '4'", "version": "==2.28.1" }, "rock": { "git": "ssh://git@github.com/RoboTradeCode/rock.git", - "ref": "28b487180660aea6f0b1267d2695eb94b71efe44" + "ref": "e7f2b3f2d8b9c5420eb6bcb02744018cf67379b6" }, "setuptools": { "hashes": [ @@ -559,7 +560,7 @@ "sha256:3fa96cf423e6987997fc326ae8df396db2a8b7c667747d47ddd8ecba91f4a74e", "sha256:b930dd878d5a8afb066a637fbb35144fe7901e3b209d1cd4f524bd0e9deee997" ], - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' 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, 3.5' and python_version < '4'", "version": "==1.26.12" }, "websockets": {