Skip to content

Commit ecbab5b

Browse files
committed
upgraded dependencies
1 parent 29e1971 commit ecbab5b

2 files changed

Lines changed: 4 additions & 4 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.12.9
4+
rev: v0.12.10
55
hooks:
66
# Run the linter.
77
- id: ruff

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
Flask==3.1.1
1+
Flask==3.1.2
22
gunicorn==23.0.0
33
numpy==2.3.2
44
Pillow==11.3.0
55
pre-commit==4.3.0
66
pur==7.3.3
77
pytest==8.4.1
8-
requests==2.32.4
9-
ruff==0.12.9
8+
requests==2.32.5
9+
ruff==0.12.10
1010
scikit-image==0.25.2
1111
tensorflow==2.20.0

0 commit comments

Comments
 (0)