From 37daf803d0a2e697cc3f6a109332abab360faba2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 01:26:42 +0000 Subject: [PATCH] Bump spin from 0.14 to 0.15 in the actions group Bumps the actions group with 1 update: [spin](https://github.com/scientific-python/spin). Updates `spin` from 0.14 to 0.15 - [Release notes](https://github.com/scientific-python/spin/releases) - [Changelog](https://github.com/scientific-python/spin/blob/main/CHANGELOG.md) - [Commits](https://github.com/scientific-python/spin/compare/v0.14...v0.15) --- updated-dependencies: - dependency-name: spin dependency-version: '0.15' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b153da2..b29feea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ [project.optional-dependencies] test = ["pytest >= 8.0", "pytest-cov >= 5.0", "coverage[toml] >= 7.2"] lint = ["pre-commit == 4.3.0"] -dev = ["changelist == 0.5", "spin == 0.14"] +dev = ["changelist == 0.5", "spin == 0.15"] [project.urls] Home = "https://scientific-python.org/specs/spec-0001/"