Skip to content

Commit

Permalink
Bump the actions group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
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](numpy/numpy@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](quarto-dev/quarto-cli@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 2163884 commit d39362c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit d39362c

Please sign in to comment.