Skip to content

Commit 8ddf081

Browse files
committed
fix: vulnerabilities in python packages
1 parent 01f91cd commit 8ddf081

File tree

6 files changed

+28
-40
lines changed

6 files changed

+28
-40
lines changed

examples/deepsearch/frontend/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/deepsearch/poetry.lock

Lines changed: 10 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/deepsearch/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
[tool.poetry.dependencies]
1010
python = "^3.10"
1111
planai = {path = "../../", develop = true}
12-
flask = "^3.1.0"
12+
flask = "^3.1.2"
1313
flask-socketio = "^5.5.0"
1414

1515
[tool.poetry.group.dev.dependencies]

package.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

poetry.lock

Lines changed: 10 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ python = "^3.10"
2525
pydantic = "^2.8.2"
2626
python-dotenv = "^1.0.1"
2727
diskcache = "^5.6.3"
28-
flask = "^3.0.3"
28+
flask = "^3.1.2"
2929
colorama = "^0.4.6"
3030
playwright = "^1.49.1"
3131
beautifulsoup4 = "^4.12.3"

0 commit comments

Comments
 (0)