Skip to content

Commit 5268dfe

Browse files
chore(deps): update babel requirement from >=2.14.0 to >=2.18.0
Updates the requirements on [babel](https://github.com/python-babel/babel) to permit the latest version. - [Release notes](https://github.com/python-babel/babel/releases) - [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES.rst) - [Commits](python-babel/babel@v2.14.0...v2.18.0) --- updated-dependencies: - dependency-name: babel dependency-version: 2.18.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f3f3a60 commit 5268dfe

1 file changed

Lines changed: 37 additions & 37 deletions

File tree

requirements.txt

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
1-
# =============================================================================
2-
# CSAT-Compass — Python afhankelijkheden
3-
# Gegenereerd op: 19/03/2026 | Python .venv
4-
# =============================================================================
5-
6-
# --- Fase 1: Data laden (SQL + CSV) ---
7-
pandas>=2.3.0
8-
openpyxl>=3.1.0
9-
sqlalchemy>=2.0.0
10-
pyodbc>=5.0.0
11-
12-
# --- Fase 2: Rapportage + templates (NL/FR) ---
13-
jinja2>=3.1.0
14-
markdown>=3.4.0
15-
babel>=2.14.0
16-
weasyprint>=60.0
17-
18-
# --- Fase 3-4: Visualisatie ---
19-
matplotlib>=3.7.0
20-
seaborn>=0.12.0
21-
plotly>=5.20.0
22-
23-
# --- Fase 5: Dashboard ---
24-
streamlit>=1.32.0
25-
streamlit-js-eval>=1.0.0
26-
27-
# --- Utilities ---
28-
python-dotenv>=1.0.0
29-
loguru>=0.7.0
30-
31-
# --- Security overrides (transitieve afhankelijkheden gepind wegens CVE) ---
32-
pygments>=2.20.0 # CVE-2026-4539: ReDoS in AdlLexer — fix in 2.20.0
33-
pillow>=12.2.0 # CVE-2026-40192: decompression bomb in FITS decoder — fix in 12.2.0
34-
35-
# --- Testing ---
36-
pytest>=9.0.3
37-
pytest-cov>=4.1.0
1+
# =============================================================================
2+
# CSAT-Compass — Python afhankelijkheden
3+
# Gegenereerd op: 19/03/2026 | Python .venv
4+
# =============================================================================
5+
6+
# --- Fase 1: Data laden (SQL + CSV) ---
7+
pandas>=2.3.0
8+
openpyxl>=3.1.0
9+
sqlalchemy>=2.0.0
10+
pyodbc>=5.0.0
11+
12+
# --- Fase 2: Rapportage + templates (NL/FR) ---
13+
jinja2>=3.1.0
14+
markdown>=3.4.0
15+
babel>=2.18.0
16+
weasyprint>=60.0
17+
18+
# --- Fase 3-4: Visualisatie ---
19+
matplotlib>=3.7.0
20+
seaborn>=0.12.0
21+
plotly>=5.20.0
22+
23+
# --- Fase 5: Dashboard ---
24+
streamlit>=1.32.0
25+
streamlit-js-eval>=1.0.0
26+
27+
# --- Utilities ---
28+
python-dotenv>=1.0.0
29+
loguru>=0.7.0
30+
31+
# --- Security overrides (transitieve afhankelijkheden gepind wegens CVE) ---
32+
pygments>=2.20.0 # CVE-2026-4539: ReDoS in AdlLexer — fix in 2.20.0
33+
pillow>=12.2.0 # CVE-2026-40192: decompression bomb in FITS decoder — fix in 12.2.0
34+
35+
# --- Testing ---
36+
pytest>=9.0.3
37+
pytest-cov>=4.1.0

0 commit comments

Comments
 (0)