From 935f03d9600abc15050c820895921b09445a4da3 Mon Sep 17 00:00:00 2001 From: Lyle McKarns Date: Thu, 18 Sep 2025 15:55:25 -0400 Subject: [PATCH] Per issue [#3063], removing stable-2.16 session --- .github/workflows/pip-compile-dev.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/pip-compile-dev.yml b/.github/workflows/pip-compile-dev.yml index f5e25bf3b77..9a17e091f3e 100644 --- a/.github/workflows/pip-compile-dev.yml +++ b/.github/workflows/pip-compile-dev.yml @@ -53,14 +53,6 @@ jobs: 'pip-compile(static)' 'pip-compile(spelling)' python-versions: "3.10" - - base-branch: stable-2.16 - pr-branch: pip-compile/stable-2.16/dev - nox-args: >- - -e 'pip-compile(formatters)' - 'pip-compile(typing)' - 'pip-compile(static)' - 'pip-compile(spelling)' - python-versions: "3.10" name: "Refresh dev dependencies" uses: ./.github/workflows/reusable-pip-compile.yml with: