From 029210250dd1143e5444915f0679cc12a68a4dcd Mon Sep 17 00:00:00 2001 From: Kyle Lahnakoski Date: Thu, 4 Apr 2024 08:23:36 -0400 Subject: [PATCH] update lockfile --- tests/requirements.lock | 11 ++++++----- tests/requirements.txt | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/tests/requirements.lock b/tests/requirements.lock index b575266..2fc60eb 100644 --- a/tests/requirements.lock +++ b/tests/requirements.lock @@ -1,5 +1,6 @@ -# Tests pass with these versions 2024-02-26 -mo-dots==9.543.24046 -mo-future==7.546.24057 -mo-kwargs==7.543.24046 -mo-logs==8.543.24046 \ No newline at end of file +# Tests pass with these versions 2024-04-04 +# pip install --no-deps -r tests/requirements.lock +mo-dots==9.582.24095 +mo-future==7.584.24095 +mo-kwargs==7.582.24095 +mo-logs==8.582.24095 \ No newline at end of file diff --git a/tests/requirements.txt b/tests/requirements.txt index 1e14415..b3507da 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1 +1 @@ -mo-logs>=8.543.24046 \ No newline at end of file +mo-logs>=8.582.24095 \ No newline at end of file