From 5a234b20192f3d277821cfd11a08a8b475ec164e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Dec 2023 16:31:11 +0000 Subject: [PATCH] Update dependency starlette to <0.35 --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index f568ef2..c601bfa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1080,4 +1080,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "9a146a8a26196eeaccce747fb84000ad1cd4742c348c1c1de37b8b39b32b6310" +content-hash = "24ae1f71c0357d8b5b8b06ef18c292963cc96be334c6c5db0d7875daebe3beef" diff --git a/pyproject.toml b/pyproject.toml index 4df95ad..0f23e7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ repository = "https://github.com/aogier/starlette-authlib" [tool.poetry.dependencies] python = "^3.7" authlib = "<1.3" -starlette = "<0.34" +starlette = "<0.35" [tool.poetry.group.dev.dependencies] autoflake = "<2.3"