Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
requires = [
"setuptools>=83.0.0",
"wheel>=0.47.0",
"cmake>=4.3.4",
"cmake>=4.4.0",
"Cython>=3.2.8",
"numpy>=1.24.0",
]
Expand Down Expand Up @@ -141,13 +141,13 @@ dev = [
"pytest-timeout>=2.1.0",
"pytest-benchmark>=4.0.0",
"pytest-xdist>=3.0.0",
"hypothesis>=6.156.1",
"hypothesis>=6.157.0",
# Black 26.5.1 carries the GHSA-fc3w-v5rg-v7q6 fix and requires Python
# 3.10+ — consistent with this project's requires-python >= 3.10 floor,
# so no version guard is needed.
"black>=26.5.1",
"ruff>=0.15.20",
"mypy>=2.1.0",
"ruff>=0.15.22",
"mypy>=2.3.0",
"bandit>=1.7.0",
# `safety` was removed in v3.2.0: it was a dev-deps inventory entry
# that NO CI workflow ever invoked. Vulnerability scanning is
Expand Down
6 changes: 3 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ pytest-cov>=4.0.0
pytest-timeout>=2.1.0
pytest-benchmark>=4.0.0
pytest-xdist>=3.0.0
hypothesis>=6.156.1
hypothesis>=6.157.0

# Code Quality
black>=26.5.1
ruff>=0.15.20
mypy>=2.1.0
ruff>=0.15.22
mypy>=2.3.0

# Security Scanning
bandit>=1.7.0
Expand Down
10 changes: 5 additions & 5 deletions requirements-lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ pytest-benchmark==5.2.3
pytest-cov==7.1.0
pytest-timeout==2.4.0
pytest-xdist==3.8.0
hypothesis==6.156.1
coverage==7.15.0
hypothesis==6.157.0
coverage==7.15.2

# --- Linting & formatting ---
black==26.5.1
mypy==2.1.0
mypy==2.3.0
mypy_extensions==1.1.0
ruff==0.15.20
ruff==0.15.22

# --- Security scanning ---
bandit==1.9.4
Expand All @@ -53,7 +53,7 @@ iniconfig==2.3.0
markdown-it-py==4.2.0
mdurl==0.1.2
pathspec==1.1.1
platformdirs==4.10.0
platformdirs==4.10.1
pluggy==1.6.0
py-cpuinfo==9.0.0
# Pygments 2.20.0 includes the CVE-2026-4539 AdlLexer ReDoS fix.
Expand Down
Loading