From 6e6c6d79efc8ad1447b7c303f5fad420d54ea0f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 02:27:57 +0000 Subject: [PATCH] chore(api): bump cryptography in /violentutf_api/fastapi_app Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.7 to 46.0.3. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.7...46.0.3) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- violentutf_api/fastapi_app/requirements-minimal.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/violentutf_api/fastapi_app/requirements-minimal.txt b/violentutf_api/fastapi_app/requirements-minimal.txt index beeef6b3..5f641d78 100644 --- a/violentutf_api/fastapi_app/requirements-minimal.txt +++ b/violentutf_api/fastapi_app/requirements-minimal.txt @@ -2,7 +2,7 @@ aiosqlite==0.21.0 alembic==1.13.1 anthropic>=0.7.0 bcrypt==4.3.0 -cryptography==41.0.7 +cryptography==46.0.3 duckdb==1.3.1 email-validator==2.1.0 # Core FastAPI dependencies (Minimal - without AI red-teaming frameworks)