Skip to content

Commit 3468429

Browse files
Merge pull request #320 from Quantum-Software-Development/dependabot/pip/flask-cors-6.0.5
fix: bump flask-cors from 6.0.2 to 6.0.5
2 parents ae36e7d + 64089fb commit 3468429

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

1_Project_1-Exploratory_Notebooks-Data-Pipeline/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ statsmodels==0.14.6
2222
# API
2323

2424
Flask==2.3.3
25-
Flask-CORS==6.0.2
25+
Flask-CORS==6.0.5
2626

2727

2828
# Banco de Dados

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ ipywidgets>=8.1.8
4646
# 🌐 API RESTFUL
4747
# ----------------------------------------------------------------
4848
# Backend for exposing data and models
49-
flask-cors>=6.0.2
49+
flask-cors>=6.0.5
5050
flask>=3.1.3
5151

5252

0 commit comments

Comments
 (0)