From 0472aba25e6b948349527a2340022f1a01c8de86 Mon Sep 17 00:00:00 2001 From: Matt Scott Date: Fri, 24 Nov 2023 06:54:55 -0500 Subject: [PATCH] Updated Python requirements for PyYAML from version 5.4 to 6.0.1 to resolve a conflict with Cython. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 15f6761..77d830a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ Flask-SeaSurf==1.1.1 Flask-Session==0.4.0 Flask==2.2.5 Jinja2==3.1.2 -PyYAML==5.4 +PyYAML==6.0.1 SQLAlchemy==1.3.24 #alembic==1.9.0 bcrypt==4.0.1