From a129875429e80f49877f6faeb29b1ec4abba7a8b Mon Sep 17 00:00:00 2001 From: Kyle Lahnakoski Date: Thu, 13 Jun 2024 21:28:03 -0400 Subject: [PATCH] update lockfile --- tests/requirements.lock | 22 +++++++++++----------- tests/requirements.txt | 4 ++-- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/tests/requirements.lock b/tests/requirements.lock index 26379ae..47b748a 100644 --- a/tests/requirements.lock +++ b/tests/requirements.lock @@ -1,7 +1,7 @@ -# Tests pass with python 3.8 on 2024-05-19 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 -boto3==1.34.108 -botocore==1.34.108 +boto3==1.34.126 +botocore==1.34.126 certifi==2024.2.2 cffi==1.16.0 charset-normalizer==3.3.2 @@ -12,17 +12,17 @@ Jinja2==3.1.3 jmespath==1.0.1 MarkupSafe==2.1.5 mo-collections==5.623.24125 -mo-dots==10.632.24139 -mo-files==6.638.24140 +mo-dots==10.647.24166 +mo-files==6.647.24166 mo-future==7.584.24095 mo-imports==7.584.24095 -mo-json==6.637.24140 -mo-kwargs==7.632.24139 -mo-logs==8.632.24139 -mo-math==7.632.24139 -mo-testing==8.633.24139 +mo-json==6.647.24166 +mo-kwargs==7.647.24166 +mo-logs==8.647.24166 +mo-math==7.647.24166 +mo-testing==8.644.24152 mo-threads==6.634.24139 -mo-times==5.632.24139 +mo-times==5.647.24166 moto==4.2.14 numpy # 1.24.4 version locking causes: No module named 'distutils' pandas # 2.0.3 version locking causes: Could not build wheels for pandas diff --git a/tests/requirements.txt b/tests/requirements.txt index 8f29d72..7ddb51d 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,9 +1,9 @@ mo-files>=6.638.24140 mo-logs>=8.632.24139 zstandard>=0.22.0 -boto3>=1.34.108 +boto3>=1.34.126 moto>=4.2.14,<5 pandas>=2.0.3 mo-threads>=6.634.24139 -mo-testing>=8.633.24139 +mo-testing>=8.644.24152 mo-threads>=6.634.24139 \ No newline at end of file