From a3dfe091c8d219fdbc77641508838dcb0d7b488c Mon Sep 17 00:00:00 2001 From: yousefkotp Date: Sun, 29 Mar 2026 17:21:48 -0400 Subject: [PATCH] chore: batch dependabot updates --- .github/workflows/ci.yml | 4 ++-- CITATION.cff | 2 +- pyproject.toml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b60b41..55146b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,10 +13,10 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} cache: "pip" diff --git a/CITATION.cff b/CITATION.cff index a5acd97..91034e6 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -14,7 +14,7 @@ authors: given-names: Mahdi S. orcid: "https://orcid.org/0000-0002-9147-0731" repository-code: "https://github.com/AtlasAnalyticsLab/MOOZY" -url: "https://huggingface.co/AtlasAnalyticsLab/MOOZY" +url: "https://github.com/AtlasAnalyticsLab/MOOZY" license: CC-BY-NC-SA-4.0 keywords: - computational pathology diff --git a/pyproject.toml b/pyproject.toml index 492a04b..0d79969 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ classifiers = [ ] dependencies = [ "h5py>=3.15,<4", - "huggingface-hub>=0.20,<1", + "huggingface-hub>=0.20,<2", "numpy>=1.26,<3", "PyYAML>=6,<7", "scikit-survival>=0.25,<1", @@ -59,7 +59,7 @@ dependencies = [ dev = [ "mypy==1.19.1", "pre-commit==4.5.1", - "ruff==0.15.7", + "ruff==0.15.8", ] [project.scripts]