Skip to content

Commit 9607fce

Browse files
committed
upgraded dependencies
1 parent 68de1ed commit 9607fce

4 files changed

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The code has been tested using:
2323
- [Python] (3.12): an interpreted high-level programming language for general-purpose programming.
2424
- [Jupyter Lab] (4.5): a web-based interactive development environment for [Jupyter Notebooks], code and data.
2525
- [Flask] (3.1): a microframework for [Python] based on Werkzeug, Jinja 2 and good intentions.
26-
- [Gunicorn] (23.0): a [Python] [WSGI] HTTP Server for UNIX.
26+
- [Gunicorn] (24.1): a [Python] [WSGI] HTTP Server for UNIX.
2727
- [NGINX] (1.29): a free, open-source, high-performance HTTP server, reverse proxy, and IMAP/POP3 proxy server.
2828
- [Docker] (28.5): an open platform for developers and sysadmins to build, ship, and run distributed applications, whether on laptops, data center VMs, or the cloud.
2929
- [Docker Compose] (2.40): a tool for defining and running multi-container [Docker] applications.

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Flask==3.1.2
2-
gunicorn==23.0.0
2+
gunicorn==24.1.1
33
numpy==2.4.1
44
Pillow==12.1.0
55
pre-commit==4.5.1
66
pur==7.3.3
77
pytest==9.0.2
88
requests==2.32.5
9-
ruff==0.14.13
9+
ruff==0.14.14
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.2
2+
jupyterlab==4.5.3
33
matplotlib==3.10.8

0 commit comments

Comments
 (0)