From b24a13ba677275707a406d40a375cefb16a73806 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 08:25:52 +0800 Subject: [PATCH] build(deps): update dependency sslog to v0.0.0a34 (#53) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index ec3624e..67f9956 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1456,17 +1456,17 @@ files = [ [[package]] name = "sslog" -version = "0.0.0a33" +version = "0.0.0a34" description = "opinionated logger based on structlog" optional = false python-versions = "~=3.8" files = [ - {file = "sslog-0.0.0a33-py3-none-any.whl", hash = "sha256:fbbfd25ab974a0696dc6129b25795567d86bdfe81aa392afac42cddeeb16ce86"}, - {file = "sslog-0.0.0a33.tar.gz", hash = "sha256:67957767287a9568a67b8d324d20b7f01353f536131c7f2fa89f67fe40cfdf39"}, + {file = "sslog-0.0.0a34-py3-none-any.whl", hash = "sha256:3f9835da587236ceb7cfcb9cf4cf7d4237c746d7bd9bdcf42761e36ce0de1b4e"}, + {file = "sslog-0.0.0a34.tar.gz", hash = "sha256:f64e40b0a915618d1713f619cc20900e71d3df9c76e9dc6c2eeb26980a08790c"}, ] [package.dependencies] -structlog = ">=24.4.0,<25" +structlog = "24.4.0" typing-extensions = "*" [package.extras] @@ -1865,4 +1865,4 @@ anyio = ">=3.0.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "f62d6abd8a522d5052326c9304501d9d76ef373eda33e74bd2436bdd0ebaf472" +content-hash = "67c61861f93c6140f5c0036e3deb5b6e967e4dba352f36e1557a289e2037213e" diff --git a/pyproject.toml b/pyproject.toml index a8a6ee8..38f553c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ python = "^3.10" asyncpg = "^0.29.0" httpx = { extras = ["http2"], version = "^0.27.2" } jinja2 = "^3.1.4" -sslog = "0.0.0a33" +sslog = "0.0.0a34" litestar = { version = "^2.11.0", extras = ['jinja'] } redis = { extras = ["hiredis"], version = "^5.0.8" } uvicorn = { version = "^0.30.6" }