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
5959 TEST_DB_USER : test_user
6060 TEST_DB_PASSWORD : test_password
6161 steps :
62- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
62+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
6363 with :
6464 persist-credentials : false
6565
Original file line number Diff line number Diff line change 1818 steps :
1919
2020 - name : Checkout code
21- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
21+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2222 with :
2323 persist-credentials : false
2424
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ classifiers = [
3030]
3131dependencies = [
3232 " cachetools>=7.1.4" ,
33- " docling>=2.95 .0" ,
33+ " docling>=2.96 .0" ,
3434 " httpx>=0.28.1" ,
3535 " pgvector>=0.4.2" ,
3636 " psycopg[binary]>=3.3.4" ,
@@ -62,7 +62,7 @@ Issues = "https://github.com/rhel-lightspeed/docs2db/issues"
6262Changelog = " https://github.com/rhel-lightspeed/docs2db/blob/main/CHANGELOG.md"
6363
6464[build-system ]
65- requires = [" uv_build>=0.11.16 ,<0.11.17 " ]
65+ requires = [" uv_build>=0.11.17 ,<0.11.18 " ]
6666build-backend = " uv_build"
6767
6868[tool .uv .sources ]
@@ -76,18 +76,18 @@ explicit = true
7676
7777[dependency-groups ]
7878dev = [
79- " datamodel-code-generator>=0.58 .0" ,
80- " ipython>=9.13 .0" ,
79+ " datamodel-code-generator>=0.59 .0" ,
80+ " ipython>=9.14 .0" ,
8181 " pre-commit>=4.6.0" ,
8282 " pyright>=1.1.409" ,
8383 " pytest>=9.0.3" ,
8484 " pytest-cov>=7.1.0" ,
8585 " pytest-httpx>=0.36.2" ,
8686 " pytest-randomly>=4.1.0" ,
8787 " pytest-sugar>=1.1.1" ,
88- " python-gitlab>=8.3 .0" ,
89- " ruff>=0.15.14 " ,
90- " tox>=4.54 .0" ,
88+ " python-gitlab>=8.4 .0" ,
89+ " ruff>=0.15.15 " ,
90+ " tox>=4.55 .0" ,
9191 " types-cachetools>=7.0.0.20260518" ,
9292 " types-tqdm>=4.67.3.20260518" ,
9393]
You can’t perform that action at this time.
0 commit comments