Browse Source

build(deps): bump the pip group across 2 directories with 1 update

Bumps the pip group with 1 update in the / directory: [flask-cors](https://github.com/corydolphin/flask-cors).
Bumps the pip group with 1 update in the /backend directory: [flask-cors](https://github.com/corydolphin/flask-cors).


Updates `flask-cors` from 4.0.1 to 5.0.0
- [Release notes](https://github.com/corydolphin/flask-cors/releases)
- [Changelog](https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md)
- [Commits](https://github.com/corydolphin/flask-cors/compare/4.0.1...5.0.0)

Updates `flask-cors` from 4.0.1 to 5.0.0
- [Release notes](https://github.com/corydolphin/flask-cors/releases)
- [Changelog](https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md)
- [Commits](https://github.com/corydolphin/flask-cors/compare/4.0.1...5.0.0)

---
updated-dependencies:
- dependency-name: flask-cors
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: flask-cors
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 10 months ago
parent
commit
856759d350
2 changed files with 2 additions and 2 deletions
  1. 1 1
      backend/requirements.txt
  2. 1 1
      pyproject.toml

+ 1 - 1
backend/requirements.txt

@@ -4,7 +4,7 @@ pydantic==2.8.2
 python-multipart==0.0.9
 
 Flask==3.0.3
-Flask-Cors==4.0.1
+Flask-Cors==5.0.0
 
 python-socketio==5.11.3
 python-jose==3.3.0

+ 1 - 1
pyproject.toml

@@ -12,7 +12,7 @@ dependencies = [
     "python-multipart==0.0.9",
 
     "Flask==3.0.3",
-    "Flask-Cors==4.0.1",
+    "Flask-Cors==5.0.0",
 
     "python-socketio==5.11.3",
     "python-jose==3.3.0",