From e78173504e0ec3728500cdf63290f2e442d9692c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 01:43:59 +0000 Subject: [PATCH] Bump cryptography from 44.0.0 to 46.0.5 in /v2/examples/litellm/docker Bumps [cryptography](https://github.com/pyca/cryptography) from 44.0.0 to 46.0.5. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.0...46.0.5) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- v2/examples/litellm/docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/examples/litellm/docker/requirements.txt b/v2/examples/litellm/docker/requirements.txt index e06f37d2279..c5eba9f144b 100644 --- a/v2/examples/litellm/docker/requirements.txt +++ b/v2/examples/litellm/docker/requirements.txt @@ -21,7 +21,7 @@ httpx==0.28.1 python-jose[cryptography]==3.3.0 passlib[bcrypt]==1.7.4 python-dotenv==1.0.1 -cryptography==44.0.0 +cryptography==46.0.5 # Monitoring & Metrics prometheus-client==0.21.1