Skip to content

Commit 39c0c8b

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

3 files changed

Lines changed: 66 additions & 66 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
python-version: "3.12"
2323

24-
- uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
24+
- uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
2525
with:
2626
enable-cache: true
2727

@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
python-version: "3.12"
4949

50-
- uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
50+
- uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
5151
with:
5252
enable-cache: true
5353

pyproject.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,22 @@ classifiers = [
2828
]
2929
dependencies = [
3030
"cachetools>=7.1.4",
31-
"docling>=2.96.1",
31+
"docling>=2.98.0",
3232
"httpx>=0.28.1",
3333
"pgvector>=0.4.2",
3434
"psycopg[binary]>=3.3.4",
3535
"psycopg-pool>=3.3.1",
3636
"pydantic-settings>=2.14.1",
3737
"pyyaml>=6.0.3",
3838
"rich>=15.0.0",
39-
"structlog>=25.5.0",
39+
"structlog>=26.1.0",
4040
"torch>=2.7.1",
4141
"torchvision>=0.22.1",
4242
"sentence-transformers>=5.5.1",
43-
"tqdm>=4.67.3",
43+
"tqdm>=4.68.1",
4444
"xxhash>=3.7.0",
4545
"fastapi>=0.136.3",
46-
"uvicorn>=0.48.0",
46+
"uvicorn>=0.49.0",
4747
]
4848

4949
[project.scripts]
@@ -57,7 +57,7 @@ Issues = "https://github.com/rhel-lightspeed/docs2db-api/issues"
5757
Changelog = "https://github.com/rhel-lightspeed/docs2db-api/blob/main/CHANGELOG.md"
5858

5959
[build-system]
60-
requires = ["uv_build>=0.11.17,<0.11.18"]
60+
requires = ["uv_build>=0.11.19,<0.11.20"]
6161
build-backend = "uv_build"
6262

6363
[tool.uv.sources]
@@ -71,22 +71,22 @@ explicit = true
7171

7272
[dependency-groups]
7373
dev = [
74-
"datamodel-code-generator>=0.58.0",
74+
"datamodel-code-generator>=0.60.1",
7575
"greenlet>=3.5.1",
76-
"ipython>=9.14.0",
76+
"ipython>=9.14.1",
7777
"pre-commit>=4.6.0",
78-
"pyright>=1.1.409",
78+
"pyright>=1.1.410",
7979
"pytest>=9.0.3",
8080
"pytest-asyncio>=1.4.0",
8181
"pytest-cov>=7.1.0",
8282
"pytest-httpx>=0.36.2",
8383
"pytest-randomly>=4.1.0",
8484
"pytest-sugar>=1.1.1",
8585
"python-gitlab>=8.4.0",
86-
"ruff>=0.15.15",
87-
"tox>=4.55.0",
86+
"ruff>=0.15.16",
87+
"tox>=4.55.1",
8888
"types-cachetools>=7.0.0.20260518",
89-
"types-tqdm>=4.67.3.20260518",
89+
"types-tqdm>=4.68.0.20260608",
9090
]
9191

9292
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)