File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ _install-pre-commit:
19
19
#!powershell.exe
20
20
Write-Host " Please ensure pre-commit hooks are installed using 'pre-commit install --install-hooks'"
21
21
22
- install : (uv " sync" " --group" " dev" ) && _install-pre-commit
22
+ install : (uv " sync" " --group" " dev" " --all-extras" ) && _install-pre-commit
23
23
24
- update : (uv " sync" " --group" " dev" )
24
+ update : (uv " sync" " --group" " dev" " --all-extras" )
25
25
26
26
uv * args :
27
27
uv {{ args}}
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ readme = "README.md"
8
8
requires-python = " >=3.10"
9
9
dependencies = [
10
10
" pydantic>=2.0.0,<3.0.0" ,
11
- " pytest>=7.4,<9.0" ,
12
11
]
13
12
14
13
[project .optional-dependencies ]
@@ -19,13 +18,13 @@ Repository = "https://github.com/team23/pydantic-async-validation"
19
18
20
19
[dependency-groups ]
21
20
dev = [
22
- " pytest>=7.1 .2,<9.0.0" ,
23
- " pytest-cov>=3,<6 " ,
24
- " pytest-asyncio>=0.21.1 ,<0.25.0" ,
25
- " tox>=3.26 ,<5.0" ,
26
- " httpx>=0.24 .1,<0.29.0" ,
27
- " ruff>=0.5.0 ,<0.14.0" ,
28
- " pyright>=1.1.350 ,<1.2" ,
21
+ " pytest>=8.4 .2,<9.0.0" ,
22
+ " pytest-cov>=7.0.0,<8 " ,
23
+ " pytest-asyncio>=0.24.0 ,<0.25.0" ,
24
+ " tox>=4.30.3 ,<5.0" ,
25
+ " httpx>=0.28 .1,<0.29.0" ,
26
+ " ruff>=0.13.3 ,<0.14.0" ,
27
+ " pyright>=1.1.406 ,<1.2" ,
29
28
]
30
29
31
30
[tool .ruff ]
You can’t perform that action at this time.
0 commit comments