From b690ff0ad7717e3f7f6454efc3785f3a72c46c65 Mon Sep 17 00:00:00 2001 From: alvertogit <36294057+alvertogit@users.noreply.github.com> Date: Sun, 21 Jan 2024 10:41:01 +0100 Subject: [PATCH] upgraded dependencies --- README.md | 4 ++-- requirements.txt | 2 +- requirements_dev.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 56201ea..67d1db4 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ The code has been tested using: * [Flask] (3.0): a microframework for [Python] based on Werkzeug, Jinja 2 and good intentions. * [Gunicorn] (21.2): a [Python] [WSGI] HTTP Server for UNIX. * [NGINX] (1.25): a free, open-source, high-performance HTTP server, reverse proxy, and IMAP/POP3 proxy server. -* [Docker] (24.0): an open platform for developers and sysadmins to build, ship, and run distributed applications, whether on laptops, data center VMs, or the cloud. -* [Docker Compose] (2.21): a tool for defining and running multi-container [Docker] applications. +* [Docker] (25.0): an open platform for developers and sysadmins to build, ship, and run distributed applications, whether on laptops, data center VMs, or the cloud. +* [Docker Compose] (2.24): a tool for defining and running multi-container [Docker] applications. * [Keras] ([TensorFlow] built-in): a high-level neural networks [API], written in [Python] and capable of running on top of [TensorFlow]. * [TensorFlow] (2.15): an open source software [Deep Learning] library for high performance numerical computation using data flow graphs. * [Matplotlib] (3.8): a plotting library for [Python] and its numerical mathematics extension [NumPy]. diff --git a/requirements.txt b/requirements.txt index bbe06ab..619d6fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Flask==3.0.0 +Flask==3.0.1 gunicorn==21.2.0 numpy==1.26.3 Pillow==10.2.0 diff --git a/requirements_dev.txt b/requirements_dev.txt index 88868f6..2b8b944 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,3 +1,3 @@ -r requirements.txt -jupyterlab==4.0.10 +jupyterlab==4.0.11 matplotlib==3.8.2