From e233d1df1a905f7e32631612e2411f92b8706101 Mon Sep 17 00:00:00 2001 From: Nikita Karetnikov <nikita@karetnikov.org> Date: Mon, 18 Mar 2024 17:50:40 +0100 Subject: [PATCH] Pin `platformdirs` in dev envs --- conda-store-server/environment-dev.yaml | 2 +- conda-store-server/environment-macos-dev.yaml | 2 +- conda-store-server/environment-windows-dev.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conda-store-server/environment-dev.yaml b/conda-store-server/environment-dev.yaml index 10f543c64..ba6ff6543 100644 --- a/conda-store-server/environment-dev.yaml +++ b/conda-store-server/environment-dev.yaml @@ -33,7 +33,7 @@ dependencies: - jinja2 - python-multipart - alembic - - platformdirs + - platformdirs >=4.0,<5.0a0 # artifact storage - minio # installer diff --git a/conda-store-server/environment-macos-dev.yaml b/conda-store-server/environment-macos-dev.yaml index d475ab25f..fb9fa162b 100644 --- a/conda-store-server/environment-macos-dev.yaml +++ b/conda-store-server/environment-macos-dev.yaml @@ -33,7 +33,7 @@ dependencies: - jinja2 - python-multipart - alembic - - platformdirs + - platformdirs >=4.0,<5.0a0 # artifact storage - minio # installer diff --git a/conda-store-server/environment-windows-dev.yaml b/conda-store-server/environment-windows-dev.yaml index d475ab25f..fb9fa162b 100644 --- a/conda-store-server/environment-windows-dev.yaml +++ b/conda-store-server/environment-windows-dev.yaml @@ -33,7 +33,7 @@ dependencies: - jinja2 - python-multipart - alembic - - platformdirs + - platformdirs >=4.0,<5.0a0 # artifact storage - minio # installer