diff --git a/pyproject.toml b/pyproject.toml index 0a8a579..bf8e0db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -220,7 +220,7 @@ docs = [ ] ## Maintenance tools maintenance = [ - "conda-lock==2.5.7", # Dependency lock files for Conda + "conda-lock==3.0.2", # Dependency lock files for Conda ] ## Specialized dependencies for specific hardware cpu = [ diff --git a/requirements/maintenance.txt b/requirements/maintenance.txt index ef50b8a..97f63ff 100644 --- a/requirements/maintenance.txt +++ b/requirements/maintenance.txt @@ -1,4 +1,4 @@ # Created at: 2025-02-16 13:32:26.428205 # Generated via tools/requirements/generate_requirements.py. # Do not edit this file; modify `pyproject.toml` instead and run `python tools/generate_requirements.py`. -conda-lock==2.5.7 +conda-lock==3.0.2