File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 33repos :
44 - repo : https://github.com/pre-commit/pre-commit-hooks
55 # note that this version is ignored by prek when using the fastpath
6- rev : v5 .0.0
6+ rev : v6 .0.0
77 hooks :
88 - id : check-case-conflict
99 - id : check-toml
Original file line number Diff line number Diff line change @@ -83,17 +83,17 @@ ruff = [
8383]
8484tools = [
8585 " prek>=0.2.0" ,
86- " slotscheck~=0.16.4 " ,
87- " check-manifest==0.49 " ,
86+ " slotscheck==0.19.1 " ,
87+ " check-manifest==0.50 " ,
8888 { include-group = " ruff" },
8989]
9090changelog = [
9191 " towncrier==23.6.0" ,
9292]
9393codemod = [
9494 # run codemods on the repository (mostly automated typing)
95- " libcst~=1.1.0 " ,
96- " autotyping==23.2 .0" ,
95+ " libcst==1.8.5 " ,
96+ " autotyping==24.9 .0" ,
9797 { include-group = " ruff" },
9898]
9999typing = [
@@ -102,11 +102,11 @@ typing = [
102102 # all type-check only dependencies are defined in noxfile.py.
103103]
104104test = [
105- " pytest~=8.3 .2" ,
106- " pytest-cov~=4.0 .0" ,
105+ " pytest~=8.4 .2" ,
106+ " pytest-cov~=7 .0" ,
107107 " pytest-asyncio~=0.24.0" ,
108108 " looptime~=0.2.0" ,
109- " coverage[toml]~=7.6 .0" ,
109+ " coverage[toml]~=7.10 .0" ,
110110 " typing-extensions>=4.6" ,
111111]
112112build = [
You can’t perform that action at this time.
0 commit comments