Commit a0c0bffd authored by Clement Bois's avatar Clement Bois
Browse files

chore(deps): security patch for urllib3 and starlette

parent e6a8837c
Loading
Loading
Loading
Loading
+11 −11
Original line number Diff line number Diff line
# This file is automatically @generated by Poetry 2.1.4 and should not be changed by hand.
# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand.

[[package]]
name = "anyio"
@@ -132,14 +132,14 @@ files = [

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

[package.dependencies]
@@ -164,21 +164,21 @@ files = [

[[package]]
name = "urllib3"
version = "2.5.0"
version = "2.6.3"
description = "HTTP library with thread-safe connection pooling, file post, and more."
optional = false
python-versions = ">=3.9"
groups = ["main"]
files = [
    {file = "urllib3-2.5.0-py3-none-any.whl", hash = "sha256:e6b01673c0fa6a13e374b50871808eb3bf7046c4b125b216f6bf1cc604cff0dc"},
    {file = "urllib3-2.5.0.tar.gz", hash = "sha256:3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760"},
    {file = "urllib3-2.6.3-py3-none-any.whl", hash = "sha256:bf272323e553dfb2e87d9bfd225ca7b0f467b919d7bbd355436d3fd37cb0acd4"},
    {file = "urllib3-2.6.3.tar.gz", hash = "sha256:1b62b6884944a57dbe321509ab94fd4d3b307075e0c2eae991ac71ee15ad38ed"},
]

[package.extras]
brotli = ["brotli (>=1.0.9) ; platform_python_implementation == \"CPython\"", "brotlicffi (>=0.8.0) ; platform_python_implementation != \"CPython\""]
brotli = ["brotli (>=1.2.0) ; platform_python_implementation == \"CPython\"", "brotlicffi (>=1.2.0.0) ; platform_python_implementation != \"CPython\""]
h2 = ["h2 (>=4,<5)"]
socks = ["pysocks (>=1.5.6,!=1.5.7,<2.0)"]
zstd = ["zstandard (>=0.18.0)"]
zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""]

[[package]]
name = "uvicorn"
@@ -202,4 +202,4 @@ standard = ["colorama (>=0.4) ; sys_platform == \"win32\"", "httptools (>=0.6.3)
[metadata]
lock-version = "2.1"
python-versions = ">=3.12"
content-hash = "c0f85e5d816da5b9f58f50c2320b45ecd9a0e5c3a2a8a9bab80a4996fd84311e"
content-hash = "13f1587d76a00871e4da89dfc9ca9ec77eeddc8575fa052e9b04c65b9f8a741a"
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ authors = []
license = "LGPL"
readme = "README.md"
requires-python = ">=3.12"
dependencies = ["certifi (>=2025.1.31,<2026.0.0)", "urllib3 (>=2.5.0,<3.0.0)", "starlette (>=0.48.0,<1.0.0)", "uvicorn (>=0.36.0,<1.0.0)", "h11 (>=0.16.0,<1.0.0)"]
dependencies = ["certifi (>=2025.1.31,<2026.0.0)", "urllib3 (>=2.6.3,<3.0.0)", "starlette (>=0.49.1,<1.0.0)", "uvicorn (>=0.36.0,<1.0.0)", "h11 (>=0.16.0,<1.0.0)"]

[project.scripts]
gcp-auth-provider = "gcp_auth_provider:run"