Commit 2faad737 authored by Guilhem Bonnefille's avatar Guilhem Bonnefille
Browse files

Merge branch 'renovate/starlette-1.x' into 'main'

fix(deps): update dependency starlette to v1

See merge request to-be-continuous/tools/aws-auth-provider!103
parents dfb526ee acdd4c8c
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -501,14 +501,14 @@ files = [

[[package]]
name = "starlette"
version = "0.52.1"
version = "1.0.0"
description = "The little ASGI library that shines."
optional = false
python-versions = ">=3.10"
groups = ["main"]
files = [
    {file = "starlette-0.52.1-py3-none-any.whl", hash = "sha256:0029d43eb3d273bc4f83a08720b4912ea4b071087a3b48db01b7c839f7954d74"},
    {file = "starlette-0.52.1.tar.gz", hash = "sha256:834edd1b0a23167694292e94f597773bc3f89f362be6effee198165a35d62933"},
    {file = "starlette-1.0.0-py3-none-any.whl", hash = "sha256:d3ec55e0bb321692d275455ddfd3df75fff145d009685eb40dc91fc66b03d38b"},
    {file = "starlette-1.0.0.tar.gz", hash = "sha256:6a4beaf1f81bb472fd19ea9b918b50dc3a77a6f2e190a12954b25e6ed5eea149"},
]

[package.dependencies]
@@ -585,4 +585,4 @@ standard = ["colorama (>=0.4) ; sys_platform == \"win32\"", "httptools (>=0.6.3)
[metadata]
lock-version = "2.1"
python-versions = ">=3.12"
content-hash = "102e05dec8ba4a9b0b911bad222c8e3fb38fcdce7f9802a47fe387d94f6f8ed3"
content-hash = "f53ebc437315cdd1dfae604554eddb466930cea2db17356846721fb8f75e5ebd"
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ description = ""
authors = [ ]
readme = "README.md"
requires-python = ">=3.12"
dependencies = ["fastapi (>=0.116.0,<1.0.0)", "starlette (>=0.48.0,<1.0.0)", "uvicorn (>=0.36.0,<1.0.0)", "boto3 (>=1.40.35,<2.0.0)", "urllib3 (>=2.6.3,<3.0.0)", "h11 (>=0.16.0,<1.0.0)", "idna (>=3.10,<4.0)", "pydantic-core (>=2.39.0,<3.0.0)", "pyyaml (>=6.0,<7.0)"]
dependencies = ["fastapi (>=0.116.0,<1.0.0)", "starlette (>=1.0.0,<1.1.0)", "uvicorn (>=0.36.0,<1.0.0)", "boto3 (>=1.40.35,<2.0.0)", "urllib3 (>=2.6.3,<3.0.0)", "h11 (>=0.16.0,<1.0.0)", "idna (>=3.10,<4.0)", "pydantic-core (>=2.39.0,<3.0.0)", "pyyaml (>=6.0,<7.0)"]

[project.scripts]
aws-auth-provider = "aws_auth_provider:run"