diff --git a/alyx/misc/management/commands/one_cache.py b/alyx/misc/management/commands/one_cache.py index 7c3ea682..511ed346 100644 --- a/alyx/misc/management/commands/one_cache.py +++ b/alyx/misc/management/commands/one_cache.py @@ -57,7 +57,7 @@ def _s3_filesystem(**kwargs) -> pa.fs.S3FileSystem: :return: A FileSystem object with the given credentials """ try: - from alyx.settings_secret import S3_ACCESS + from alyx.settings import S3_ACCESS except ImportError: S3_ACCESS = {} S3_ACCESS.update(kwargs) diff --git a/requirements_frozen.txt b/requirements_frozen.txt index b518d76a..86bf752b 100644 --- a/requirements_frozen.txt +++ b/requirements_frozen.txt @@ -1,7 +1,7 @@ asgiref==3.8.1 backports.zoneinfo==0.2.1 -boto3==1.34.90 -botocore==1.34.90 +boto3==1.34.96 +botocore==1.34.96 certifi==2024.2.2 cffi==1.16.0 charset-normalizer==3.3.2 @@ -10,8 +10,8 @@ colorlog==6.8.2 contourpy==1.1.1 coreapi==2.3.3 coreschema==0.0.4 -coverage==6.5.0 -coveralls==3.3.1 +coverage==7.4.4 +coveralls==4.0.0 cryptography==42.0.5 cycler==0.12.1 Django==4.2.11 @@ -73,6 +73,7 @@ s3transfer==0.10.1 six==1.16.0 sqlparse==0.5.0 structlog==24.1.0 +tomli==2.0.1 tqdm==4.66.2 typing_extensions==4.11.0 tzdata==2024.1