Commit 4952b87d authored by Girija Saint-Ange's avatar Girija Saint-Ange
Browse files

Merge branch 'renovate/certifi-2026.x' into 'main'

fix(deps): update dependency certifi to v2026

See merge request to-be-continuous/tools/gcp-auth-provider!76
parents 60900891 1ef4ed1a
Loading
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -24,14 +24,14 @@ trio = ["trio (>=0.26.1)"]

[[package]]
name = "certifi"
version = "2025.1.31"
version = "2026.1.4"
description = "Python package for providing Mozilla's CA Bundle."
optional = false
python-versions = ">=3.6"
python-versions = ">=3.7"
groups = ["main"]
files = [
    {file = "certifi-2025.1.31-py3-none-any.whl", hash = "sha256:ca78db4565a652026a4db2bcdf68f2fb589ea80d0be70e03929ed730746b84fe"},
    {file = "certifi-2025.1.31.tar.gz", hash = "sha256:3d5da6925056f6f18f119200434a4780a94263f10d1c21d032a6f6b2baa20651"},
    {file = "certifi-2026.1.4-py3-none-any.whl", hash = "sha256:9943707519e4add1115f44c2bc244f782c0249876bf51b6599fee1ffbedd685c"},
    {file = "certifi-2026.1.4.tar.gz", hash = "sha256:ac726dd470482006e014ad384921ed6438c457018f4b3d204aea4281258b2120"},
]

[[package]]
@@ -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 = "13f1587d76a00871e4da89dfc9ca9ec77eeddc8575fa052e9b04c65b9f8a741a"
content-hash = "8c7652b8c398d66b9a8d8c653f553ae7ebe5c77042d7550e7b16b27c6d403f54"
+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.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)"]
dependencies = ["certifi (>=2026.1.4,<2026.2.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"