Skip to content

Commit 9833abb

Browse files
fix(deps): update minor and patch dependencies
1 parent baa7e91 commit 9833abb

2 files changed

Lines changed: 143 additions & 145 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ dependencies = [
9999
"highdicom>=0.26.1,<1; python_version < '3.14'", # transitive dependency pyjpegls not yet supporting Python 3.14
100100
"html-sanitizer>=2.6.0,<3",
101101
"httpx>=0.28.1,<1",
102-
"idc-index-data==24.0.3",
102+
"idc-index-data==24.2.1",
103103
"ijson>=3.4.0.post0,<4",
104104
"jsf>=0.11.2,<1",
105105
"jsonschema[format-nongpl]>=4.25.1,<5",
@@ -110,7 +110,7 @@ dependencies = [
110110
"pandas>=2.3.3,<4",
111111
"platformdirs>=4.3.2,<5",
112112
"procrastinate>=3.5.3",
113-
"fastparquet>=2026.3.0,<2026.4.0; python_version < '3.14'",
113+
"fastparquet>=2026.5.0,<2026.6.0; python_version < '3.14'",
114114
"pyarrow>=23.0.1,<24; python_version >= '3.14'",
115115
"pyjwt[crypto]>=2.13.0,<3", # CVE-2026-32597 requires >=2.12.0 (Renovate #475)
116116
"python-dateutil>=2.9.0.post0,<3",
@@ -182,11 +182,11 @@ dev = [
182182
"pip-audit>=2.10.0,<3",
183183
"pip-licenses @ git+https://github.com/neXenio/pip-licenses.git@master", # https://github.com/raimon49/pip-licenses/pull/224
184184
"pre-commit>=4.5.0,<5",
185-
"pyright>=1.1.408,<1.1.409", # Regression in 1.1.407, see https://github.com/microsoft/pyright/issues/11060
185+
"pyright>=1.1.410,<1.1.411", # Regression in 1.1.407, see https://github.com/microsoft/pyright/issues/11060
186186
"pytest>=9.0.3,<10", # CVE-2025-71176 requires >=9.0.3 (Renovate #538)
187187
"pytest-asyncio>=1.3.0,<2",
188188
"pytest-cov>=7.0.0,<8",
189-
"coverage>=7.12.0,<7.13", # Pin: coverage 7.13.x introduced a regression where pytest-cov fails with "INTERNALERROR: Expected current collector to be ..." when tests spawn subprocesses (e.g., marimo server). Re-evaluate when coverage releases a fix.
189+
"coverage>=7.14.3,<7.15", # Pin: coverage 7.13.x introduced a regression where pytest-cov fails with "INTERNALERROR: Expected current collector to be ..." when tests spawn subprocesses (e.g., marimo server). Re-evaluate when coverage releases a fix.
190190
"pytest-docker>=3.2.5,<4",
191191
"pytest-durations>=1.6.1,<2",
192192
"pytest-env>=1.2.0,<2",
@@ -245,7 +245,7 @@ Changelog = "https://github.com/aignostics/python-sdk/releases"
245245
Issues = "https://github.com/aignostics/python-sdk/issues"
246246

247247
[build-system]
248-
requires = ["hatchling==1.29.0"]
248+
requires = ["hatchling==1.30.1"]
249249
build-backend = "hatchling.build"
250250

251251
[tool.hatch.build]

0 commit comments

Comments
 (0)