From 1829a549c9dee616e5dbd3f988df691c65a3be90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 14:42:15 +0000 Subject: [PATCH] Bump order-book from 0.6.0 to 0.6.1 Bumps [order-book](https://github.com/bmoscon/orderbook) from 0.6.0 to 0.6.1. - [Release notes](https://github.com/bmoscon/orderbook/releases) - [Changelog](https://github.com/bmoscon/orderbook/blob/main/CHANGES.md) - [Commits](https://github.com/bmoscon/orderbook/commits) --- updated-dependencies: - dependency-name: order-book dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 120dd8c5f..711f9f14d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ aiofile>=2.0.0 aiohttp>=3.9.4 cchardet cython -order_book==0.6.0 +order_book==0.6.1 pyyaml requests>=2.18.4 uvloop