From bb53032020178adfa1bdd7196c7796d17012f203 Mon Sep 17 00:00:00 2001 From: Carlos Natalino <carlos.natalino@chalmers.se> Date: Mon, 22 Jan 2024 17:08:35 +0000 Subject: [PATCH] Updating version bounds of dependencies of the webui and compute component. --- src/compute/requirements.in | 10 +++++----- src/webui/requirements.in | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/compute/requirements.in b/src/compute/requirements.in index 08bbf281a..20f877aa8 100644 --- a/src/compute/requirements.in +++ b/src/compute/requirements.in @@ -12,8 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -Flask==2.1.3 -Flask-HTTPAuth==4.5.0 -Flask-RESTful==0.3.9 -jsonschema==4.4.0 -requests==2.27.1 +Flask<3 +Flask-HTTPAuth==4.8.0 +Flask-RESTful==0.3.10 +jsonschema==4.21.1 +requests==2.31.0 diff --git a/src/webui/requirements.in b/src/webui/requirements.in index b4a158d39..325f4ec9e 100644 --- a/src/webui/requirements.in +++ b/src/webui/requirements.in @@ -12,8 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -Flask==2.1.3 -Flask-WTF==1.0.0 -flask-healthz==0.0.3 -flask-unittest==0.1.2 +Flask<3 +Flask-WTF<2 +flask-healthz<2 +flask-unittest==0.1.3 lorem-text==2.1 -- GitLab