From 9bf746d9f6c0acb7321987a4cc618f5692368b93 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 08:26:48 +0800 Subject: [PATCH] build(deps): update dependency litestar to ^2.12.1 (#62) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9599b46..016a55f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -683,13 +683,13 @@ i18n = ["Babel (>=2.7)"] [[package]] name = "litestar" -version = "2.11.0" +version = "2.12.1" description = "Litestar - A production-ready, highly performant, extensible ASGI API Framework" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "litestar-2.11.0-py3-none-any.whl", hash = "sha256:6d677ccdc00a0b4ce54cff5172531890358a27d6da1a054c8cab6a7e2119823e"}, - {file = "litestar-2.11.0.tar.gz", hash = "sha256:6c8cf2b60c352e6b8e08e6a995d2a66ddc26ec53bc2f1df7214d26abcc1d00c2"}, + {file = "litestar-2.12.1-py3-none-any.whl", hash = "sha256:74915e3731c200caa099c416a1c3b3079ffacdd6e6393974e0284f8919606f9c"}, + {file = "litestar-2.12.1.tar.gz", hash = "sha256:d2cc43157060a06dac8a77e9dc6ba2936238beada61e272e8842c21fca23fcee"}, ] [package.dependencies] @@ -1865,4 +1865,4 @@ anyio = ">=3.0.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "fe98f37174b3ffd010afe156a622490f065f40a377ca7cb5ea3e66031ded0404" +content-hash = "d5b18d524a1bffb334a9622253b483cda69b7920c5cbe7d514046026b11da0f3" diff --git a/pyproject.toml b/pyproject.toml index 4a8a2c2..2bd1b1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ asyncpg = "^0.29.0" httpx = { extras = ["http2"], version = "^0.27.2" } jinja2 = "^3.1.4" sslog = "0.0.0a43" -litestar = { version = "^2.11.0", extras = ['jinja'] } +litestar = { version = "^2.12.1", extras = ['jinja'] } redis = { extras = ["hiredis"], version = "^5.0.8" } uvicorn = { version = "^0.30.6" } uuid-utils = "^0.9.0"