diff --git a/app/requirements-prod.txt b/app/requirements-prod.txt index 8eecea7..7c1739c 100644 --- a/app/requirements-prod.txt +++ b/app/requirements-prod.txt @@ -47,6 +47,6 @@ resend>=2.0.0 networkx scikit-learn neo4j -pyyaml>=6.0.1 +pyyaml>=6.0.3 celery[redis]>=5.3.0 redis>=5.0.0 diff --git a/app/requirements.txt b/app/requirements.txt index 88ee04b..eafc3a0 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -46,7 +46,7 @@ resend>=2.0.0 networkx scikit-learn neo4j -pyyaml>=6.0.1 +pyyaml>=6.0.3 celery[redis]>=5.3.0 redis>=5.0.0