Skip to content

Commit 8bf6931

Browse files
committed
Minor updates to dependencies and pre-commit hooks
1 parent 0e21907 commit 8bf6931

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repos:
2727
- id: django-upgrade
2828
args: [--target-version, "4.2"]
2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: "v0.9.9"
30+
rev: "v0.11.2"
3131
hooks:
3232
- id: ruff
3333
args: [--unsafe-fixes]
@@ -44,6 +44,6 @@ repos:
4444
hooks:
4545
- id: pyproject-fmt
4646
- repo: https://github.com/abravalheri/validate-pyproject
47-
rev: v0.23
47+
rev: v0.24.1
4848
hooks:
4949
- id: validate-pyproject

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -391,19 +391,19 @@ browserslist@^4.24.4:
391391
update-browserslist-db "^1.1.1"
392392

393393
caniuse-lite@^1.0.30001688, caniuse-lite@^1.0.30001702:
394-
version "1.0.30001706"
395-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001706.tgz#902c3f896f4b2968031c3a546ab2ef8b465a2c8f"
396-
integrity sha512-3ZczoTApMAZwPKYWmwVbQMFpXBDds3/0VciVoUwPUbldlYyVLmRVuRs/PcUZtHpbLRpzzDvrvnFuREsGt6lUug==
394+
version "1.0.30001707"
395+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001707.tgz#c5e104d199e6f4355a898fcd995a066c7eb9bf41"
396+
integrity sha512-3qtRjw/HQSMlDWf+X79N206fepf4SOOU6SQLMaq/0KkZLmSjPxAkBOQQ+FxbHKfHmYLZFfdWsO3KA90ceHPSnw==
397397

398398
crelt@^1.0.0:
399399
version "1.0.6"
400400
resolved "https://registry.yarnpkg.com/crelt/-/crelt-1.0.6.tgz#7cc898ea74e190fb6ef9dae57f8f81cf7302df72"
401401
integrity sha512-VQ2MBenTq1fWZUH9DJNGti7kKv6EeAuYr3cLwxUWhIu1baTaXh4Ib5W2CqHVqib4/MqbYGJqiL3Zb8GJZr3l4g==
402402

403403
electron-to-chromium@^1.5.73:
404-
version "1.5.120"
405-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.120.tgz#ccfdd28e9795fb8c2221cefa2c9a071501c86247"
406-
integrity sha512-oTUp3gfX1gZI+xfD2djr2rzQdHCwHzPQrrK0CD7WpTdF0nPdQ/INcRVjWgLdCT4a9W3jFObR9DAfsuyFQnI8CQ==
404+
version "1.5.123"
405+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.123.tgz#fae5bdba0ba27045895176327aa79831aba0790c"
406+
integrity sha512-refir3NlutEZqlKaBLK0tzlVLe5P2wDKS7UQt/3SpibizgsRAPOsqQC3ffw1nlv3ze5gjRQZYHoPymgVZkplFA==
407407

408408
entities@^4.4.0:
409409
version "4.5.0"

0 commit comments

Comments
 (0)