File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 lint :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
16+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1717 with :
1818 persist-credentials : false
1919
3939 test :
4040 runs-on : ubuntu-latest
4141 steps :
42- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
42+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
4343 with :
4444 persist-credentials : false
4545
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ classifiers = [
2828]
2929dependencies = [
3030 " cachetools>=7.1.4" ,
31- " docling>=2.95.0 " ,
31+ " docling>=2.96.1 " ,
3232 " httpx>=0.28.1" ,
3333 " pgvector>=0.4.2" ,
3434 " psycopg[binary]>=3.3.4" ,
@@ -57,7 +57,7 @@ Issues = "https://github.com/rhel-lightspeed/docs2db-api/issues"
5757Changelog = " https://github.com/rhel-lightspeed/docs2db-api/blob/main/CHANGELOG.md"
5858
5959[build-system ]
60- requires = [" uv_build>=0.11.16 ,<0.11.17 " ]
60+ requires = [" uv_build>=0.11.17 ,<0.11.18 " ]
6161build-backend = " uv_build"
6262
6363[tool .uv .sources ]
@@ -73,7 +73,7 @@ explicit = true
7373dev = [
7474 " datamodel-code-generator>=0.58.0" ,
7575 " greenlet>=3.5.1" ,
76- " ipython>=9.13 .0" ,
76+ " ipython>=9.14 .0" ,
7777 " pre-commit>=4.6.0" ,
7878 " pyright>=1.1.409" ,
7979 " pytest>=9.0.3" ,
@@ -82,9 +82,9 @@ dev = [
8282 " pytest-httpx>=0.36.2" ,
8383 " pytest-randomly>=4.1.0" ,
8484 " pytest-sugar>=1.1.1" ,
85- " python-gitlab>=8.3 .0" ,
86- " ruff>=0.15.14 " ,
87- " tox>=4.54 .0" ,
85+ " python-gitlab>=8.4 .0" ,
86+ " ruff>=0.15.15 " ,
87+ " tox>=4.55 .0" ,
8888 " types-cachetools>=7.0.0.20260518" ,
8989 " types-tqdm>=4.67.3.20260518" ,
9090]
You can’t perform that action at this time.
0 commit comments