From 54f6ffd52aa010f32c8d694c178052623ad1838c Mon Sep 17 00:00:00 2001 From: Tim Date: Tue, 9 Apr 2024 23:03:44 -0400 Subject: [PATCH] package upgrades seemed to fix 100% cpu --- requirements-lock.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-lock.txt b/requirements-lock.txt index e738108..2122d33 100644 --- a/requirements-lock.txt +++ b/requirements-lock.txt @@ -32,7 +32,7 @@ MarkupSafe==2.1.3 msgpack-python==0.5.6 multidict==6.0.4 omegaconf==2.3.0 -orjson==3.9.15 +orjson==3.10.0 parsimonious==0.9.0 protobuf==4.25.2 psycopg2-binary==2.9.9 @@ -50,10 +50,10 @@ rpds-py==0.17.1 six==1.16.0 socket.io-emitter==0.1.5.1 sortedcontainers==2.4.0 -SQLAlchemy==2.0.28 +SQLAlchemy==2.0.29 toolz==0.12.0 typing_extensions==4.9.0 urllib3==2.1.0 -web3==6.15.1 +web3==6.16.0 websockets==12.0 yarl==1.9.4