From d39362cd18fc522e6ac10c5a464c653c8ca883c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 22:52:04 +0000 Subject: [PATCH] Bump the actions group across 1 directory with 2 updates Updates the requirements on [numpy](https://github.com/numpy/numpy) and [quarto-cli](https://github.com/quarto-dev/quarto-cli) to permit the latest version. Updates `numpy` to 2.2.1 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.26.2...v2.2.1) Updates `quarto-cli` to 1.6.39 - [Release notes](https://github.com/quarto-dev/quarto-cli/releases) - [Changelog](https://github.com/quarto-dev/quarto-cli/blob/main/dev-docs/checklist-make-a-new-quarto-release.md) - [Commits](https://github.com/quarto-dev/quarto-cli/compare/v0.1.13...v1.6.39) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production dependency-group: actions - dependency-name: quarto-cli dependency-type: direct:production dependency-group: actions ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d42bc7e..f8bf28f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "matplotlib>=3.8.2", "numba>=0.59.0", # TODO unpin when https://github.com/Unidata/netcdf4-python/issues/1343 is resolved - "numpy>=1.26.2,<2.0.0", + "numpy>=1.26.2,<3.0.0", "opencv-python>=4.9.0.80", "pandas>=2.1.4", "pillow>=10.1.0", @@ -23,7 +23,7 @@ dependencies = [ "pyimzml>=1.5.3", "pyyaml>=6.0.1", # TODO quarto-cli 1.5.57 somehow fails to install in my venv - "quarto-cli<1.5.57", + "quarto-cli<1.6.40", "scikit-image>=0.22.0", "scikit-learn>=1.3.2", "scipy>=1.11.4",