diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index ccf4b54..ab44085 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@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 with: node-version-file: ".nvmrc" cache: "npm" diff --git a/poetry.lock b/poetry.lock index 1fa3945..16a91dd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2593,4 +2593,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.0" python-versions = "^3.13" -content-hash = "e7a1a1a8c623522bd39cd6f38dd7d058bae9a011f068487d7a1c450112d800c0" +content-hash = "94a7898e4eb3dc91e6c44bbe8f318c97e817fcea331f7a591a661b3a10cecc93" diff --git a/pyproject.toml b/pyproject.toml index 2bcc992..df2d39f 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.3" covdefaults = "2.3.0" coverage = {version = "7.15.2", extras = ["toml"]}