Skip to content

Commit 38b0c2a

Browse files
⬆️ Pin dependencies
1 parent d568a46 commit 38b0c2a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/linting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
- name: 🏗 Install Python dependencies
185185
run: poetry install --no-interaction
186186
- name: 🏗 Set up Node.js
187-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
187+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
188188
with:
189189
node-version-file: ".nvmrc"
190190
cache: "npm"

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ mashumaro = "^3.11"
3232
orjson = "^3.9.10"
3333

3434
[tool.poetry.group.dev.dependencies]
35-
aiohttp = "<3.14" # aioresponses 0.7.8 incompatible with aiohttp 3.14
35+
aiohttp = "==3.13.5" # aioresponses 0.7.8 incompatible with aiohttp 3.14
3636
codespell = "2.4.2"
3737
covdefaults = "2.3.0"
3838
coverage = {version = "7.13.4", extras = ["toml"]}

0 commit comments

Comments
 (0)