Skip to content

Commit a99d599

Browse files
Merge pull request #58 from blacklanternsecurity/update-uvicorn
Update Uvicorn
2 parents 02cb237 + 30f60fa commit a99d599

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

poetry.lock

Lines changed: 10 additions & 10 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
@@ -7,7 +7,6 @@ license = "GPL-v3.0"
77

88
[tool.poetry.dependencies]
99
python = "^3.10"
10-
uvicorn = "^0.30.1"
1110
motor = "^3.4.0"
1211
fastapi = "^0.111.0"
1312
omegaconf = "^2.3.0"
@@ -29,6 +28,7 @@ bbot = {git = "https://github.com/blacklanternsecurity/bbot", rev = "3.0"}
2928
click = "8.1.8"
3029
mcp = "1.7.0"
3130
jmespath = "^1.0.1"
31+
uvicorn = "^0.35.0"
3232

3333
[tool.poetry.scripts]
3434
bbctl = 'bbot_server.cli.bbctl:main'

0 commit comments

Comments
 (0)