From 29d20c2ac8f637c096017855abe906fe02f1a309 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 11:13:56 +0000 Subject: [PATCH] Bump signac in /.github/workflows in the pip-version group Bumps the pip-version group in /.github/workflows with 1 update: [signac](https://github.com/glotzerlab/signac). Updates `signac` from 2.2.0 to 2.3.0 - [Release notes](https://github.com/glotzerlab/signac/releases) - [Changelog](https://github.com/glotzerlab/signac/blob/main/changelog.txt) - [Commits](https://github.com/glotzerlab/signac/compare/v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: signac dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-version ... Signed-off-by: dependabot[bot] --- .github/workflows/signac-requirements.in | 2 +- .github/workflows/signac-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/signac-requirements.in b/.github/workflows/signac-requirements.in index 6d98402..2c47776 100644 --- a/.github/workflows/signac-requirements.in +++ b/.github/workflows/signac-requirements.in @@ -1 +1 @@ -signac==2.2.0 +signac==2.3.0 diff --git a/.github/workflows/signac-requirements.txt b/.github/workflows/signac-requirements.txt index 90c3f31..ffee70f 100644 --- a/.github/workflows/signac-requirements.txt +++ b/.github/workflows/signac-requirements.txt @@ -8,7 +8,7 @@ filelock==3.13.4 # via signac packaging==24.0 # via signac -signac==2.2.0 +signac==2.3.0 # via -r signac-requirements.in synced-collections==1.0.0 # via signac