From 6e67f398a5ccd46842f2671b6bbe21bd27d7f286 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 02:40:03 +0000 Subject: [PATCH] chore(api): bump cryptography in /violentutf_api/fastapi_app Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.7 to 45.0.7. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.7...45.0.7) --- updated-dependencies: - dependency-name: cryptography dependency-version: 45.0.7 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..2ebcf359 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==45.0.7 duckdb==1.3.1 email-validator==2.1.0 # Core FastAPI dependencies (Minimal - without AI red-teaming frameworks)