From a091c738132733766ef9d268fe2dd124c46c1975 Mon Sep 17 00:00:00 2001 From: Rui Xi Date: Fri, 21 Nov 2025 23:33:08 +0800 Subject: [PATCH 1/2] Remove unused update-pre-commit ci workflow (#11689) --- .github/workflows/update-pre-commit.yml | 36 ------------------------- CHANGES/11689.contrib.rst | 1 + 2 files changed, 1 insertion(+), 36 deletions(-) delete mode 100644 .github/workflows/update-pre-commit.yml create mode 100644 CHANGES/11689.contrib.rst diff --git a/.github/workflows/update-pre-commit.yml b/.github/workflows/update-pre-commit.yml deleted file mode 100644 index 80921b56615..00000000000 --- a/.github/workflows/update-pre-commit.yml +++ /dev/null @@ -1,36 +0,0 @@ -name: Pre-commit auto-update -on: - schedule: - - cron: '0 0 * * *' -permissions: {} -jobs: - auto-update: - if: github.repository_owner == 'aiohttp' - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v5 - - name: Set up Python - uses: actions/setup-python@v6 - with: - python-version: 3.10 - - name: Install dependencies - run: >- - pip install -r requirements/lint.in -c requirements/lint.txt - - name: Run pre-commit autoupdate - run: pre-commit autoupdate - - id: generate_token - uses: tibdex/github-app-token@v2.1 - with: - app_id: ${{ secrets.BOT_APP_ID }} - private_key: ${{ secrets.BOT_PRIVATE_KEY }} - - name: Create Pull Request - uses: peter-evans/create-pull-request@v7 - with: - token: ${{ steps.generate_token.outputs.token }} - branch: update/pre-commit-autoupdate - title: Auto-update pre-commit hooks - commit-message: Auto-update pre-commit hooks - body: | - Update versions of tools in pre-commit - configs to latest version - labels: dependencies backport-3.10 backport-3.11 diff --git a/CHANGES/11689.contrib.rst b/CHANGES/11689.contrib.rst new file mode 100644 index 00000000000..1f6404aa4bd --- /dev/null +++ b/CHANGES/11689.contrib.rst @@ -0,0 +1 @@ +Removed unused ``update-pre-commit`` github action workflow -- by :user:`Cycloctane`. From 72fadb8f1a56e8bff0fef23ccf02e2067cd87e41 Mon Sep 17 00:00:00 2001 From: Sam Bull Date: Fri, 21 Nov 2025 16:51:00 +0000 Subject: [PATCH 2/2] Bump pypy to supported version (#11771) --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index a600bf0cf10..16303952219 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -148,7 +148,7 @@ jobs: - os: windows no-extensions: 'Y' include: - - pyver: pypy-3.10 + - pyver: pypy-3.11 no-extensions: 'Y' os: ubuntu experimental: false