Skip to content

Commit 8a96834

Browse files
fix(deps): update all non-major dependencies (#37)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f834ba2 commit 8a96834

3 files changed

Lines changed: 44 additions & 44 deletions

File tree

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
retention-days: 5
3838

3939
- name: Upload to code-scanning
40-
uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
40+
uses: github/codeql-action/upload-sarif@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
4141
with:
4242
sarif_file: results.sarif

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ classifiers = [
2929
"Topic :: Text Processing :: General",
3030
]
3131
dependencies = [
32-
"cachetools>=7.1.3",
33-
"docling>=2.94.0",
32+
"cachetools>=7.1.4",
33+
"docling>=2.95.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.15,<0.11.16"]
65+
requires = ["uv_build>=0.11.16,<0.11.17"]
6666
build-backend = "uv_build"
6767

6868
[tool.uv.sources]
@@ -86,7 +86,7 @@ dev = [
8686
"pytest-randomly>=4.1.0",
8787
"pytest-sugar>=1.1.1",
8888
"python-gitlab>=8.3.0",
89-
"ruff>=0.15.13",
89+
"ruff>=0.15.14",
9090
"tox>=4.54.0",
9191
"types-cachetools>=7.0.0.20260518",
9292
"types-tqdm>=4.67.3.20260518",

0 commit comments

Comments
 (0)