Skip to content

Commit 68de1ed

Browse files
committed
upgraded dependencies
1 parent b6cadbe commit 68de1ed

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
33
# Ruff version.
4-
rev: v0.14.11
4+
rev: v0.14.13
55
hooks:
66
# Run the linter.
77
- id: ruff

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ pre-commit==4.5.1
66
pur==7.3.3
77
pytest==9.0.2
88
requests==2.32.5
9-
ruff==0.14.11
9+
ruff==0.14.13
1010
scikit-image==0.26.0
1111
tensorflow==2.20.0

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
-r requirements.txt
2-
jupyterlab==4.5.1
2+
jupyterlab==4.5.2
33
matplotlib==3.10.8

0 commit comments

Comments
 (0)