From f3a336a82f1bf4a119cd8b3988c4e754b239bdf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 05:28:30 +0000 Subject: [PATCH] ci(deps): bump coatl-dev/actions/uv-pip-compile-upgrade Bumps [coatl-dev/actions/uv-pip-compile-upgrade](https://github.com/coatl-dev/actions) from 7.0.0 to 7.0.9. - [Release notes](https://github.com/coatl-dev/actions/releases) - [Changelog](https://github.com/coatl-dev/actions/blob/coatl/CHANGELOG.md) - [Commits](https://github.com/coatl-dev/actions/compare/208567f6e604baf94c6e867ec7f345ec9ad36eb4...05b877c5c64fc3ddb9e87f47400311ebf64fe9d5) --- updated-dependencies: - dependency-name: coatl-dev/actions/uv-pip-compile-upgrade dependency-version: 7.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pip-compile-upgrade.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pip-compile-upgrade.yml b/.github/workflows/pip-compile-upgrade.yml index 04200d8..414526d 100644 --- a/.github/workflows/pip-compile-upgrade.yml +++ b/.github/workflows/pip-compile-upgrade.yml @@ -24,7 +24,7 @@ jobs: path: requirements.txt - name: Upgrade stubs requirements - uses: coatl-dev/actions/uv-pip-compile-upgrade@208567f6e604baf94c6e867ec7f345ec9ad36eb4 # v7.0.0 + uses: coatl-dev/actions/uv-pip-compile-upgrade@05b877c5c64fc3ddb9e87f47400311ebf64fe9d5 # v7.0.9 with: path: requirements.txt python-version: '3.12'