From 76d0ddc098aa49e0e4163d1d7fb8f67f1e5a1ab5 Mon Sep 17 00:00:00 2001 From: Kyle Lahnakoski Date: Thu, 13 Jun 2024 21:08:42 -0400 Subject: [PATCH] update lockfile --- tests/requirements.lock | 14 +++++++------- tests/requirements.txt | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/tests/requirements.lock b/tests/requirements.lock index 794a5f7..4237378 100644 --- a/tests/requirements.lock +++ b/tests/requirements.lock @@ -1,14 +1,14 @@ -# Tests pass with python 3.8 on 2024-05-18 and with these versions +# Tests pass with python 3.8 on 2024-06-14 and with these versions # pip install --no-deps -r tests/requirements.lock hjson==3.1.0 mo-collections==5.623.24125 -mo-dots==10.632.24139 +mo-dots==10.647.24166 mo-future==7.584.24095 mo-imports==7.584.24095 -mo-json==6.624.24125 -mo-kwargs==7.623.24125 -mo-logs==8.623.24125 -mo-testing==8.623.24125 +mo-json==6.637.24140 +mo-kwargs==7.632.24139 +mo-logs==8.632.24139 +mo-testing==8.644.24152 mo-threads==6.623.24125 -mo-times==5.623.24125 +mo-times==5.632.24139 pytz==2024.1 \ No newline at end of file diff --git a/tests/requirements.txt b/tests/requirements.txt index 327829d..d8da573 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,2 +1,2 @@ -mo-json>=6.624.24125 -mo-testing>=8.623.24125 \ No newline at end of file +mo-json>=6.637.24140 +mo-testing>=8.644.24152 \ No newline at end of file