File tree Expand file tree Collapse file tree 6 files changed +302
-238
lines changed
Expand file tree Collapse file tree 6 files changed +302
-238
lines changed Original file line number Diff line number Diff line change 99 - id : end-of-file-fixer
1010 - id : trailing-whitespace
1111 - repo : https://github.com/astral-sh/ruff-pre-commit
12- rev : v0.13.1
12+ rev : v0.14.5
1313 hooks :
1414 - id : ruff
1515 args : [--fix, --exit-zero]
1616 - id : ruff-format
1717 - repo : https://github.com/astral-sh/uv-pre-commit
18- rev : 0.8.19
18+ rev : 0.9.10
1919 hooks :
2020 - id : uv-lock
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ dependencies = []
88
99[dependency-groups ]
1010dev = [
11- " pre-commit>=4.3 .0" ,
12- " ruff>=0.14.0 " ,
11+ " pre-commit>=4.4 .0" ,
12+ " ruff>=0.14.5 " ,
1313]
1414
1515[tool .ruff ]
Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ classifiers = [
2727 " Topic :: Software Development :: Application Frameworks" ,
2828]
2929dependencies = [
30- " awscli>=1.42.49 " ,
30+ " awscli>=1.42.76 " ,
3131 " email-validator>=2.3.0" ,
32- " numpy>=2.3.3 " ,
33- " pymongo>=4.15.3 " ,
32+ " numpy>=2.3.5 " ,
33+ " pymongo>=4.15.4 " ,
3434 " pyramid>=2.0.2" ,
3535 " pyramid-debugtoolbar>=4.12.1" ,
3636 " pyramid-mako>=1.1.0" ,
3737 " requests>=2.32.5" ,
38- " scipy>=1.16.2 " ,
38+ " scipy>=1.16.3 " ,
3939 " vtjson>=2.2.5" ,
4040 " waitress>=3.0.2" ,
4141 " zxcvbn>=4.5.0" ,
You can’t perform that action at this time.
0 commit comments