From 601cfa77ec0fb1013887db69a5186b577e3af321 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 00:42:40 +0000 Subject: [PATCH] Bump ocs from 0.11.3 to 0.12.0 Bumps [ocs](https://github.com/simonsobs/ocs) from 0.11.3 to 0.12.0. - [Release notes](https://github.com/simonsobs/ocs/releases) - [Commits](https://github.com/simonsobs/ocs/compare/v0.11.3...v0.12.0) --- updated-dependencies: - dependency-name: ocs dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b9774d6..37db3c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ "Topic :: Scientific/Engineering :: Astronomy", ] dependencies = [ - "ocs==0.11.3", + "ocs==0.12.0", "pyyaml", ]