File tree Expand file tree Collapse file tree 3 files changed +1062
-1056
lines changed
Expand file tree Collapse file tree 3 files changed +1062
-1056
lines changed Original file line number Diff line number Diff 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]
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 : []
Original file line number Diff line number Diff 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 ]
You can’t perform that action at this time.
0 commit comments