From eb9a183f5046204f8c3cbbe1f3c1060a7bce363a Mon Sep 17 00:00:00 2001 From: maxsibilla Date: Fri, 28 Jun 2024 10:35:17 -0400 Subject: [PATCH] Updating requirements to utilize version 3 of Flask. Also updating other dependencies --- src/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/requirements.txt b/src/requirements.txt index 5a31c3a..7c7f71b 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,10 +1,10 @@ -Flask==2.1.3 +Flask==3.0.3 urllib3>=1.26.5 jsonschema>=3.2.0 # The commons package requires requests>=2.22.0 and PyYAML>=5.3.1 -requests>=2.22.0 -PyYAML>=5.3.1 +requests==2.32.0 +PyYAML==5.4.1 # Use the published package from PyPI as default # Use the branch name of commons from github for testing new changes made in commons from different branch