Skip to content

Commit 11f2521

Browse files
authored
Merge pull request #53 from VectorInstitute/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 527f5d9 + be7b752 commit 11f2521

File tree

3 files changed

+1062
-1056
lines changed

3 files changed

+1062
-1056
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ repos:
2020
- id: check-toml
2121

2222
- repo: https://github.com/astral-sh/uv-pre-commit
23-
rev: 0.9.18
23+
rev: 0.9.24
2424
hooks:
2525
- id: uv-lock
2626

2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: 'v0.14.10'
28+
rev: 'v0.14.11'
2929
hooks:
3030
- id: ruff-check
3131
args: [--fix, --exit-non-zero-on-fix]
@@ -43,7 +43,7 @@ repos:
4343
exclude: "tests"
4444

4545
- repo: https://github.com/crate-ci/typos
46-
rev: typos-dict-v0.13.13
46+
rev: v1
4747
hooks:
4848
- id: typos
4949
args: []

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ dependencies = [
1818
"python-dotenv>=1.0.0",
1919
"rich>=13.0.0",
2020
"pandas>=2.3.3",
21-
"urllib3>=2.6.0", # Pinning version to address vulnerabilities GHSA-gm62-xv2j-4w53 and GHSA-2xpw-w6gg-jr37
22-
"filelock>=3.20.1",
21+
"urllib3==2.6.3", # Pinning version to address vulnerabilities GHSA-gm62-xv2j-4w53 and GHSA-2xpw-w6gg-jr37
22+
"filelock==3.20.3",
23+
"authlib==1.6.6",
24+
"virtualenv==20.36.1",
2325
]
2426

2527
[project.scripts]

0 commit comments

Comments
 (0)