Skip to content

Commit 1910bb1

Browse files
fix(deps): update all non-major dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e64627c commit 1910bb1

4 files changed

Lines changed: 68 additions & 58 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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

@@ -59,7 +59,7 @@ jobs:
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

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ classifiers = [
3030
]
3131
dependencies = [
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"
6262
Changelog = "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"]
6666
build-backend = "uv_build"
6767

6868
[tool.uv.sources]
@@ -76,18 +76,18 @@ explicit = true
7676

7777
[dependency-groups]
7878
dev = [
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
]

0 commit comments

Comments
 (0)