File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/astral-sh/uv-pre-commit
3- rev : 0.7.20
3+ rev : 0.9.11
44 hooks :
55 - id : uv-lock
66# - id: uv-export
77
88 - repo : https://github.com/astral-sh/ruff-pre-commit
9- rev : v0.12.3
9+ rev : v0.14.6
1010 hooks :
1111 # Run the linter.
1212 - id : ruff-check
Original file line number Diff line number Diff line change @@ -19,32 +19,33 @@ keywords = []
1919requires-python = " ==3.13.*"
2020
2121dependencies = [
22- " aiohttp[speedups]~ =3.12.14 " ,
22+ " aiohttp[speedups]> =3.12.0,<3.15.0 " ,
2323 " asyncpg~=0.30.0" ,
2424 " fastapi-users-db-sqlalchemy~=7.0.0" ,
25- " fastapi-users[sqlalchemy]~=14 .0.1" ,
25+ " fastapi-users[sqlalchemy]~=15 .0.1" ,
2626 " lxml~=6.0.0" ,
27- " minio~=7.2.15 " ,
28- " msgpack~=1.1.1 " ,
29- " msgspec~=0.19 .0" ,
30- " pydantic[email]~=2.11.7 " ,
31- " pydantic-settings~=2.10.1 " ,
27+ " minio~=7.2.19 " ,
28+ " msgpack~=1.1.2 " ,
29+ " msgspec~=0.20 .0" ,
30+ " pydantic[email]~=2.12.4 " ,
31+ " pydantic-settings~=2.12.0 " ,
3232 " python-jose==3.5.0" ,
33- " SQLAlchemy[asyncio]~=2.0.40 " ,
34- " valkey[libvalkey]~=6.1.0 " ,
35- " zeep~=4.3.1 "
33+ " SQLAlchemy[asyncio]~=2.0.44 " ,
34+ " valkey[libvalkey]~=6.1.1 " ,
35+ " zeep~=4.3.2 "
3636]
3737
3838[dependency-groups ]
3939dev = [
4040 " build" ,
41- " pip==25.1.1" ,
42- " pre-commit==4.2.0" ,
43- " pyright==1.1.403" ,
44- " ruff==0.12.3" ,
45- " setuptools==80.9.0" ,
46- " setuptools_scm==8.3.1" ,
47- " wheel==0.45.1" ,
41+ " pip" ,
42+ " pre-commit" ,
43+ " pyrefly" ,
44+ " pyright" ,
45+ " ruff" ,
46+ " setuptools" ,
47+ " setuptools_scm" ,
48+ " wheel" ,
4849]
4950testing = [
5051 " pytest" ,
You can’t perform that action at this time.
0 commit comments