From 84f1cf6d5bcf9ce0cd4fc4f28b912650e18be79f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 07:12:56 +0000 Subject: [PATCH] fix(deps): update python dependencies --- poetry.lock | 16 ++++++++-------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 20fa9b8..7ca0d6b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1777,18 +1777,18 @@ crypto = ["cryptography (>=3.4.0)"] [[package]] name = "pyopenssl" -version = "26.3.0" +version = "26.4.0" description = "Python wrapper module around the OpenSSL library" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "pyopenssl-26.3.0-py3-none-any.whl", hash = "sha256:46367f8f66b92271e6d218da9c87607e1ef5a0bc5c8dea5bb3db82f395c385a3"}, - {file = "pyopenssl-26.3.0.tar.gz", hash = "sha256:589de7fae1c9ea670d18422ed00fc04da787bbde8e1454aea872aa57b49ad341"}, + {file = "pyopenssl-26.4.0-py3-none-any.whl", hash = "sha256:f0eb0cb2d581d3ad2b9c489468485e7f2ab6727d08401bcf9d824c3caddf3c1c"}, + {file = "pyopenssl-26.4.0.tar.gz", hash = "sha256:28dfcce0162b9211413e26dfbfdf1d24317fbeba18fc93c12400a1856b2a0bc7"}, ] [package.dependencies] -cryptography = ">=49.0.0,<50" +cryptography = ">=49.0.0,<51" typing-extensions = {version = ">=4.9", markers = "python_version < \"3.13\""} [package.extras] @@ -2090,14 +2090,14 @@ typing-extensions = ">=4.12.0" [[package]] name = "uvicorn" -version = "0.52.0" +version = "0.52.1" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "uvicorn-0.52.0-py3-none-any.whl", hash = "sha256:3d887809810b89ed33501bcf0a9aba469b06ecd608158efce04bd6b48d8c9b08"}, - {file = "uvicorn-0.52.0.tar.gz", hash = "sha256:ca8876ad6c1983f394157c168b39d52f6dd56dabf5602fa0982751cffc2293ae"}, + {file = "uvicorn-0.52.1-py3-none-any.whl", hash = "sha256:e4403f9d93188cf9d1088e9f40e3acd12630e2df8675316704379a7fc20fff6a"}, + {file = "uvicorn-0.52.1.tar.gz", hash = "sha256:112ec661814189acbccd3f7b86460147cc065fc92c0821afa78918780e4354dd"}, ] [package.dependencies] @@ -2540,4 +2540,4 @@ dev = ["pytest", "setuptools"] [metadata] lock-version = "2.1" python-versions = ">=3.12" -content-hash = "f4d7b677848fa4fd830a62f1b8347f1e5f41554d5cf633ec6f75de07dab12a5b" +content-hash = "54835c8cf466dd581be43cb382827c99d9067daee1aaa8509235a23f67ae2c17" diff --git a/pyproject.toml b/pyproject.toml index 60454c6..2dce5fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "grpcio (>=1.76.0,<2.0.0)", "grpcio-tools (>=1.76.0,<2.0.0)", "envoyproxy-envoy-grpc-python (==1.83.0.1.20260715203741+d939ad7a9f30)", - "pyopenssl (>=26.3.0,<26.4.0)", + "pyopenssl (>=26.4.0,<26.5.0)", "python-json-logger (>=4.0.0,<5.0.0)", "grpcio-health-checking (>=1.80.0,<2.0.0)", "pydantic (>=2.0.0,<3.0.0)",