Skip to content

Commit abe7be5

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

3 files changed

Lines changed: 23 additions & 23 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@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
40+
uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
4141
with:
4242
sarif_file: results.sarif

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ classifiers = [
2929
"Topic :: Text Processing :: General",
3030
]
3131
dependencies = [
32-
"cachetools>=7.1.0",
33-
"docling>=2.92.0",
32+
"cachetools>=7.1.1",
33+
"docling>=2.93.0",
3434
"httpx>=0.28.1",
3535
"pgvector>=0.4.2",
3636
"psycopg[binary]>=3.3.4",
3737
"psycopg-pool>=3.3.1",
38-
"pydantic-settings>=2.14.0",
38+
"pydantic-settings>=2.14.1",
3939
"pyyaml>=6.0.3",
4040
"rich>=15.0.0",
4141
"structlog>=25.5.0",
@@ -61,7 +61,7 @@ Issues = "https://github.com/rhel-lightspeed/docs2db/issues"
6161
Changelog = "https://github.com/rhel-lightspeed/docs2db/blob/main/CHANGELOG.md"
6262

6363
[build-system]
64-
requires = ["uv_build>=0.11.8,<0.11.9"]
64+
requires = ["uv_build>=0.11.13,<0.11.14"]
6565
build-backend = "uv_build"
6666

6767
[tool.uv.sources]
@@ -75,7 +75,7 @@ explicit = true
7575

7676
[dependency-groups]
7777
dev = [
78-
"datamodel-code-generator>=0.56.1",
78+
"datamodel-code-generator>=0.57.0",
7979
"ipython>=9.13.0",
8080
"pre-commit>=4.6.0",
8181
"pyright>=1.1.409",
@@ -87,8 +87,8 @@ dev = [
8787
"python-gitlab>=8.3.0",
8888
"ruff>=0.15.12",
8989
"tox>=4.53.1",
90-
"types-cachetools>=6.2.0.20260408",
91-
"types-tqdm>=4.67.3.20260408",
90+
"types-cachetools>=7.0.0.20260503",
91+
"types-tqdm>=4.67.3.20260508",
9292
]
9393

9494
[tool.pytest.ini_options]

uv.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)