From eb54b473f4d4ddb958c88849814d2293d68e5acc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 02:29:25 +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.2. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.7...46.0.2) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.2 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..6ce84a58 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.2 duckdb==1.3.1 email-validator==2.1.0 # Core FastAPI dependencies (Minimal - without AI red-teaming frameworks)