Skip to content

Commit

Permalink
update lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
klahnakoski committed Jun 14, 2024
1 parent a6efaaf commit a129875
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions tests/requirements.lock
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a129875

Please sign in to comment.