Skip to content

Commit bbec3f9

Browse files
committed
chore: update packages
1 parent 35d7325 commit bbec3f9

File tree

2 files changed

+71
-58
lines changed

2 files changed

+71
-58
lines changed

src/poetry.lock

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

src/pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ license = "Apache 2.0"
88
[tool.poetry.dependencies]
99
python = "^3.10"
1010
Flask = "^2.2.2"
11-
uvicorn = "^0.18.1"
12-
asgiref = "^3.5.2"
11+
uvicorn = "^0.20.0"
12+
asgiref = "^3.6.0"
13+
markupsafe = "^2.1.2"
14+
werkzeug = "^2.2.3"
15+
h11 = "^0.14.0"
1316

1417
[tool.poetry.dev-dependencies]
1518

0 commit comments

Comments
 (0)