Skip to content

Commit a7547b6

Browse files
authored
Merge pull request #334 from dsgnr/dependabot/pip/backend/litestar-2.15.2
[api] Bump litestar from 2.15.1 to 2.15.2 in /backend
2 parents fd34894 + 90715ea commit a7547b6

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

backend/poetry.lock

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

backend/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ readme = "../README.md"
1313

1414
[tool.poetry.dependencies]
1515
python = "^3.12"
16-
litestar = {extras = ["prometheus"], version = "^2.15.1"}
16+
litestar = {extras = ["prometheus"], version = "^2.15.2"}
17+
httpcore = "^1.0.9"
1718
gunicorn = "23.0.0"
1819
pydantic = "^2.11.3"
1920
uvicorn = {extras = ["standard"], version = "^0.34.0"}

0 commit comments

Comments
 (0)