From 918e160aa74b661a6c9ab38ab699e82e4a858443 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 15:49:45 +0000 Subject: [PATCH] Bump starlette in /sample-apps/starlette-postgres-uvicorn Bumps [starlette](https://github.com/Kludex/starlette) from 0.45.2 to 1.0.1. - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/starlette/compare/0.45.2...1.0.1) --- updated-dependencies: - dependency-name: starlette dependency-version: 1.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sample-apps/starlette-postgres-uvicorn/poetry.lock | 13 +++++++------ .../starlette-postgres-uvicorn/pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/sample-apps/starlette-postgres-uvicorn/poetry.lock b/sample-apps/starlette-postgres-uvicorn/poetry.lock index fc23b3239..8eb696d75 100644 --- a/sample-apps/starlette-postgres-uvicorn/poetry.lock +++ b/sample-apps/starlette-postgres-uvicorn/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "aikido-zen" @@ -581,18 +581,19 @@ files = [ [[package]] name = "starlette" -version = "0.45.2" +version = "1.0.1" description = "The little ASGI library that shines." optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["main"] files = [ - {file = "starlette-0.45.2-py3-none-any.whl", hash = "sha256:4daec3356fb0cb1e723a5235e5beaf375d2259af27532958e2d79df549dad9da"}, - {file = "starlette-0.45.2.tar.gz", hash = "sha256:bba1831d15ae5212b22feab2f218bab6ed3cd0fc2dc1d4442443bb1ee52260e0"}, + {file = "starlette-1.0.1-py3-none-any.whl", hash = "sha256:7c0e69b2ee1c848bd54669d908500117a3ee13de603a21427e5c6fc1adf98dcd"}, + {file = "starlette-1.0.1.tar.gz", hash = "sha256:512399c5f1de7fac99c88572212ded9ddeddef2fb32afa82d724000e88b38f4f"}, ] [package.dependencies] anyio = ">=3.6.2,<5" +typing-extensions = {version = ">=4.10.0", markers = "python_version < \"3.13\""} [package.extras] full = ["httpx (>=0.27.0,<0.29.0)", "itsdangerous", "jinja2", "python-multipart (>=0.0.18)", "pyyaml"] @@ -722,4 +723,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = ">=3.10,<4.0" -content-hash = "ac4581b897800dfc8409fcce80f884087bf6daf00a6c68f6dc14875b2a348af9" +content-hash = "5547acc18ddad585527238d008103026a39b47999f680c074895d9efef96942e" diff --git a/sample-apps/starlette-postgres-uvicorn/pyproject.toml b/sample-apps/starlette-postgres-uvicorn/pyproject.toml index 18c2b8d9e..04cfff912 100644 --- a/sample-apps/starlette-postgres-uvicorn/pyproject.toml +++ b/sample-apps/starlette-postgres-uvicorn/pyproject.toml @@ -5,7 +5,7 @@ description = "" requires-python = ">=3.10,<4.0" dependencies = [ "aikido_zen", - "starlette (>=0.45.2,<0.46.0)", + "starlette (>=1.0.1,<1.1.0)", "jinja2 (>=3.1.5,<4.0.0)", "asyncpg (>=0.30.0,<0.31.0)", "cryptography (>=44.0.0,<45.0.0)",