From 3ec5e2c689a38f26f1c44abc2f933290374cab9b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 06:40:59 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Pin=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/linting.yaml | 2 +- poetry.lock | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index cda52a9..cd13e15 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -184,7 +184,7 @@ jobs: - name: 🏗 Install Python dependencies run: poetry install --no-interaction - name: 🏗 Set up Node.js - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: ".nvmrc" cache: "npm" diff --git a/poetry.lock b/poetry.lock index 3f2e059..54a32fc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2595,4 +2595,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.0" python-versions = "^3.13" -content-hash = "2bdf2757e70b9f640a227100a87c9638863ffc96a8e556ffe01b078c4ab9f2d8" +content-hash = "526d56554fec818f7b23db4f495ee8543252573cecafc9974bfd8b0623c67145" diff --git a/pyproject.toml b/pyproject.toml index 1f5bdc7..44cdbc5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ mashumaro = "^3.11" orjson = "^3.9.10" [tool.poetry.group.dev.dependencies] -aiohttp = "<3.14" # aioresponses 0.7.8 incompatible with aiohttp 3.14 +aiohttp = "==3.13.5" # aioresponses 0.7.8 incompatible with aiohttp 3.14 codespell = "2.4.2" covdefaults = "2.3.0" coverage = {version = "7.15.0", extras = ["toml"]}