From 452b54529051d3fbb26e3ca8e55c98a1c0c802d8 Mon Sep 17 00:00:00 2001 From: hpcflow-actions Date: Thu, 15 Jan 2026 10:31:11 +0000 Subject: [PATCH] feat: bump hpcflow version --- poetry.lock | 22 +++++++++++----------- pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/poetry.lock b/poetry.lock index 445487ab..a198110e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1364,14 +1364,14 @@ markers = {test = "python_version == \"3.12\""} [[package]] name = "fsspec" -version = "2025.10.0" +version = "2026.1.0" description = "File-system specification" optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["main"] files = [ - {file = "fsspec-2025.10.0-py3-none-any.whl", hash = "sha256:7c7712353ae7d875407f97715f0e1ffcc21e33d5b24556cb1e090ae9409ec61d"}, - {file = "fsspec-2025.10.0.tar.gz", hash = "sha256:b6789427626f068f9a83ca4e8a3cc050850b6c0f71f99ddb4f542b8266a26a59"}, + {file = "fsspec-2026.1.0-py3-none-any.whl", hash = "sha256:cb76aa913c2285a3b49bdd5fc55b1d7c708d7208126b60f2eb8194fe1b4cbdcc"}, + {file = "fsspec-2026.1.0.tar.gz", hash = "sha256:e987cb0496a0d81bba3a9d1cee62922fb395e7d4c3b575e57f547953334fe07b"}, ] [package.extras] @@ -1382,7 +1382,7 @@ dask = ["dask", "distributed"] dev = ["pre-commit", "ruff (>=0.5)"] doc = ["numpydoc", "sphinx", "sphinx-design", "sphinx-rtd-theme", "yarl"] dropbox = ["dropbox", "dropboxdrivefs", "requests"] -full = ["adlfs", "aiohttp (!=4.0.0a0,!=4.0.0a1)", "dask", "distributed", "dropbox", "dropboxdrivefs", "fusepy", "gcsfs", "libarchive-c", "ocifs", "panel", "paramiko", "pyarrow (>=1)", "pygit2", "requests", "s3fs", "smbprotocol", "tqdm"] +full = ["adlfs", "aiohttp (!=4.0.0a0,!=4.0.0a1)", "dask", "distributed", "dropbox", "dropboxdrivefs", "fusepy", "gcsfs (>2024.2.0)", "libarchive-c", "ocifs", "panel", "paramiko", "pyarrow (>=1)", "pygit2", "requests", "s3fs (>2024.2.0)", "smbprotocol", "tqdm"] fuse = ["fusepy"] gcs = ["gcsfs"] git = ["pygit2"] @@ -1399,7 +1399,7 @@ smb = ["smbprotocol"] ssh = ["paramiko"] test = ["aiohttp (!=4.0.0a0,!=4.0.0a1)", "numpy", "pytest", "pytest-asyncio (!=0.22.0)", "pytest-benchmark", "pytest-cov", "pytest-mock", "pytest-recording", "pytest-rerunfailures", "requests"] test-downstream = ["aiobotocore (>=2.5.4,<3.0.0)", "dask[dataframe,test]", "moto[server] (>4,<5)", "pytest-timeout", "xarray"] -test-full = ["adlfs", "aiohttp (!=4.0.0a0,!=4.0.0a1)", "cloudpickle", "dask", "distributed", "dropbox", "dropboxdrivefs", "fastparquet", "fusepy", "gcsfs", "jinja2", "kerchunk", "libarchive-c", "lz4", "notebook", "numpy", "ocifs", "pandas", "panel", "paramiko", "pyarrow", "pyarrow (>=1)", "pyftpdlib", "pygit2", "pytest", "pytest-asyncio (!=0.22.0)", "pytest-benchmark", "pytest-cov", "pytest-mock", "pytest-recording", "pytest-rerunfailures", "python-snappy", "requests", "smbprotocol", "tqdm", "urllib3", "zarr", "zstandard ; python_version < \"3.14\""] +test-full = ["adlfs", "aiohttp (!=4.0.0a0,!=4.0.0a1)", "backports-zstd ; python_version < \"3.14\"", "cloudpickle", "dask", "distributed", "dropbox", "dropboxdrivefs", "fastparquet", "fusepy", "gcsfs", "jinja2", "kerchunk", "libarchive-c", "lz4", "notebook", "numpy", "ocifs", "pandas", "panel", "paramiko", "pyarrow", "pyarrow (>=1)", "pyftpdlib", "pygit2", "pytest", "pytest-asyncio (!=0.22.0)", "pytest-benchmark", "pytest-cov", "pytest-mock", "pytest-recording", "pytest-rerunfailures", "python-snappy", "requests", "smbprotocol", "tqdm", "urllib3", "zarr"] tqdm = ["tqdm"] [[package]] @@ -1538,21 +1538,21 @@ numpy = ">=1.21.2" [[package]] name = "hpcflow" -version = "0.2.0a297" +version = "0.2.0a298" description = "Computational workflow management" optional = false python-versions = "<3.14,>=3.10" groups = ["main"] files = [ - {file = "hpcflow-0.2.0a297-py3-none-any.whl", hash = "sha256:77a3f3270336375efee230f765c57ecae753d227c5346533156eb5c943e3d996"}, - {file = "hpcflow-0.2.0a297.tar.gz", hash = "sha256:0f67c641df4b526813662f6099c0cde5e45a6d9ff6f22efb6837cd22f681ca4d"}, + {file = "hpcflow-0.2.0a298-py3-none-any.whl", hash = "sha256:ea212a0bc232686b936622ca30ab767b7d8741a6bfff9f7618cce71d4b64646d"}, + {file = "hpcflow-0.2.0a298.tar.gz", hash = "sha256:50c01d80b24862f56f78b062ea2760a2dd12e14731159dee9ad08deecb344d01"}, ] [package.dependencies] aiohttp = ">=3.13.3,<4.0.0" click = ">=8.1.3,<9.0.0" colorama = ">=0.4.6,<0.5.0" -fsspec = ">=2025.3.2,<2026.0.0" +fsspec = ">=2026.1.0,<2027.0.0" h5py = ">=3.9.0,<4.0.0" ipywidgets = ">=8.1.8,<9.0.0" jinja2 = ">=3.1.6,<4.0.0" @@ -5590,4 +5590,4 @@ test = ["pytest"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.14" -content-hash = "206eacd6e19e00613053dd7410362f4c18ba2d9cd004432a27294a1643604f41" +content-hash = "000f77d40890be3a898e2f64bf2b3cf0255b3815abd05f6dab8bd681bfd2a606" diff --git a/pyproject.toml b/pyproject.toml index 14bab0de..b441b7f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ pytest = {version = "^9.0.2", optional = true} matplotlib = "^3.7" typing-extensions = "^4.12.2" skops = "^0.13.0" -hpcflow = "0.2.0a297" +hpcflow = "0.2.0a298" [tool.poetry.group.dev.dependencies] pylint = "^2.12.2"