diff --git a/poetry.lock b/poetry.lock index 7eaff9d..b18fd3e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1434,14 +1434,14 @@ files = [ [[package]] name = "litestar" -version = "2.20.0" +version = "2.21.0" description = "Litestar - A production-ready, highly performant, extensible ASGI API Framework" optional = false python-versions = "<4.0,>=3.8" groups = ["main"] files = [ - {file = "litestar-2.20.0-py3-none-any.whl", hash = "sha256:2ff3dd17e42ab1c500ede8220bf5280f57e64530a74c57d4216ca140e689e9ca"}, - {file = "litestar-2.20.0.tar.gz", hash = "sha256:0f07f22b9a554b4b1af7bc5822e91daebfbc41ed28267a8e479d2731206d2d7f"}, + {file = "litestar-2.21.0-py3-none-any.whl", hash = "sha256:b8bd76cb7f4b6585f3bb9b952a42e5a8bfbf0256d52bf2cfb9b4fe7fd5534a35"}, + {file = "litestar-2.21.0.tar.gz", hash = "sha256:3bde5e97ae9054db83d0fb8738c57871be5257e3a4a27d8109f914302681ec02"}, ] [package.dependencies] @@ -3303,4 +3303,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "de1b95626379ac1160ee9b51cbc2c27ea0bb7ac14ae0143921858326cbd1f8bb" +content-hash = "5a2f753707b4fdfb79e43b56ea40622851e0527340d57aea4ab41eba6eb202d1" diff --git a/pyproject.toml b/pyproject.toml index 7eff9c0..0681a66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ server = "run:main" [tool.poetry.dependencies] python = "^3.11" -litestar = {extras = ["full"], version = "^2.20.0"} +litestar = {extras = ["full"], version = "^2.21.0"} pydantic = "^2.12.5" pydantic-settings = "^2.12.0" tortoise-orm = {extras = ["asyncpg"], version = "^1.0.0"}