Skip to content
Merged
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
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ repos:
args: [--fix, sklego, tests]
- id: ruff-format # Run the formatter.
args: [sklego, tests]
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.11.8
hooks:
- id: uv-lock
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,16 @@ test-all = [
utils = [
"matplotlib>=3.0.2",
"jupyter>=1.0.0",
"jupyterlab>=0.35.4",
"jupyterlab>=4.5.7", # vulnerability found in 4.4.9, fixed in 4.5.7
"fonttools>=4.60.2", # matplotlib dep, vulnerability found in 4.60.1, fixed in 4.60.2
"pillow>=12.2.0", # matplotlib dep, vulnerability found in 11.3.0, fixed in 12.2.0
"pygments>=2.20.0", # jupyter dep, vulnerability found in 2.19.0, fixed in 2.20.0
"nbconvert>=7.17.0", # jupyter dep, vulnerability found in 7.16.6, fixed in 7.17.0
"nbconvert>=7.17.1", # jupyter dep, 2 vulnerabilities found in 7.17.0, fixed in 7.17.1
"requests>=2.33.0", # jupyter dep, vulnerability found in 2.32.5, fixed in 2.33.0
"tornado>=6.5.5", # jupyter dep, 2 vulnerabilities in 6.5.2, fixed in 6.5.5
"notebook>=7.5.6", # jupyter dep, vulerability in 7.4.7, fixed in 7.5.6
"jupyter-server>=2.18.0", # jupyter dep, 4 vulerabilities in 2.17.0, fixed in 2.18.0
"mistune>=3.2.1", # jupyter dep, vulerability in 3.1.4, fixed in 3.2.1
]

dev = [
Expand Down
28 changes: 17 additions & 11 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading