Skip to content

Commit b83f61c

Browse files
committed
upgraded dependencies
1 parent ecbab5b commit b83f61c

4 files changed

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

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ The code has been tested using:
2525
- [Flask] (3.1): a microframework for [Python] based on Werkzeug, Jinja 2 and good intentions.
2626
- [Gunicorn] (23.0): 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.
28-
- [Docker] (28.3): an open platform for developers and sysadmins to build, ship, and run distributed applications, whether on laptops, data center VMs, or the cloud.
28+
- [Docker] (28.4): 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.39): a tool for defining and running multi-container [Docker] applications.
3030
- [Keras] ([TensorFlow] built-in): a high-level neural networks API, written in [Python] and capable of running on top of [TensorFlow].
3131
- [TensorFlow] (2.20): an open source software [Deep Learning] library for high performance numerical computation using data flow graphs.
3232
- [Matplotlib] (3.10): a plotting library for [Python] and its numerical mathematics extension [NumPy].
3333
- [NumPy] (2.3): a library for [Python], adding support for large, multi-dimensional arrays and matrices, along with a large collection of high-level mathematical functions to operate on these arrays.
34-
- [Ruff] (0.12): An extremely fast Python linter and code formatter, written in Rust.
34+
- [Ruff] (0.13): An extremely fast Python linter and code formatter, written in Rust.
3535
- [scikit-image] (0.25): a collection of algorithms for image processing with [Python].
3636

3737
### PYTHON VIRTUAL ENVIRONMENT
@@ -159,7 +159,7 @@ It is possible to execute tests of [Flask] microservice created with [pytest] fr
159159
~/deeplearning_flask$ docker exec -it deeplearning_flask-web-1 /bin/bash
160160
~/app# make test
161161
...
162-
============================= test session starts ==============================platform linux -- Python 3.12.11, pytest-8.4.1, pluggy-1.6.0
162+
============================= test session starts ==============================platform linux -- Python 3.12.11, pytest-8.4.2, pluggy-1.6.0
163163
rootdir: /app/tests
164164
collected 2 items
165165

requirements.txt

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

requirements_dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
-r requirements.txt
2-
jupyterlab==4.4.6
3-
matplotlib==3.10.5
2+
jupyterlab==4.4.7
3+
matplotlib==3.10.6

0 commit comments

Comments
 (0)