Skip to content

Commit 62e8eec

Browse files
ff137swcurran
andauthored
⬆️ Weekly dependency updates (openwallet-foundation#3634)
* ⬆️ Weekly dependency updates Minor bump to qrcode, and patch upgrades for: aiohttp, aries-askar, pydantic, ruff Signed-off-by: ff137 <[email protected]> * ♻️ Sync ruff version Signed-off-by: ff137 <[email protected]> --------- Signed-off-by: ff137 <[email protected]> Co-authored-by: Stephen Curran <[email protected]>
1 parent 12f44b4 commit 62e8eec

File tree

4 files changed

+767
-749
lines changed

4 files changed

+767
-749
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
- name: Ruff Format and Lint Check
1818
uses: chartboost/ruff-action@v1
1919
with:
20-
version: 0.11.0
20+
version: 0.11.4
2121
args: "format --check"

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
additional_dependencies: ['@commitlint/config-conventional']
99
- repo: https://github.com/astral-sh/ruff-pre-commit
1010
# Ensure this is synced with pyproject.toml
11-
rev: v0.11.0
11+
rev: v0.11.4
1212
hooks:
1313
# Run the linter
1414
- id: ruff

0 commit comments

Comments
 (0)